@charset "utf-8";

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
}

#submenuewrapper {
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: #fff;
}
	
#submenue {
	margin: 0 auto;
	padding: 24px 0 8px 0;
	width: 784px;
	text-align: right;
	color: #ddd;
}

#submenue a, a:link {
	color: #000;
	text-decoration: none;
}

#submenue a:hover {
	color: #bbe70c;
	text-decoration: none;
}

#submenue .aktiv { color: #bbe70c; }

#headerwrapper {
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
}

body#azubi       #headerwrapper { background-image: url(../images/fond-azubi.jpg); background-repeat: repeat-x; background-position: top center; }
body#azubi-was   #headerwrapper { background-image: url(../images/fond-was.jpg);   background-repeat: repeat-x; background-position: top center; }
body#azubi-wie   #headerwrapper { background-image: url(../images/fond-wie.jpg);   background-repeat: repeat-x; background-position: top center; }
body#azubi-wer   #headerwrapper { background-image: url(../images/fond-wer.jpg);   background-repeat: repeat-x; background-position: top center; }
body#azubi-wo    #headerwrapper { background-image: url(../images/fond-wo.jpg);    background-repeat: repeat-x; background-position: top center; }

#header {
	text-align: left;
	margin: 0 auto;
	width: 784px;
	height: 264px;
	padding: 0;
}

#logo {
	position: relative;
	top: 36px;
	margin: 0;
	padding: 0;
}

ul#buttons {
	position: relative;
	top: 91px;
	left: 192px;
	width: 400px;
	height: 35px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}

ul#buttons li a {
	position: absolute;
	top: 0;
	width: 100px;
	text-indent: -9000px;
	text-decoration: none;
	padding: 35px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:35px; /* IE5/Win */
}

body#azubi       ul#buttons li a { background-image: url(../images/menue.gif); background-repeat: no-repeat; }
body#azubi-was   ul#buttons li a { background-image: url(../images/menue-was.gif); background-repeat: no-repeat; }
body#azubi-wie   ul#buttons li a { background-image: url(../images/menue-wie.gif); background-repeat: no-repeat; }
body#azubi-wer   ul#buttons li a { background-image: url(../images/menue-wer.gif); background-repeat: no-repeat; }
body#azubi-wo    ul#buttons li a { background-image: url(../images/menue-wo.gif); background-repeat: no-repeat; }


li#was a 			{ background-position: 0px 0px; width: 100px; left: 0; }
li#was a:hover		{ background-position: 0px -40px; }
li#wie a 			{ background-position: -100px 0px; left: 100px; }
li#wie a:hover		{ background-position: -100px -40px; }
li#wer a 			{ background-position: -200px 0px; left: 200px; }
li#wer a:hover		{ background-position: -200px -40px; }
li#wo  a 			{ background-position: -300px 0px; left: 300px;}
li#wo  a:hover		{ background-position: -300px -40px; }

#content {
	margin: 0 auto;
	padding: 44px 0 20px 0;
	width: 784px;
	text-align: left;
}

#menue {
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #ddd; 
	float: left;
	width: 136px;
}

#menue ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	line-height: 16px;
}

#menue li {
	margin: 0;
	display: inline; /* fuer IE 5.5 und 6 PC */
}


#menue li a {
	display: block;
	color: #000;
	padding: 6px 0px 6px 0px;
	text-decoration: none;
	border-bottom: 1px solid #ddd; 
}

#menue li a:hover {
	color: #bbe70c;
}

#menue .aktiv { color: #bbe70c; }

#text {
	margin: 0;
	padding: 0 0 20px 0;
	float: right;
	width: 592px;
}

#text a, a:link {
	color: #03f;
	text-decoration: none;
}

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

#footer {
	margin: 26px 0 10px 0;
	padding: 6px 0 8px 0;
	border-top: 1px solid #ddd;
}

#hrd {
	margin: 0px;
	padding: 0px;
	float: left;
}

/* #hrd a, a:link {
	color: #333;
	text-decoration: none;
}

#hrd a:hover {
	color: #bbe70c;
	text-decoration: none; 
}

*/

#copyright {
	margin: 0px;
	padding: 0px;
	float: right;
	text-align: right;
}

h1 {
	margin: 0px;
	padding: 0px 0px 12px 0px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: normal;
	color: #333;
}

h1 .versal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	color: #339900;
}

h2 {
	margin: 0px;
	padding: 3px 0px 6px 0px;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	color: #339900;
}

p {
	margin: 0px;
	padding: 0px 0px 8px 0px;
	font-size: 12px;
	line-height: 1.6em;
	font-weight: normal;
	color: #333;
}

p .versal { font-size: 11px; text-transform: uppercase; letter-spacing: 0.07em; }

.bildunterschrift {
	font-size: 10px;
	line-height: 1.5em;
	font-weight: normal;
	color: #333;
}

b, strong { font-weight: normal; } 

.linie {
	border-top: 1px solid #ddd;
}

.plinie {
	border-top: 1px solid #ddd;
	margin-top: 0px;
	padding-top: 6px;
}

.hlinie {
	border-top: 1px solid #ddd;
	margin-top: 6px;
	padding-top: 10px;
}

.green { color: #ddd; }

.spaltelinks {
	margin: 0;
	padding: 12px 0 24px 0;
	float: left;
	width: 288px;
}

.spalterechts {
	margin: 0;
	padding: 12px 0 24px 0;
	float: right;
	width: 288px;
}

.spalteende {
	clear: both;
}

.bildrand {
	margin-right: 16px;
}

