html {
	height:100%;
}

body {
	background-color:#F7F7F7;
	margin:0px;
	padding:0px;
	text-align:center;
	height:100%;

	font-family:Verdana;
	font-size:11px;
}

#siteholder {
	margin:0px auto;
	width:899px;
	min-height:100%;
	-height:100%;
	text-align:left;
	background-image:url(../images/bg_siteholder.gif);
}

#topmenue {
	float:left;
	height:13px;
	line-height:9px;
	padding-top:10px;
	padding-left:69px;
	background-image:url(../images/bg_topmenue.gif);
	background-repeat:no-repeat;
	background-position:70px 0px;	
}

#copyright {
	float:right;
	height:13px;
	line-height:9px;
	margin-top:10px;
	padding-right:36px; 

	font-family:Arial;
	font-size:10px;
	color:#999999;

}

#logoarea {
	float:left;
	border-top:1px solid #E7E7E7;
	border-bottom:1px solid #E7E7E7;
	height:153px;
	width:899px;
	background-image:url(../images/bg_logo.jpg);
}

#logoinfobox {
	float:left;
	height:112px;
	width:394px;
	padding-left:360px;
	margin-top:41px;
	background-image:url(../images/bg_logoinfobox.gif);
	background-repeat:no-repeat;
	background-position:360px 41px;	
	line-height:17px;
	color:#333333;
}

#loginbox {
	float:left;
	height:112px;
	margin-top:41px;
	background-image:url(../images/bg_logoinfobox.gif);
	background-repeat:no-repeat;
	background-position:0px 41px;	
	padding-left:11px;
}

#breadcrumb {
	float:left;
	width:899px;
	height:58px;
	background-image:url(../images/bg_rightcontent.gif);
	background-position:360px 0px;
	background-repeat:no-repeat;
	padding-top:10px;
	vertical-align:bottom;
}

#leftcontent {
	float:left;
	width:276px;
	padding-left:64px;
	padding-right:20px;
}

#rightcontent {
	float:right;
	width:539px;
}

#footer {
	font-size:1px;
	line-height:1px;
	clear:both;
	height:15px;
}


.colorblack {
 	color:#000000;
}





/********************************* Tags von #topmenue ************************************/
#topmenue a {
	color:#999999;
	text-decoration:none;
	margin-right:17px;
}

#topmenue a:hover {
	color:#000000;
	text-decoration:none;
}

#topmenue span.actual {
	margin-right:17px;
}

/********************************* Tags von #copyright ************************************/
#copyright a {
	color:#999999;
	text-decoration:none;
}

#copyright a:hover {
	color:#000000;
	text-decoration:none;
}


#leftcontent form {
	margin-top:20px;
}

/********************************* Tags von #loginbox ************************************/

#loginbox {
	width:134px;
	color:#999999;
	font-size:10px;
}

#loginbox span.info {
	display:block;
	margin-top:38px;
}

#loginbox form {
	margin:0px;
	padding:0px;
	margin-top:-25px;
}

#loginbox form input.text {
	border:0px;
	height:15px;
	width:100px;
	background-color:#f5f5f5;
	border-bottom:1px solid #cdcdcd;
	
	font-family:Verdana;
	color:#999999;
	font-size:10px;
	line-height:11px;
	padding-top:3px;
	padding-bottom:0px;
	margin-bottom:2px;
	padding-left:5px;
	padding-right:5px;
}

#loginbox form textarea {

	border:0px;
	height:15px;
	width:100px;
	background-color:#f5f5f5;
	border-bottom:1px solid #cdcdcd;
	
	font-family:Verdana;
	color:#999999;
	font-size:10px;
	line-height:11px;
	padding-top:3px;
	padding-bottom:0px;
	margin-bottom:2px;
	padding-left:5px;
	padding-right:5px;
}


#loginbox form table td {
	color:#999999;
	font-size:10px;
	padding-top:5px;
}

#loginbox input.submit, #loginbox a {
	margin:0;
	border:0;
	color:#999999;
	text-decoration:none;
	font-size:10px;
	background-color:transparent;
	padding:0;
}

#loginbox a {
	color:#999999;
	text-decoration:none;
	font-size:10px;
}

#loginbox a:hover {
	color:#999999;
	text-decoration:underline;
	font-size:10px;
}


