/* FARBEN */
/* ------ */

/* weiß */
body.menu_dunkel .body,
body.menu_dunkel .menu,
body.menu_dunkel td,
body.dunkel .headline,
body.menu .menu {
	color:#fff;
}

/* hellblau */
body.dunkel .body,
body.dunkel td {
	color:#d1def1;
}
body.setcard .body3 {
	color:#cccccc;
}
body.menu .body,
body.menu td {
	color:#dae4f8;
}

/* blau */
body.setcard .body2,
body.hell .body2 {
	color:#547fdb;
}

/* dunkelblau */
body.menu_dunkel .textbox {
	color:#013298;
}

/* schwarz */
body.setcard .headline,
body.hell .headline,
body.dunkel .textbox {
	color:#000;
}

/* dunkelgrau */
body.setcard .body, 
body.setcard td,
body.hell .textbox,
body.hell .menu,
body.hell td,
body.hell .body {
	color:#666;
}

/* Hintergrund hellblau */
body.dunkel .textbox,
body.dunkel .menu {
	background:#eee;
}
body.hell .textbox,
body.hell .menu {
	background:#e5e5e5;
}

/* Hintergrund schwarz */
body.menu_dunkel .menu,
body.menu .menu {
	background-color:#000;
}

/* Hintergrund weiß */
body.menu_dunkel .textbox,
body.menu .textbox {
	background:#fff;
}

.whiteLink {
	color:white;
}

.moreLink {
	color:#0F0;
}

.error {
	color:red;
}
.error input {
	border:1px solid red ! important; 
}

/* FONTS */
/* ----- */

a, 
.body,
.textbox,
.headline,
.body2,
.menu,
td {
	font-family:Tahoma,Arial,Verdana,Helvetica;
	font-size:13px; 
}

.button4, .submit {
	font-family:Verdana,Arial,Helvetica;
	font-size:13px; 
}

.headline,
body.menu a {
	font-weight:bold;
}

body.menu_dunkel .body,
body.menu_dunkel td,
body.menu .body,
body.menu td {
	line-height:18px;
}

body.dunkel .body,
body.hell .body,
body.setcard .body, 
.body2,
body.setcard .body3,
body.setcard td,
body.hell .body,
body.hell td,
body.dunkel .body,
body.dunkel td {
	line-height:17px;
}

.headline {
	line-height:18px;
	color:white;
}


/* RAHMEN UND BEGRENZUNGEN */
/* ----------------------- */

/* schwarzer Rahmen */
body.menu_dunkel .textbox,
body.dunkel .textbox,
body.dunkel .menu,
body.menu .textbox {
	border:1px solid #000;
}

/* gelber Rahmen */
body.menu_dunkel .menu {
	border:1px solid #fc0;
}

/* grauer Rahmen */
body.hell .textbox,
body.hell .menu {
	border:1px solid #666;
}



/* LINKS */
/* ----- */


body.menu_ a.nav:link {
	color:#cccccc;
	text-decoration:none;
}


body.dunkel a:link,
body.dunkel a:visited,
body.dunkel a.nav:link,
body.setcard a:link,
body.setcard a:visited,
body.setcard a.nav:link,
body.menu_dunkel a:link,
body.menu_dunkel a:visited,
body.menu_dunkel a.nav:link {
	color:#cccccc;
	text-decoration:none;
}

body.dunkel a:hover,
body.setcard a:hover,
body.menu_dunkel a:hover {
	color:#fff;
	text-decoration:underline;
}

body.menu a:link,
body.menu a:visited,
body.menu a.nav:link {
	color:#fff;
	text-decoration:none;
}

body.menu a:hover {
	color:#fc0;
	text-decoration:underline;
}

body.hell a:link,
body.hell a:visited,
body.hell a.nav:link {
	color:#900;
	text-decoration:none;
}

body.hell a:hover {
	color:#000;
	text-decoration:underline;
}


/* SCROLLBARS */
/* ---------- */

