/*

Colors used
#ffffff		body bg, font

#616266		borders, headdate
#343538		bg containers
#3F3F42		fading color

#535353		input backgrounds

#FC9202		link color
#dddddd		link hover

*/
/* ----------------------------------------- Allgemein ------------------------------------- */
* {
	margin: 0; 
	padding: 0;
}

img {
	border:0;
}

html, body {
	background-image: url('../images/style/orange/background2.png');
	background-repeat: repeat;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#ffffff;
}

/* ----------------------------------------- Layout --------------------------------------- */
#wrapper {
	text-align: left;
	width: 770px;
	margin: 0 auto;
	margin-top:2px;
}

#header {
	width: 100%;
	background-image: url('../images/style/orange/header.png');
	background-repeat: repeat-x;
	height:116px;
}

#header2 {
	background-image: url('../images/style/orange/headertext.png');
	background-repeat: no-repeat;
	position: absolute; 
	top: 0px; 
	left: 60px;
	height: 94px;
	width: 339px;
}

#login {
	position: absolute; 
	top: 8px; 
	right: 0px;
	background-color:#343538;
	padding:0px 3px 3px 3px;
}

#stylechange {
	position: absolute; 
	top: 8px; 
	left: 0px;
	background-color:#343538;
	padding:0px 3px 0px 3px;
}

#nav {	
	width: 550px;
	margin:0 auto;
	padding-top:95px;
}

#footer {
	text-align:center;
	clear: both;
	width: 768px;
}

#main {
	float: left;
	width: 100%;
}

#content {
	float: left;
	width: 600px;
	margin-bottom:5px;
	background-color:#343538;
	border: 1px solid #616266;
}

#right {
	float: right;
	width: 166px;
}

.innerright {
	text-align:center;
	width: 164px;
	margin-bottom:2px;
	background-color:#343538;
	border: 1px solid #616266;
}

/* ----------------------------------------- Links ---------------------------------------- */
/*	Links allgemein */
a, a:link, a:visited {
	color: #FC9202;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	color: #dddddd;
	text-decoration: none;
}

/* ----------------------------------------- Menu ----------------------------------------- */
#menu li {
	margin-left:3px;
	list-style: none;
	float: left; 
}

#menu li a {
	display: block;
	padding: 3px 8px;
	background-color: #343538;
	color: #ffffff;
	border-left: 1px solid #616266;
	border-right: 1px solid #616266;
	border-top: 1px solid #616266;
	text-decoration: none; 
}

#menu li ul {
	display: none;
	width: 10em;
	background-color: #FC9202;
}
	
#menu li:hover ul, #menu li.hover ul {
	display: block;
	position: absolute;
	border-left: 1px solid #616266;
	border-right: 1px solid #616266;
	border-bottom: 1px solid #616266;
}

#menu li:hover li, #menu li.hover li {
	float: none; 
	border-top: 1px solid #616266;
}

#menu li:hover li a, #menu li.hover li a {
	background-color: #343538;
	border:none;
	color: #ffffff; 
}

#menu li li a:hover {
	background-color: #FC9202;
}

/* ----------------------------------------- News ----------------------------------------- */
.headline{
	margin:20px 10px 5px 10px;
	font-weight:bold;
	color:#FC9202;
}

.headline .headdate {
	font-size:10px;
	color:#616266;
}

/* --------------------------------------- Tables ----------------------------------------- */
#content table, .innerright table{
	width:100%;
}

#content table td{
	padding:2px;
}

.darkhead {
	background-color:#3F3F42;
	font-weight: bold;
	text-align:center;
}

.fadesecond {
	background-color:#3F3F42;
}

/* ------------------------------------ Form Elements ------------------------------------- */
fieldset {  
	margin: 1em;
	padding: 0; 
	border:0;	
}

legend {  
	color: #FC9202;  
	font-weight: bold;  
}

fieldset ol {  
	padding: 1em 1em 0 1em;  
	list-style: none;  
}

fieldset li {  
	padding-bottom: 1em;
}

fieldset span {  
	margin:0 auto;
}

label {    
	float: left;    
	width: 18em;    
	margin-right: 1em;    
	text-align: right;  
}

fieldset ol li
{
	padding-top:4px;
}

fieldset.submit {    
	float: none;    
	width: auto;
	border: 0 none #ffffff;    
	padding-left: 20em;
}

input, textarea, select{
	font-size:11px;
	color:#ffffff;
	background-color:#535353;
	border: 1px solid #616266;
}

.submit input, .subbutton {    
	padding:3px 15px;
}

/* ----------------------------------------- Misc ----------------------------------------- */
pre.code{
	color:#FC9202;
	background-color:#3F3F42;
	margin:10px 1px 10px 1px;
	border:1px solid #616266;
}

hr {
	margin: 10px auto;
	color:#535353;
	background-color:#535353;
	border:1px solid #535353;
	width:30%;
}

.invis {
	display: none;
}

p {
	margin:5px 10px 5px 10px;
}