/********************************* Tags von #breadcrumb ************************************/
#breadcrumb #breadleft {
	float:left;
}
#breadcrumb #breadright {
	float:right;
	width:539px;
}

#breadcrumb #breadleft #row h1 {
	background-image:url(../images/bg_leftcontent.gif);
	background-position:0px 10px;
	background-repeat:no-repeat;	
	padding-left:64px;
	margin:0px;
	font-size:11px;
	font-weight:normal;
	color:#666666;
}

#breadcrumb #breadright #row h1 {
	margin:0px;
	font-size:11px;
	font-weight:normal;
	color:#666666;
}


#breadcrumb #row {
	margin-top:5px;
}

#breadcrumb a {
	color:#666666;
}

#breadcrumb a.firstlink {
	color:#666666;
	text-decoration:none;
	background-image:url(../images/bg_leftcontent.gif);
	background-position:0px 10px;
	background-repeat:no-repeat;	
	padding-left:64px;
}

#breadcrumb a.smalllink {
	font-size:10px;
	color:#b6b6b6;
	text-decoration:none;
	line-height:11px;
}

#breadcrumb a.smalllink:hover {
	text-decoration:underline;
}


#breadcrumb a.first {
	padding-left:64px;
}


/******************************* Tags von #leftcontent ***********************************/
#leftcontent form {
	margin-top:20px;
}

#leftcontent form input.text {
	border:0px;
	height:15px;
	width:154px;
	background-color:#f5f5f5;
	border-bottom:1px solid #cdcdcd;
	
	font-family:Verdana;
	color:#999999;
	font-size:11px;
	line-height:15px;
	
	margin-bottom:2px;
}

#leftcontent form input.submit {
	height:23px;
	width:154px;
	background-color:#E2DEDF;
	border:1px solid #5B3B3F;
	font-family:Verdana;
	color:#333333;
	font-size:11px;
	vertical-align:top;	
}


#leftcontent table.mainpage_searchform td {
	font-size:9px;
	padding-bottom:6px;

}

#leftcontent table.mainpage_searchform td.text_hell {
	color:#7C797B;
}

#leftcontent table.mainpage_searchform td h3 {
	font-size:11px;
}


#leftcontent #firmeninfo {
}

#leftcontent #firmeninfo h1 {
	font-family:Verdana,sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#666666;
	margin-top:10px;
	margin-bottom:3px;
}

#leftcontent #firmeninfo p {
	font-family:Verdana,sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#666666;
	margin-top:0px;
	line-height:17px;
	margin-bottom:2em;
}

#leftcontent #firmeninfo a {
	color:#666666;
	text-decoration:underline;
}

#leftcontent #firmeninfo a.highlight {
	color:#980101;
	font-weight:bold;
	text-decoration:underline;
}

#leftcontent, #rightcontent {
	font-size:11px;	
	font-weight:normal;
}


#leftcontent #addpages {
	margin-left:-64px;
}
#leftcontent #addpages a {
	padding-left:64px;
	text-decoration:none;
	color:#666666;
	line-height:16px;
}

#leftcontent #addpages a:hover {
	text-decoration:underline;
}

#leftcontent #addpages a.firstlink {
	background-image:url(../images/bg_leftcontent.gif);
	background-position:0px 10px;
	background-repeat:no-repeat;	
}


/******************************* Tags von #rightcontent ***********************************/
#rightcontent p {
	margin-right:30px;
	line-height:16px;
}

#rightcontent ul {
	list-style-image:url(../images/uldot.gif);
	margin:0px;
	padding:0px;
	padding-left:20px;
	padding-right:20px;
}
#rightcontent ul li{
	line-height:16px;
	margin-bottom:10px;
}

#rightcontent table.mainpage_kategorien {
	width:520px;
}

#rightcontent table.mainpage_kategorien td {
	width:33%;
	height:32px;
	vertical-align:top;
}

#rightcontent table.mainpage_kategorien td a {
	color:#333333;
	text-decoration:none;
}

#rightcontent table.mainpage_kategorien td a:hover {
	text-decoration:underline;
}


#rightcontent table.mainpage_kategorien td a.maincat {
	color:#333333;
	text-decoration:underline;
	font-weight:bold;
}

