/* 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:#acc1ee;
}
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;
}

body.hell .textboxErr {
	background:#e5e5e5;
	color:#666;
	border:2px solid #f00;
	font-family: Tahoma,Arial,Verdana,Helvetica;
    font-size: 11px;
}

body.hell .menuErr {
	background:#faa;
	color:#666;
	border:2px solid #f00;
	font-family: Tahoma,Arial,Verdana,Helvetica;
    font-size: 11px;
}

/* 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:11px; 
}

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

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

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

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:14px;
}

.headline {
	line-height:15px;
	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.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:#fc0;
	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 {
	border:0;
	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;
}

/* Thumbnails
 */
.thumb {
	border:0;
}

a.adminUser, a.supportUser {
	display:block;
	border:1px solid #000;
	width:57px;
}

.adminUser .thumb {
	border:1px solid #ffcc00;
}

.supportUser .thumb {
	border:1px solid #fff;
}



/* Standard Content-Seite
 */
.content {
	background-color:#305AB1;
	background-image:url('/v1/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:#fc0;
	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;
}

img.sendMessage {
width:14px;
height:10px;
border:0;
margin-left:3px;
margin-bottom:-1px;
}
/* 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;*/
}

body.dunkel .album_thumbnail {
	border:0;
	background-image:url('/v1/gemeinsam/grafiken/album_verlauf2.gif');
	background-repeat:repeat-y;
	vertical-align:bottom;
	margin:0 4px 6px 0;
	padding:2px 0 2px 2px;
	display:inline;
	float:left;
	width:75px;
	overflow:hidden;
}

/* MyUser Center */
/* Body */
body.myUser {
	font-family:Tahoma,Arial,Verdana,Helvetica;
	background-color:#305ab1;
	background-image:none;
	padding:0 0 0 0;
	margin:6px 6px 6px 6px;
	text-align:center;
	vertical-align:top;
}

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

.myUser h1 {
	font-size:11px; 
	color:#0f0;
	background-color:#000;
	font-weight:bold;
	text-align:center;
	line-height:18px;
	margin:4px 4px 0px 4px;
	padding:0;
	height:18px;
}

.myUser .navigation {
	text-align:center;
	width:100%;
	padding:0;
	background-image:url('/v1/gemeinsam/grafiken/farbverlauf_grau1.gif');
	background-repeat:repeat-x;
	margin:0;
	line-height:18px;
}


.myUser .groups {
	vertical-align:top;
	text-align:left;
	width:100%;
	margin:0;
	padding:0;
	background-image:none;
}

.myUser .surroundingTable {
	width:100%;
	height:100%;
	background-color:white;
	padding:0;
	border-spacing:0;
	border-style:none;
	border-color:red;
	border-width:0;
	vertical-align:middle;
}

.myUser .mainTable {
	width:100%;
/*	background-color:white; */
	padding:0;
	border-spacing:0;
	border-style:none;
	border-color:red;
	border-width:0;
	vertical-align:middle;
}

.myUser .mainTable td {
	padding-top:3px;
}

.myUser .mainTable td.nopad {
	padding-top:0px;
}

.myUser .head {
	position:relative;
	left:5px;
	overflow:hidden;
	text-align:left;
	font-weight:normal;
}

.myUser img {
	vertical-align:middle;
	border:0;
	padding:0;
	margin:0;
}

.myUser .green {
	color:#0c0;
	font-weight:bold;
}
.myUser .greyGradient {
	background-image:url('/v1/gemeinsam/grafiken/farbverlauf_grau1.gif');
	width:100%;
}

.myUser .smiley {
	vertical-align:middle;
	text-align:right;
/*	border:1px solid blue;*/
	border:0;
	padding:0;
	margin:0;
	width:15px;
	height:15px;
}

.myUser .odd {
	background-color:white;
	height:24px;
	margin-right:6px;
	overflow:hidden;
}

.myUser .even {
	background-color:#f6f6f6;
	height:24px;
	margin-right:6px;
	overflow:hidden;
}



body.myUserSaveBox {
	font-family:Tahoma,Arial,Verdana,Helvetica;
	font-size:11px; 
	background-color:#305ab1;
	background-image:url('/v1/gemeinsam/grafiken/guestbook_farbverlauf.gif');
	background-repeat:repeat-x;
	text-align:center;
	margin:0;
	color:#d1def1;
}

.myUserSaveBox .navigation {
	border:0;
	padding:0;
	margin: 12px 0 4px 0px;
	height:60px;
	line-height:12px;
	text-align:left;
}

.myUserSaveBox .clubMembership {
	background-color:#305ab1;
	font-family:Tahoma,Arial,Verdana,Helvetica;
	font-size:11px;
	border:0;
	padding:0;
	margin:0;
	width:200px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

.myUserSaveBox .groups {
	font-family:Tahoma,Arial,Verdana,Helvetica;
	font-size:11px;
	border:0;
	margin-left:auto;
	margin-right:auto;
	width:200px;
}

.myUserSaveBox .memo {
	font-family:Tahoma,Arial,Verdana,Helvetica;
	font-size:11px;
	border:0;
	padding:0;
	margin-top:2px;
	width:200px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
}

.myUserSaveBox .smiley {
	border:0;
	padding:0;
	width:198px;
	margin-left:auto;
	margin-right:auto;
}

.myUserSaveBox .smileyimg {
	border:0;
	margin:2px 0 0 4px;
}

.myUserSaveBox h1 {
	font-size:11px; 
	color:#0f0;
	background-color:#000;
	font-weight:normal;
	text-align:center;
	line-height:18px;
	margin:4px 4px 4px 4px;
	padding:0 0 0 0;
	height:18px;
}


.myUserSaveBox .smileytable {
	width:200px;
	background-color:#284D97;
	padding:4px;
	border-spacing:0;
	border-style:none;
	border-color:green;
	border-width:1px;
	text-align:left;
	vertical-align:top;
}

.blueLink {
	color:#008;
}

.help_gif {
	border:0;
	width:12px;
	height:13px;
	vertical-align:top;
	margin:0 0 0 0;
}

#iDarkAngel {
	width:68px;
	height:67px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/img/logos/darkangel.png');
}

#iDarkAngel[class] {
	background-image:url('/v1/img/logos/darkangel.png');
}
/* Message Center */

.messageCenter td.c1{
padding-left:6px;
padding-right:2px;
width:15px;
}
