html,body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

* {
	padding: 0px;
	margin: 0px;	
}

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: url(../img/page_bg.png) scroll 0 0;
	font-family: Lucida Grande, Verdana, sans-serif;
	font-size: 13px;
	color:#323232;

}


img {
	border: 0px;
	padding: 0px;
	margin: 0px;	
}

#containerPageContent img {
	padding-left: 10px;
	
}

h1 {
	color: #1d1d1d;
	font-size: 16px;
	margin-left: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
}

h3 {
	font-size: 14px;
	margin: 15px 0 0;
}

h2 {
	font-size: 18px;
}

a {
	color: #323232;	
	text-decoration: none;
}



/* main frame*/
#mainFrame {
	padding-top: 20px;	
}

/* Header-Abschluss mit Rundungen rechts und links */
#top {
	margin-left: auto;
	margin-right: auto;
	width: 773px;
	height: 11px;
	background: url(../img/header_bg.png) no-repeat top;
	font-size: 0px;	
}

#separator {

	height: 3px;
	background: url(../img/separator.gif);
	background-repeat: repeat-y;
	font-size: 0px;	
}


/* Haupt-Inhalt Startseite */
#container {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 771px;
	border-right: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
	border-top: 0px;
	border-bottom: 1px solid #333333;
	background-color: #ffffff;
}


/* Haupt-Inhalt Pages */
#containerPageContent {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 771px;
	border-right: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
	border-top: 0px;
	border-bottom: 1px solid #333333;
	background: url(../img/main_page_bg.png);
	background-repeat: repeat;

}



/* Haupt-Navigation horizontal */
#mainNav {
	height: 49px;
	padding-left: 10px;
	background: url(../img/topnav_bg.png);
	background-repeat: repeat-x;
	
}
#mainNav ul {
	margin: 0px;
	padding: 0px;
}

#mainNav li {
	float: left;
	padding: 9px 15px 0px 10px;
	list-style: none;
}

#posterhead {
position:relative;
right:-260px;
top:22px;
}


/* breadcrumbs */
#breadcrumb {
	height: 28px;
	padding-left: 10px;
	background: url(../img/breadcrumb_bg.png);
	background-repeat: repeat-x;
	
}


#subnavi {
	width: 215px;
	float: left;
	overflow: hidden;
}

#subnavi li {
	float: left;
	list-style: none;
	cursor: pointer;
}

#subnavi a {
	padding: 15px 0px 10px 15px;
	border-bottom: 1px solid #bbbbbb;
	width: 200px;
	display: block;
}


#subnavi a:hover {
	background-color: #418704;
	color: white;
}




#subnavi li.selected {
	width: 200px;
	padding: 15px 0px 10px 15px;
	border-bottom: 1px solid #bbbbbb;
	font-weight: bold;
	cursor: default;
	background-image: url(../img/bullet2.gif);
	background-repeat: no-repeat;
	
}

#subnavi p {
	font-size: 11px;
	margin: 10px;
}

#subnavi a.infos {
	border: none;
}

#subnavi a.infos:hover {
	color: #323232;
	background-color: #e1e1e1;
}

#subnavi a img {
	border: none;	
}

#page {
	width: 500px;
	float: left;
	padding: 15px 15px 15px 25px;
}

#page img {
	float: right;	
}

#page h1 {
	font-size: 18px;
	margin: 0px 0px 10px 0px; 
	padding: 0px;
}

#page h2 {
	padding: 0px;
	margin: 25px 0px 5px 0px;
	font-size: 15px;
	clear: both;	
}

#page h3 {
	padding-top: 15px;
	padding-bottom: 3px;
	font-size: 13px;
	clear: both;	
}

#page p {
	margin-bottom: 20px;	
}

#page img.left {
	float: left;
}

#page img.blk {
	float: none;
}


#page a {
 text-decoration: underline;	
}

#page a:hover {
	color: #418704;
}


#page li {
	list-style: none;
	background-image: url(../img/bullet3.gif);
	background-repeat: no-repeat;
	padding-left: 15px; 
	padding-bottom: 2px;
	background-position: 0px 5px;
}

//.pflichtangaben {margin-left: 35px;}
#page .accordionElement {margin-left: 16px;}


#page h3.pflichtHeaderClosed {
	padding-left: 16px;
	background-image: url(../img/pflicht_angaben0.gif);
	background-repeat: no-repeat;
	background-position: -1px 16px;
	cursor: pointer;
	margin: 0px;

}