#rightcontent form input.text {
	border:0px;
	height:15px;
	width:300px;
	background-color:#f5f5f5;
	border-bottom:1px solid #cdcdcd;
	
	font-family:Verdana;
	color:#999999;
	font-size:11px;
	line-height:15px;
	
	margin-bottom:2px;
}

#rightcontent form input.submit {
	height:23px;
	width:154px;
	background-color:#E2DEDF;
	border:1px solid #5B3B3F;
	font-family:Verdana;
	color:#333333;
	font-size:11px;
	vertical-align:top;	
}

#rightcontent form textarea {
	width:290px;
	height:100px;
	
	background-color:#f5f5f5;
	border:0;
	border-bottom:1px solid #cdcdcd;
	
	font-family:Verdana;
	color:#999999;
	font-size:11px;
	line-height:11px;
	padding-top:3px;
	padding-bottom:0px;
	margin-bottom:2px;
	padding-left:5px;
	padding-right:5px;	
}

#rightcontent form select {
	border:0px;
	background-color:#f5f5f5;
	border:0px solid #5B3B3F;
	font-family:Verdana;
	color:#999999;
	font-size:11px;}


#rightcontent table.mainpage_searchform td {
	font-size:9px;
	padding-bottom:6px;

}

#rightcontent table.mainpage_searchform td.text_hell {
	color:#7C797B;
}

#rightcontent h1 {
	border:0px;
	height:15px;
	width:500px;
	background-color:#f5f5f5;
	border-bottom:1px solid #cdcdcd;
	
	font-family:Verdana;
	color:#999999;
	font-size:11px;
	line-height:15px;
	padding:2px;	
	margin-bottom:15px;
}

#rightcontent #searchresult_entry {
	margin-bottom:20px;
	line-height:15px;
}

#rightcontent #searchresult_entry h1 {
	border:0px;
	height:15px;
	width:500px;
	background-color:#f5f5f5;
	border-bottom:1px solid #cdcdcd;
	
	font-family:Verdana;
	color:#999999;
	font-size:11px;
	line-height:15px;
	padding:2px;	
	margin-bottom:10px;
}

#rightcontent #searchresult_entry h1 a {
	color:#980101;
	text-decoration:underline;
}
	
#rightcontent #searchresult_entry h1 span {
	float:right;
	margin-top:-15px;
	margin-right:2px;
	font-weight:normal;
}

#rightcontent #searchresult_entry p.beschreibung {
	font-weight:bold;
	margin:0px;
	margin-bottom:3px;
	color:#666666;
}

#rightcontent #searchresult_entry p.berichte {
	margin:0px;
	color:#666666;
}

#rightcontent a {
	color:#666666;
	text-decoration:none;
	line-height:15px;
}

#rightcontent a:hover {
	color:#666666;
	text-decoration:underline;
	line-height:15px;
}


#rightcontent table.table_evaluation td {
	padding:2px;
	text-align:center;
}

#rightcontent table.table_evaluation td.label {
	text-align:left;
}

#rightcontent table.table_evaluation td.head {
	border-bottom:1px solid #cccccc;
}

#rightcontent table.table_evaluation td.submit {
	text-align:right;
}

#rightcontent table.table_evaluation td textarea {
	width:100%;
	height:100px;
	margin-bottom:10px;
}




#rightcontent table.table_bewertungsergebnis {

	width:505px;
	margin-bottom:12px;
	margin-top:0px;
	padding:0px;
	border:0px;
}


#rightcontent table.table_bewertungsergebnis td {
	padding:2px;
	font-family:Verdana;
	color:#000000;
	font-size:11px;
	font-weight:normal;
}

#rightcontent table.table_bewertungsergebnis td.label {
	text-align:right;
	white-space:nowrap;
}

#rightcontent table.table_bewertungsergebnis td.bewertungstext {
	padding-right:36px;
	padding-bottom:10px;
}

#rightcontent table.table_bewertungsergebnis td.header {
	color:#999999;
}



#rightcontent table.table_bewertungsergebnis table.table_bewertungseintraege {
	margin-bottom:0px;
	margin-top:0px;
	padding:0px;
	border:0px;
}


#rightcontent table.table_bewertungsergebnis table.table_bewertungseintraege  td {
	padding:0px;
	padding-bottom:4px;
	padding-left:2px;
	font-family:Verdana;
	color:#000000;
	font-size:11px;
	font-weight:normal;
}

