/* ***************************
 Formular
  **************************** */

input.error {
	background-color: #c64934;
}

a.stern {
	font-weight: bold;
	color: #c64934;
}


TABLE.form {
	BORDER-COLLAPSE: collapse;
	font-size: 12px;
}
TD.formTopic {
	PADDING-LEFT: 18px; FONT-WEIGHT: bold; FONT-SIZE: 12px; BACKGROUND: url(images/arrow_light_d.gif) #79332c no-repeat 3px 3px; PADDING-BOTTOM: 1px; COLOR: white; PADDING-TOP: 1px
}
TD.formContent {
	 PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 1px; PADDING-TOP: 1px; BORDER-BOTTOM: #DDDDDD 1px solid; BACKGROUND-COLOR: #EEEEEE;
}
TD.formProzent {
	BORDER-RIGHT: black 1px solid; PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 1px; PADDING-TOP: 1px; BORDER-BOTTOM: #DDDDDD 1px solid;
}
TD.formErrorCell { color: black; font-weight: bold; background-color: #f60; padding: 1px 5px; border-right: 1px solid black; border-bottom: 1px solid #DDDDDD }
TD.formHead {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 1px; VERTICAL-ALIGN: middle; WIDTH: 150px; PADDING-TOP: 1px; BORDER-BOTTOM: #c8c2bd 1px solid; TEXT-ALIGN: right
}
TD.spacer {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 1px; VERTICAL-ALIGN: middle; WIDTH: 50px; PADDING-TOP: 1px; BORDER-BOTTOM: #c8c2bd 1px solid; TEXT-ALIGN: right
}
TD.formSpacer {
	FONT-SIZE: 10px; COLOR: black; HEIGHT: 10px
}
TD.formWhite {
	HEIGHT: 15px
}

TABLE.form TH {
	border-bottom: 1px solid #CCCCCC;
	font-weight: normal;
	text-align: right;
	padding-right: 5px;
}
/* ***************************
  msgBox
  **************************** */
table#fade1{
	width: 100%;
	border: 1px solid #CCCCCC;
	font-size: 11px;
}

table.msgBox {
	width: 300px;
	border: 1px solid black;

}

table.msgBox td {
	padding: 3px;
}
table.msgBox td.msgBoxTop {
	background-color: #BBBBBB;
	color: white;
	display: block;
}

table.msgBox td.msgBoxLinks a:link, table.msgBox td.msgBoxLinks  a:visited {
	text-decoration: none;
	border: 1px solid #bcc6ce;
	padding: 2px 5px 2px 5px;
	background-image: url(../gfx/btnBG.gif);
	background-repeat: repeat-x; 	
	font-weight: bold;
}

table.msgBox td.msgBoxLinks  a:hover{
	text-decoration: none;
	color: #c64934;
	background-image: url(../gfx/btnBGflip.gif);
}



table.normalListNav {
	width: 100%;
	font-family: arial;
	font-size: 11px;
	background-color: #cccccc;
	height: 16px;
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	margin: 5px 0 5px 0; 
}

table.normalListNav tr td { padding: 0 2px 0 2px;}
table.normalListNav tr td.left {	text-align: left; width: 20%;}
table.normalListNav tr td.middle {	text-align: center; width: 60%; }
table.normalListNav tr td.right {	text-align: right; width: 20%;}


table.normalList {
	font-size: 12px;
	border: 1px solid #CCCCCC;
}

table.normalList TH {
	padding-bottom: 2px;
}



table.result  {
	width: 100%;
	font-family: arial;
	font-size: 12px;
}

table.result tr td {
	border-bottom: 1px solid #cccccc;
	padding: 4px 0 4px 0;
}

table.result td { padding: 0 2px 0 2px; } 
table.result td.resultRight { text-align: left;}

table.result .resultPicture { padding-right: 5px; margin: 0px;}

table.form {
	width: 100%;
	font-family: arial;
	font-size: 12px;	
}

table.form th {
	text-align: left;
	border-bottom: 1px solid #cccccc;
	padding: 0 5px 0 3px;
	vertical-align: top;
}
table.form tr td.formContent {
 	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding-left: 5px;
	background-color: #dddddd;
  }
  
table.form td h1, div#content table.form td h1 {
	display: block;
	background-color: #B4C835;
	color: white;
	margin: 5px 0 1px 0;    
	padding-left: 2px;
}


