/***************************
*      Battlefield 2 Style
*      Copyright (c) 2005
*       by Alexander Vos
***************************/

.nopad td, .menu td, .rahmen {
	margin: 0px;
	padding: 0px;
}

body, th, td, input, textarea, select {
	font-family: Arial;
	font-size: 10pt;
	color: #f0f0f0;
}

body {
	background: #080808;

	scrollbar-face-color: #111111;
	scrollbar-highlight-color: #222222;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #333333;
	scrollbar-arrow-color:  #F8A406;
	scrollbar-track-color: #060606;
	scrollbar-darkshadow-color: #000000;
}

table {
	border-collapse: collapse;
}

a {
	text-decoration: none;
}

a:link, a:visited, a:active {
	color: #ffc525;
}

a:hover, a:focus {
	color: #ffed00;
}

img{
	border:none;
}

.titel {
	padding: 10px;
	color: #080808;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

.rahmen, input, textarea, select {
	background-color: #181818;
	background-repeat: no-repeat;
	border: 1px solid #775d00;
}

.strich {
	border-bottom: 1px solid #775d00;
}

.inhalt {
	opacity: 0.85;
	filter: alpha(opacity=85);
}

.inhalt th {
	padding: 4px;
	background: #565656;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.inhalt td {
	padding: 2px 4px;
	letter-spacing: 0.08ex;
}

.form td, #titel, #info, #fehler {
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.form input, .form select {
	width: 160px;
	background: #181818;
	font-weight: normal;
	letter-spacing: 0px;
	text-transform: none;
}

.form textarea {
	width: 400px;
	height: 200px;
	background: #181818;
}

.breit input, .breit select {
	width: 400px;
}

.log td {
	font-size: 12px;
}

.menu a:link, .menu a:visited, .menu a:active, .menu span, .zugriff a:link, .zugriff a:visited, .zugriff a:active {
	font-family: Arial;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	color: #ffc525;
	background: #363430;
	border: 1px solid;
	border-color: #6d5b1d #524107 #524107 #6d5b1d;
}

.menu a:link, .menu a:visited, .menu a:active, .menu span {
	display: block;
	font-size: 10pt;
	width: 160px;
	height: 30px;
	line-height: 30px;
}

.zugriff a:link, .zugriff a:visited, .zugriff a:active {
	font-size: 8pt;
	width: 15px;
	height: 15px;
	padding-left: 2px;
	margin-right: 2px;
}

.menu a:hover, .menu a:focus, .menu span, .zugriff a:hover, .zugriff a:focus, input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus {
	background: #433b2b;
	border: 1px solid #d8a900;
}

#text {
	background: #181818;
}

#z1 {
	background: #303030;
}

#z2 {
	background: #202020;
}

#info, #infob {
	background: #008000;
	text-align: center;
}

#info a:link, #info a:visited, #info a:active {
	color: #f0f0f0;
}

#info a:hover, #info a:focus {
	color: #f0f000;
}

#fehler, #fehlerb {
	background: #ff0000;
	text-align: center;
}

#infob, #fehlerb {
	text-decoration: blink;
}

#rechte_ja {
	color: #f0f0f0;
}

#rechte_nein {
	color: #555;
}

#copyright {
	color: #808080;
	font-size: 8pt;
	text-align: center;
}