/* CSS Document */

@import url("startpage.css");
@import url("menu.css");
@import url("news.css");
@import url("contact.css");
@import url("table.css");

/****************************************************************************/
/* COMMON                                                                   */
/****************************************************************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:10px;
	background:#FFF;
	margin:0px;
	padding:0px;
	line-height:14px;
}
a {
	color:#000;
	text-decoration:underline;
}
a:hover {
	/*color:#B0DB1F;*/
	color:#AAB50B;
	text-decoration:underline;
}
a img {
	border:0px;
}
.heading {
	font-size:11px;
	font-weight:bold;
}
#all { 
	/* würde alles zentrieren margin:0px auto;*/
	margin-left:8px;
	margin-top:8px;
	width:990px;
}
.clearer {
	margin:0px;
	padding:0px;
	clear:both;
	/* useless border which can't be seen, but necessary for ?#$%&§$ IE to get proper spaces */
	border:#FFF solid 1px;
}
/****************************************************************************/
/* MORE LINKS                                                               */
/****************************************************************************/
#newsbox .more, .more {
	color:#AAB50B;
	margin-left:6px;
	font-size:10px;
	font-weight:normal;
}
#newsbox .more a, .more a {
	color:#AAB50B;
	text-decoration:none;
	font-size:10px;
	font-weight:normal;
}
#newsbox .more a:hover, .more a:hover {
	text-decoration:underline;
	font-size:10px;
	font-weight:normal;
}
#twocompbox .more, .more {
	color:#AAB50B;
	margin-left:6px;
	font-size:10px;
	font-weight:normal;
}
#twocompbox .more a, .more a {
	color:#AAB50B;
	text-decoration:none;
	font-size:10px;
	font-weight:normal;
}
#twocompbox .more a:hover, .more a:hover {
	text-decoration:underline;
	font-size:10px;
	font-weight:normal;
}
/****************************************************************************/
/* HEADER                                                                   */
/****************************************************************************/
.header {
	height:132px;
	margin-bottom:14px;
}
.header a {
	display:block;
	height:132px;
}
#logo {
	height:132px;
	width:298px;
	margin-right:8px;
	background-image:url(../img/logo.gif);
	background-repeat:no-repeat;
	float:left;
}
#company {
	height:132px;
	width:165px;
	margin-right:8px;
	background-image:url(../img/start_cp.jpg);
	background-repeat:no-repeat;
	float:left;
}
#cs {
	height:132px;
	width:165px;
	margin-right:8px;
	background-image:url(../img/start_cs.jpg);
	background-repeat:no-repeat;
	float:left;
}
#ps {
	height:132px;
	width:165px;
	margin-right:8px;
	background-image:url(../img/start_ps.jpg);
	background-repeat:no-repeat;
	float:left;
}
#ic {
	height:132px;
	width:165px;
	background-image:url(../img/start_ic.jpg);
	background-repeat:no-repeat;
	float:left;
}
#au {
	height:132px;
	width:165px;
	margin-right:8px;
	background-image:url(../img/start_au.jpg);
	background-repeat:no-repeat;
	float:left;
}
/****************************************************************************/
/* BANNER                                                                   */
/****************************************************************************/
#banner_cp {
	height:132px;
	width:684px;
	background-image:url(../img/cp/cp_banner.jpg);
	background-repeat:no-repeat;
	float:left;
}
#banner_cs {
	height:132px;
	width:684px;
	background-image:url(../img/cs/cs_banner.jpg);
	background-repeat:no-repeat;
	float:left;
}
#banner_ic {
	height:132px;
	width:684px;
	background-image:url(../img/ic/ic_banner.jpg);
	background-repeat:no-repeat;
	float:left;
}
#banner_au {
	height:132px;
	width:684px;
	background-image:url(../img/au/au_banner.jpg);
	background-repeat:no-repeat;
	float:left;
}
#banner_ps {
	height:132px;
	width:684px;
	background-image:url(../img/ps/ps_banner.jpg);
	background-repeat:no-repeat;
	float:left;
}
#banner_ou {
	height:132px;
	width:684px;
	background-image:url(../img/ou/ou_banner.jpg);
	background-repeat:no-repeat;
	float:left;
}
/****************************************************************************/
/* TIMELINE                                                                 */
/****************************************************************************/
#timeline {
	margin-left:306px;
	margin-bottom:73px;
}
#timeline a:hover {
	text-decoration:underline;
}
#languagechange {
	color:#AAB50B;
	text-decoration:none;
	font-size:11px;
	letter-spacing:1px;
	font-weight:normal;
	float:left;
}
#timeline .rechts {
	color:#999;
	display:inline;
	float:right;
	margin-right:3px;
}

/****************************************************************************/
/* CONTENT                                                                  */
/****************************************************************************/
#content {
	margin:0px;
	padding:0px;
	width:460px;
	float:left;
}

#content h1 {
	margin:15px 0px 25px 0px;

}
#content h2 {
	font-size:11px;
	font-weight:bold;
	margin:15px 0px 40px 0px;
}
#content h3 {
	font-size:10px;
	font-weight:bold;
	margin:14px 0px 1px 0px;
}
#content p {
	margin: 0px 0px 9px 0px;
}
#content ul, #content ol {
	margin:0px 0px 9px 0px;
	padding:0px 0px 0px 18px;
}
#content ul li {
	list-style-image:url(../img/sym_list.gif);
	line-height:14px;
	margin:0px;
}


/****************************************************************************/
/* RIGHT                                                                    */
/****************************************************************************/
#right {
	width:200px;
	float:right;
	padding:0px;
	margin:0px;
}

/****************************************************************************/
/* PicBox                                                                   */
/****************************************************************************/
.picbox {
	text-align:center;
	width:192px;
	border:#CCC solid 1px;
	margin-top:30px;
}
.picbox img {
	border:none;
}
.picbox_text {
	/*height:28px;*/
	background-color:#E0E0E0;
	width:180px;
	border:#CCC solid 1px;
	border-top:none;
	padding:2px 6px 2px 6px;
}
.picbox_bigpic {
	height:8px;
	width:11px;
	float:right;
}
.picbox_bigpic a, .picbox_bigpic a:hover {
	background-image:url(../img/big_pic.gif);
	background-position:right;
	background-repeat:no-repeat;
	line-height:8px;
	height:8px;
	width:11px;
	display:block;
	float:right;
}
.picbox_bigpic a:hover {
	background-image:url(../img/big_pic_hover.gif);
}
/****************************************************************************/
/* Footer                                                                   */
/****************************************************************************/
#footer {
	color:#AAB50B;
	width:460px;
	padding-left:306px;
	margin-bottom:0px;
	float:left;
}
#footer a {
	color:#AAB50B;
	letter-spacing:1px;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
/****************************************************************************/
/* Produktkatalog                                                           */
/****************************************************************************/
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
sub {
	font-size:8px;
	font-weight:normal;
	margin:0px;
	padding:0px;
}
sup {
	font-size:8px;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

.text_left {
	float:left;
	display:inline;
}
.text_right {
	float:right;
}
.loc_plan, .loc_plan a {
	text-decoration:none;
}
.loc_plan a:hover {
	text-decoration:underline;
}