body, 
body.dunkel, 
body.setcard,
body.hell {
	scrollbar-base-color:#547fdb;
	scrollbar-track-color:#547fdb;
	scrollbar-face-color:;
	scrollbar-highlight-color:#eee;
	scrollbar-3d-light-color:#547fdb;
	scrollbar-dark-shadow-color:;
	scrollbar-shadow-color:;
	scrollbar-arrow-color#ccc;
}

body.menu, 
body.menu_dunkel {
	scrollbar-base-color:#f4f4f4;
	scrollbar-track-color:#f4f4f4;
	scrollbar-face-color:;
	scrollbar-highlight-color:#fff;
	scrollbar-3d-light-color:#f4f4f4;
	scrollbar-dark-shadow-color:;
	scrollbar-shadow-color:;
	scrollbar-arrow-color#ccc;
}


/* Formulare
 */

form {
	padding:0;
	margin:0;
}

/* Invertierte Überschrift, grün auf schwarz 
 */
.inverthead {
	color:#0f0;
	background-color:#000;
	line-height:15px; 
	border-top:5px solid #4570CC; 
	border-bottom:6px solid #4570CC; 
}


/* 100% Tabelle ohne Abstände
 */
table.nospace {
	width:100%;
	border:0px;
	margin:0px;
	padding:0px;
	border-collapse:collapse;
	border-spacing:0px;
	border-spacing:0;
}
table.nospace td {
	text-align:center;
	border:0px; 
	margin:0px; 
	padding:0px 
}

/* Standard-Icons (Club, Message, ...)
 */
.icon {
	/* leider noch nicht nutzbar...
	   width:17px;
	   height:15px;
	 */
	border:0;
	padding:1px 3px 1px 3px;
	vertical-align:bottom;
}


/* Standard Content-Seite
 */
.content {
	background-color:#305AB1;
	background-image:url(/gemeinsam/grafiken/background_mitte.gif);
	color:#d1def1;
	margin:12px 24px 0 36px;
	padding:0;
	
	font-family:Tahoma,Arial,Verdana,Helvetica;
	font-size:11px; 
}

h1, h2, h3, h4 {
	font-size:11px;
}

h1, h2 {
	height:16px;
	padding:4px 0 0 0;
	margin:0 0 6px 0;
	text-align:center;
	color:white;
	background-color:#547FDB;

	font-weight:bold;
	line-height:12px;
}

h3 {
	margin:0;
	text-align:left;
	font-weight:bold;
}

p.first {
	padding:0;
	margin:0;
}


a:link,
a:visited {
	color:#000000;
	text-decoration:none;
}

a:hover {
	color:#fff;
	text-decoration:underline;
}

.bigbutton {
	width:100%;

	font-family:Verdana,Arial,Helvetica;
	font-size:11px; 
}


/* Auszeichnungen
 */
.new {
	color:#00FF00;
}


#humaninputcheck table {
	width:100%;
	border-collapse:collapse;
	border-spacing:0px;
}
	

#humaninputcheck td {	
	vertical-align:top;
}
	
	
#humaninputcheck img {
	width:100%;
	width:200px;
	height:80px;
	text-align:center;
	border:1px solid #666;
	margin-bottom:3px;
}

#humaninputcheck input {
	width:100%;
	text-align:left;
	border:1px solid #666;
	margin:1px;
	font-weight:bold;
}


/* Icons */
.icon {
	width:16px;
	height:16px;
	border:0;
}

/* Suchlisten */

.searchlist {
	width:100%;
	border:0;
	border-collapse:collapse;
	border-spacing:0px;
}

.searchlist td {
	padding:5px;
	vertical-align:top;
}

.searchlist img {
	border:0;
}

.odd {
	background-color:#3564C6;
}

.debug {
	font-family:monospace;
	font-size:9px;
	border:1px dotted #00FF00;
	color:white;
	background-color:black;
}

.sharedUser,
a.sharedUser:link,
a.sharedUser:hover,
a.sharedUser:visited {
	color:#FF9900 !important;
	/*color:#FF6633 !important;*/
}
