/* BASE */
* {
	margin: 0;
	padding: 0;
	}
body {
	font-size: 10px;
	font-family: arial, verdana, sans-serif;
	color: #4F5761;
	background: #fff url(/img/bg_unternehmen.gif) 50% 0 no-repeat;
	text-align: center;
	}

/* diverses */

#container {
	text-align: left;
	width: 955px;
	margin: 0 auto;
	position: relative;
	}
a {
	color: #4F5761;
	text-decoration: none;
	}
a.bgicon {
	font-size: 10px;
	padding-left: 12px;
	background: url(/img/pfeil_blau.gif) 0 50% no-repeat;
	}
a:hover {
	text-decoration: underline;
	}
input.text {
	width: 98px;
	height: 14px;
	}
br.clear {
	clear: both;
	}

/* content */

#content {
	width: 729px;
	border-left: 1px solid #A6A8AB;
	float: right;
	border-bottom: 1px solid #A6A8AB;
	}

#content p a:link,
#content p a:visited,
#content p a:active {
	text-decoration: underline;
	}
	
#content p a:hover {
	text-decoration: none;
	}

#content .contentSWF {
	margin: 8px;
	margin-top: 10px;
	border: 1px solid #BEC0C2;
}
	
div#copy {
	padding: 5em 0 0 4em;
	}
div#copy h3 {
	font-size: 1.1em;
	letter-spacing: 1px;
	margin-bottom: 0.5em;
	}
	
div#copy p, div#copy img {
	font-size: 1.1em;
	line-height: 1.8em;
	margin: 0 0 2em 2em;
	text-indent: 0em;
	}

div#copy ul {
	list-style-type: circle;
	list-style-position: inside;
	font-size: 1.1em;
	line-height: 1.8em;
	margin: 0 0 2em 1.5em;
	}

div#copy ol {
	list-style-type: decimal;
	list-style-position: inside;
	font-size: 1.1em;
	line-height: 1.8em;
	margin: 0 0 2em 1.5em;
	}

div#copy table.con {
	width:665px;
	margin: 0 0 2em 1.5em;
	font-size: 1.1em;
	line-height: 1.8em;
	}
	
div#copy table.con td {
	padding:3px;
	padding-left:5px;
	}
	
div#copy table.con input.reg, 
div#copy table.con textarea.reg {
	font-family: arial, helvetica;
	border:1px solid #A6A8AB;
	width: 300px;
	font-size:11px;
}

div#copy table.con p{
	margin:0px;
	padding:0px;
	font-size: 1em;
}

div#copy table.no-margin{
	margin-left: 0px;
	margin-top: 0px;
}

div#copy table p.infobox {
	font-size: 1em;
	width: 298px;
	background: #E5E5E6;
	border: 1px solid #A6A8AB;
	padding: 10px 5px 10px 5px;
	margin: 0px;
	}

div#copy table p.infoboxheadline {
	width: 298px;
	font-weight: bold;
	font-size: 1em;
	background: #BEC0C2;
	border: 1px solid #A6A8AB;
	border-bottom: 5px solid #1D4576;
	padding: 2px 5px 2px 5px;
	margin: 0px;
	margin-top: 6px;
	}


ul#iconlinklist {
	list-style: none;
	float: right;
	margin: 10px 0;
	}
ul#iconlinklist li {
	display: inline;
	}
ul#iconlinklist li a {
	float: left;
	display: block;
	width: 26px;
	height: 17px;
	background: url(/img/icon_empfehlen.gif) no-repeat center bottom;
	margin-left: 15px;
	}
ul#iconlinklist li a#linkDrucken {
	width: 20px;
	background-image: url(/img/icon_drucken.gif);
	}
ul#iconlinklist li a#linkNachOben {
	width: 14px;
	background-image: url(/img/icon_nachoben.gif);
	}
ul#iconlinklist li a span {
	display: none;
	}

/* sidebar */

#sidebar {
	width: 224px;
	border-left: 1px solid #A6A8AB;
	float: left;
	}
	
#sidebar td {
	font-size: 10px;
}

form#login {
	height: 111px;
	}
form#login table {
	margin: 30px auto 0;
	}
form#login label, form#login input.text {
	height:16px;
	font-size:10px;
	margin-left: 6px;
	}
form#login input.text{
	border:1px solid #A6A8AB;
	}

#sidebar ul {
	list-style: none;
	}
#sidebar ul li {
	border-bottom: 1px solid #A6A8AB;
	}
#sidebar ul li ul li {
	border-bottom:1px solid white;
	}
#sidebar ul li a {
	font-size: 1.1em;
	display: block;
	padding: 0.25em 0 0.25em 14px;
	background: url(/img/dl_bullets.gif) no-repeat 5px 50%;
	}
	
#sidebar ul li ul li a {
	font-size: 1.1em;
	display: block;
	padding: 0.25em 0 0.25em 22px;
	background: url(/img/dl_bullets.gif) no-repeat 5px 50%;
	background-position: 12px 8px;
	}
	
#sidebar ul li a.aktiv {
	font-size: 1.1em;
	display: block;
	padding: 0.25em 0 0.25em 14px;
	background: url(/img/dl_bullets.gif) no-repeat 5px 50%;
	background-color: #D7D8D9;
	}

#sidebar ul li ul li a.aktiv {
	font-size: 1.1em;
	display: block;
	padding: 0.25em 0 0.25em 22px;
	background: url(/img/dl_bullets.gif) no-repeat 5px 50%;
	background-color: #E7E8E9;
	background-position: 12px 8px;
	}

#sidebar ul li a:hover {
	text-decoration: none;
	background-color: #D7D8D9;
	}
	
#sidebar ul li ul li a:hover {
	text-decoration: none;
	background-color: #E7E8E9;
	}

	
/* footer */

#footer {
	clear: both;
	text-align: center;
	}
#footer p {
	width: 955px;
	margin: 0 auto;
	padding-top: 10px;
	text-align: right;
	}
#footer p span {
	padding-right: 47px;
	}
#footer p#footerLogo {
	padding-top: 0;
	margin-top: -10px;
	padding-bottom: 10px;
	}
	
/* weiterempfehelen */

div.rec {	
	margin-bottom:10px;
	padding:5px;
	background:#D7D8D9;
	}