#rightcontent table.table_bewertungsergebnis table.table_bewertungseintraege  td.label {
	text-align:right;
	white-space:nowrap;
}



#bewertungstrenner {
	border-bottom:1px solid #cccccc;
	width:505px;
	height:1px;
	padding:0px;
	margin-bottom:12px;
	margin-top:0px;
	line-height:1px;
}

#rightcontent h1 span {
	float:right;
	margin-top:-15px;
	margin-right:2px;
	font-weight:normal;
}

#rightcontent h2 {
	border:0px;
	height:15px;
	width:500px;
	border-bottom:1px solid #cdcdcd;
	
	font-family:Verdana;
	color:#999999;
	font-size:11px;
	line-height:15px;
	padding-bottom:2px;
	margin-bottom:0px;
	margin-top:15px;
}

#rightcontent h3 {
	border:0px;
	height:15px;
	width:500px;
	
	font-family:Verdana;
	color:#999999;
	font-size:11px;
	line-height:15px;
	padding-bottom:2px;
	margin-bottom:0px;
	margin-top:15px;
}


#rightcontent table td {
	font-size:11px;
}



#rightcontent table.punktekonto_ueberblick {
}

#rightcontent table.punktekonto_ueberblick td {
	padding:2px;
}


#rightcontent table.punktekonto_liste {
	width:640px;
	margin-top:10px;
}

#rightcontent table.punktekonto_liste td {
	padding:3px;
}

#rightcontent table.punktekonto_liste tr.grey {
	background-color:#efefef;
}

#rightcontent table.punktekonto_liste td.topborder {
	border-top:1px solid #cdcdcd;
}



#rightcontent table.scoutmatrix {
	width:640px;
}

#rightcontent table.scoutmatrix td {
	width:33%;
	padding:3px;
}

#rightcontent table.scoutmatrix td.label {
	font-weight:bold;
	border-bottom:1px solid #cdcdcd;
	color:#999999;
}

#rightcontent table.scoutmatrix tr.grey {
	background-color:#efefef;
}




#rightcontent table.beteiligungen_eigene {
	margin:0px;
	width:640px;
}

#rightcontent table.beteiligungen_eigene tr.grey {
	background-color:#efefef;
}


#rightcontent table.beteiligungen_eigene td {
	padding:3px;
}

#rightcontent table.beteiligungen_eigene td.label {
	font-weight:bold;
	border-bottom:1px solid #cdcdcd;
	color:#999999;
}


#rightcontent table.table_kontoauszug {
	margin:0px;
	width:640px;
}

#rightcontent table.table_kontoauszug tr.grey {
	background-color:#efefef;
}


#rightcontent table.table_kontoauszug td {
	padding:3px;
}

#rightcontent table.table_kontoauszug td.label {
	font-weight:bold;
	border-bottom:1px solid #cdcdcd;
	color:#999999;
}

#rightcontent table.table_kontoauszug td.footer {
	font-weight:bold;
	border-top:1px solid #cdcdcd;
	color:#999999;
}





#rightcontent table.messages {
	margin:0px;
	width:500px;
}

#rightcontent table.messages tr.grey {
	background-color:#efefef;
}


#rightcontent table.messages td {
	padding:3px;
}

#rightcontent table.messages td.label {
	font-weight:bold;
	border-bottom:1px solid #cdcdcd;
	color:#999999;
}

#rightcontent table.messages td textarea {
	width:290px;
	height:100px;
	
	background-color:#f5f5f5;
	border:0;
	border-bottom:1px solid #cdcdcd;
	
	font-family:Verdana;
	color:#999999;
	font-size:11px;
	line-height:11px;
	padding-top:3px;
	padding-bottom:0px;
	margin-bottom:2px;
	padding-left:5px;
	padding-right:5px;	
}



#rightcontent table.table_abbuchung {
	margin:0px;
	width:500px;
}

#rightcontent table.table_abbuchung tr.grey {
	background-color:#efefef;
}


#rightcontent table.table_abbuchung td {
	padding:3px;
}

#rightcontent table.table_abbuchung td input.text {
	width:280px;
	}


#rightcontent table.table_abbuchung td.label {
	text-align:right;
}









#rightcontent table.scoutpages_uebersicht {
}

#rightcontent table.scoutpages_uebersicht td.label {
	padding:2px;
	padding-left:0px;
	padding-right:10px;
	width:130px;
}