#page h3.pflichtHeaderOpen {
	padding-left: 16px;
	background-image: url(../img/pflicht_angaben2.gif);
	background-repeat: no-repeat;
	background-position: -1px 16px;
	cursor: pointer;
	margin: 0px;
}

.divider10 {padding-bottom: 10px;}
.divider20 {padding-bottom: 20px;}
.divider30 {padding-bottom: 30px;}
.divider40 {padding-bottom: 40px;}
.divider50 {padding-bottom: 50px;}




#page .download {
	padding: 10px;
	padding-left: 60px;
	background-image: url(../img/pdficon_large.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

#page .download a {
	color:#323232;
}


#page .download:hover {
	background-color: #ebebeb;
}

#page .download .header {
	font-weight: bold;
}



/* Haupt-Inhalt Startseite */
#mainContent {
	width: 771px;
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
}

/* Haupt-Inhalt Wegpages*/
#mainPageContent {
	width: 771px;
	padding: 0px;
	margin: 0px;
}


#footer {
	height: 21px;
	background: url(../img/footer_bg.png);
	background-repeat: repeat-x;
	clear: both;
}

#footerEffect {
	color: white;
	font-size: 11px;
	padding-top: 3px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	height: 40px;
	width: 809px;
	background: #f2f2f2 url(../img/shadow2.png) no-repeat scroll center top;
		
}

#footerEffect a {
	color: white;
	font-size: 11px;
}

#footerEffect a:hover {
	color: white;
	text-decoration: underline;
	font-size: 11px;
}


/* Taglines Startseite*/
.taglineHead {
	color:#1d1d1d;
	font-size: 20px;
	/*font-weight: bold;*/
	margin-left: 20px;
	margin-top: 30px;
	padding: 0px;
	background-color: #ffffff;
	
}

/* Taglines Startseite*/
.taglineContent {
	color:#1d1d1d;
	font-size: 13px;
	margin-left: 20px;
	margin-bottom: 30px;
	margin-top: 10px;
	padding: 0px;
	background-color: #ffffff;
}

/* Poster-Spalten Startseite  */

#col1 {
	width: 385px;
	background-color: #ffffff;
	float: left;
	border-right: 1px solid #dcdcdc;
	height: 280px;
}

#col2 {
	width: 385px;
	background-color: #ffffff;
	float: left;
	height: 280px;
}

.row1 {
	height: 140px;
	border-bottom: 	1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
	overflow: hidden;

}

.row2 {
	height: 140px;
	overflow: hidden;
}

.icon {
	float: left;	
	padding: 30px 15px 0px 20px;
}

/*
.iconContainer:hover {
	background: #f2f2f2 url(../img/icon_bg.png) repeat-x scroll center top;
}
*/

.info {
	padding-top: 30px;
	padding-left: 105px;
	padding-right: 15px;
}

.info_ {
	padding-top: 40px;
}

#ueberUnsHov {
	opacity: 0;
	position: absolute;
}

#ueberUnsDef {
	opacity: 1;
	position: absolute;
	visibility: visible;
}


#rechtsgebieteHov {
	opacity: 0;
	position: absolute;
}

#rechtsgebieteDef {
	opacity: 1;
	position: absolute;
	visibility: visible;
}


#pruefungsrechtHov {
	opacity: 0;
	position: absolute;
}

#pruefungsrechtDef {
	opacity: 1;
	position: absolute;
	visibility: visible;
}


#kontaktHov {
	opacity: 0;
	position: absolute;
}

#kontaktDef {
	opacity: 1;
	position: absolute;
	visibility: visible;
}



#faderUeberUns {
	cursor: pointer;
}

.fader {cursor: pointer;}


.logo_klein {
	width: 236px;
	top: 0px;
	left: 530px;
	position: relative;
}

.logo {
	float: right;	
	margin-top: -6px;
	margin-right: 10px;


}



#contactData .left {
 float: left;
 text-align: right;
 width: 35%;
 margin-right: 2%;
 padding-top: 3px;

}

#contactData label {
	margin-bottom: 0px;
	margin-left: 5px;
}

#contactData input, select {
	margin-bottom: 10px;
}

#contactData input.text, select {
	margin-bottom: 10px;
	width: 160px;
	height: 18px;
}

#contactData input.date {
	width: 140px;
	height: 18px;
}




#contactData .right {
 margin-left : 38%;
}


#contactData input.uploadButton {
	background: url(../img/buttons/upload.gif);
	border: 0;
	cursor: pointer;
	height: 20px;
	margin: 0px;
	margin-left: -2px;
	padding-top: 0px;
	width: 20px;
}

#contactData input.uploadButton:hover {
	background-position: 0 20px;
}