div.anginfo_headlinks {
	height: 30px; 
/*	border-bottom: 1px solid #004792; */
margin-bottom: 10px;
}

/***********************************
// Wunschliste(Box)
************************************/
div#wunschliste {
	border: 1px solid white;
	margin: 10px 5px 10px 5px;
}

div#wunschliste h3 {
	margin: 2px 5px 1px 2px;
}

div#wunschliste table td {
	padding: 2px 3px 2px 7px;
	color: white;
	font-size: 11px;
}

div#wunschliste table td form {
	margin: 0px;
	padding: 0px;
}

span#wishlistbutton {
	display: block;
	text-align: right;
}

span#wishlistbutton input {
	font-size: 14px;
}

div#wunschliste div.complete a:link, div#wunschliste div.complete a:visited {
	color: white;
	font-size: 11px;
	border-top: 1px solid white;
	display: block;
	padding: 3px 7px 3px 7px;
}

/***********************************
// Wunschliste(Liste)
************************************/
div#wunschliste_liste {
	width: 100%;
}

div#wunschliste_liste table.wunschliste_liste {
	width: 100%;
}

div#wunschliste_liste table.wunschliste_liste tr td, div#wunschliste_liste table.wunschliste_liste tr th {
	border-bottom: 1px solid #CCCCCC;
	font-size: 12px;
	padding: 0 1px;
}

div#wunschliste_liste table.wunschliste_liste tr td.delete {
	text-align: right;
	padding-right: 5px;
}

div#wunschliste_liste table.wunschliste_liste tr th.info {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	width: 150px;
	
}

div#wunschliste_liste  table.wunschliste_liste tr td.spacer {
	height: 15px;
}

div#wunschliste_liste  table.wunschliste_liste tr td.title, div#wunschliste_liste table.wunschliste_liste tr td.delete  {
	background-color: #004792;
	color: white;
	font-weight: bold;
	font-size: 12px;
	padding: 2px 2px 2px 5px;
}

div#wunschliste_liste  table.wunschliste_liste tr td.title a:link, div#wunschliste_liste  table.wunschliste_liste tr td.title a:visited { 
	text-decoration: none;
	color: white;
}

div#wunschliste_liste  table.wunschliste_liste tr td.title a:hover {
	color: #CCCCCC;
}

/***********************************
// Rechte Spalte (Box)
************************************/
table.box {
	font-size: 12px;
	color: black;
	margin: 0px 0px 20px 0px;
	border: 1px solid grey;
}

table.box td { padding: 3px 5px 3px 5px; }
table.box td.boxCat { display: none; }

table.box td.boxHead {
	font-weight: bold;
	padding: 3px 5px 6px 5px;
}

table.box a:link, table.box a:visited {
	color: black;
	font-weight: normal;
}

table.box td#alleanzeigen {
	color: black;
	font-size: 12px;
	border-top: 1px solid black;
	display: block;
	padding: 3px 5px 3px 5px;
}



/***********************************
// Kalender
************************************/
table.calendar {
	width: 170px;
	margin: 5px;
	border-left: 1px solid #f2f2f2;
}
TH.calHead {
FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #535353; FONT-FAMILY: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; BACKGROUND-COLOR: #f2f2f2; TEXT-ALIGN: center; TEXT-DECORATION: none;
border-left: 1px solid #f2f2f2;
}
TD.calWeekday {
BORDER-TOP: #707070 1px solid; 
FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #535353; FONT-FAMILY: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; BACKGROUND-COLOR: #f2f2f2; TEXT-ALIGN: center; TEXT-DECORATION: none;
}
TD.calDay {
FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #535353; BORDER-BOTTOM: white 1px solid; FONT-FAMILY: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; BACKGROUND-COLOR: white; TEXT-ALIGN: center; TEXT-DECORATION: none;
border: 1px solid white;

}
TD.calDayEvent {
border: 1px solid white;
FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #535353; FONT-FAMILY: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; BACKGROUND-COLOR: #dedede; TEXT-ALIGN: center; TEXT-DECORATION: none
}
A.cal {
	FONT-WEIGHT: bold;
}

TD H1 {
	margin: 0;
	padding: 0;
font-size: 13px;
}


Table.angTop {
	border: 1px solid black;	
	width: 500px;
	background: #e8ebed;
}

td.handler_leiste {
	border: 0;
	font-size: 12px;
}
.angSpacer {
	display: none;
}