#rightcontent table.scoutpages_uebersicht td.value {
	padding:2px;
	font-weight:bold;
	color:#999999;
}

#rightcontent table.scoutpages_uebersicht td.info {
	padding:2px;
	padding-left:10px;
}
/********************************* Hilfebutton *******************************************/

#help {
	display:inline;
}

#help a {
	padding:2px;
	font:11px Verdana;
	font-weight:bold;
	width: 100px;
	color: #913432;
	cursor: default;
	text-decoration: none;
	}

#help a:hover {text-decoration: none;}

#help a span {display: none;
	color: #000000;
	font-size: 11px;
	font-weight:normal;
	width:295px;
	border-bottom:1px solid #cdcdcd;
	background-color:#f5f5f5;
	padding:2px;
}

#help a:hover span {display: block;}

#help a span h1 {
	width:295px;
	margin:0px;
	margin-bottom:0px;
	padding:0;
	border:none;
}

#help a span p {
	padding:2px;
	margin:0px;
}
/*************************************** usermenu *************************************************/
#usermenu {
	margin-top:30px;
}

#usermenu.notopmargin {
	margin-top:0px;
}


#usermenu h1 {
	background-image:url(../images/bg_leftcontent.gif);
	background-position:0px 10px;
	background-repeat:no-repeat;	
	margin:0px;
	padding-left:64px;
	margin-left:-64px;
	margin-bottom:3px;
	font-size:11px;
	font-weight:normal;
	color:#666666;
}

#usermenu a {
	text-decoration:none;
	background-image:url(../images/bg_leftcontent_usermenu.gif);
	background-position:0px 10px;
	background-repeat:no-repeat;	
	display:block;
	line-height:15px;
	padding-left:64px;
	margin-left:-64px;
	color:#666666;
	width:150px;
	margin-top:7px;
}

#usermenu a:hover, #usermenu a.active {
	text-decoration:underline;
}

/*************************************** infoportalmenu *************************************************/
#infoportalmenu {
}

#infoportalmenu h1,
#infoportalmenu h1 ul li a {
	background-image:url(../images/bg_leftcontent.gif);
	background-position:0px 10px;
	background-repeat:no-repeat;
	margin:0px;
	padding-left:64px;
	margin-left:-64px;
	margin-bottom:3px;
	font-size:11px;
	font-weight:normal;
	color:#666666;
	text-decoration:none;
}

#infoportalmenu  ul li {
	list-style-type:none;
	margin:0px;
}

#infoportalmenu ul {
	padding-left:0px;
	margin-left:0px;
	margin-top:10px;
	white-space:nowrap;
}

#infoportalmenu ul.sub1 {
	padding-left:10px;
	margin-left:10px;
	margin-top:0px;
}

#infoportalmenu ul li a {
	text-decoration:none;
	color:#666666;
	line-height:15px;
}


#infoportalmenu a:hover  {
	text-decoration:underline;
}

#infoportalmenu ul li a.active {
}


.negativ {
	color:#980101;
}


/************************************ display_company - book *********************************/
#footer.book {
	height:25px;
}


#siteholder_displaycompany {
	margin:0px auto;
	width:899px;
	min-height:100%;
	-height:100%;
	text-align:left;
	background-image:url(../images/book_bg.jpg);
	background-repeat:no-repeat;
}







#leftcontent.scoutpages {
	width:150px;
}

#rightcontent.scoutpages {
	width:650px;
}

#rightcontent.scoutpages h1,#rightcontent.scoutpages h2 {
	width:640px;
}

#rightcontent.scoutpages form h2 {
	width:610px;
}

.error {
	color:#9a3432;
	font-weight:bold;
}



#rightcontent table.liste_neuebewertungen td {
	padding-right:20px;
	padding-bottom:4px;
}

#rightcontent table.liste_neuebewertungen td.label {
	border-bottom:1px solid #cccccc;
	color:#666666;
}

#rightcontent table.liste_neuebewertungen td.last {
	padding-right:0px;
}


#rightcontent table.upgrade td h2 {
	margin-top:0px;
	margin-bottom:5px;
}
#rightcontent table.upgrade td p {
	margin:0px;
	margin-bottom:10px;
}

#rightcontent table.upgrade td {
	vertical-align:top;
}

#rightcontent table.upgrade td input.submit {
	width:300px;
}