/* 

thank you for visiting this css document.
(c)2009 veloton.com

Auto Weber
www.auto-weber.com

*/



/*** main elements ***/

body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}
#header_outside, #flash_outside, #navigation_outside, #content_outside, #footer_outside {
	width: 100%;
	text-align: center;
}
#header, #navigation, #content, #footer {
	clear: both;
	overflow: auto;
	margin: auto;
	width: 960px;
	text-align: left;
}



/*** header ***/

#header {
	Xheight: 80px;
}
#header_left {
	float: left;
	width: 300px;
}
#header_right {
	float: right;
	width: 650px;
}
#header_navigation ul {
	width: 600px;
	padding: 0px;
	margin: 10px 0px 0px 0px;
}
#header_navigation ul li {
	display: inline;
}
#header_navigation ul li a {
	float: left;
	font: normal 12px arial;
	padding: 0px 8px 0px 8px;
	text-decoration: none;
	border-right: 1px solid #9999a3;
	color: #9999a3;
}
#header_navigation ul li a:hover {
	color: #333333;
}
#header_logos {
	width: 250px;
	float:right;
}
#header_logos ul {
	width: 250px;
	padding: 0px;
	margin: 15px 5px 0px 0px;
}
#header_logos ul li {
	display: inline;
}
#header_logos li a img {
	border:none;
}



/*** flash ***/

#flash {
	clear: both;
	overflow: auto;
	margin: auto;
	width: 960px;
	text-align: left;
}
#flash_outside {
	background: #222222 url(../_images/bg_flash.jpg) repeat-x;
}



/*** content ***/

#content_outside {
	xcolor: #eeeeee;
}
#content {
	background: url(../_images/bg_content.jpg) repeat-y;
}
#content_left {
	float: left;
	width: 180px;
}
#content_middle {
	float: left;
	width: 585px; /* 15px Abstand nach rechts */
}
#content_right {
	float: right;
	width: 180px;
}
#content_left_inside {
	padding: 15px 10px 15px 10px;
}
#content_middle_inside {
	padding: 15px 0px 15px 15px;
}
#content_right_inside {
	padding: 15px 10px 15px 10px;
}



/*** footer ***/

#footer_outside {
	background-image: url(../_images/bg_footer.jpg);
	background-repeat: repeat-x;
}
#footer {
	height:100%;
}
#footer p {
	color:#FFF;
}
#footer_inside_01 {
	float:left;
	padding:10px 0px 0px 10px;
}
#footer_inside_02 {
	float:left;
}
#footer_inside_02 ul {
	padding: 0px;
	margin: 15px 5px 0px 0px;
}
#footer_inside_02 ul li {
	display: inline;
	padding:0px 5px 0px 5px;
}
#footer_inside_02 li a img {
	border:none;
}



/*** navigation ***/

#navigation_outside {
	background: #222222 url(../_images/bg_navigation.jpg) repeat-x;
}
#navigation {
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
}
#navigation ul {
	width: 960px;
	padding: 0px;
	margin: 0px;
}
#navigation ul li {
	display: inline;
}
#navigation ul li a {
	float: left;
	font: normal 12px arial;
	padding: 18px 11px 8px 11px;
	text-decoration: none;
	border-right: 1px solid #222222;
	color: #eeeeee;
}
#navigation ul li a:hover {
	background: #222222 url(../_images/bg_navigation_ro.jpg) repeat-x;
}



/*** subnavigaion ***/

#subnavigation {
	margin-top: 12px;
}
#subnavigation ul {
	margin: 0px;
	padding: 0px 1px 0px 1px;
	list-style-type: none;
}
#subnavigation li {
	border-bottom: 1px solid #ffffff;
}
#subnavigation a {
	display: block;
	font: normal 12px arial;
	color: #222222;
	padding: 9px 0px 8px 20px;
	text-decoration: none;
	background: url(../_images/triangle_grey.gif) no-repeat;
}
#subnavigation a:hover {
	color: #025DA2;
	font-weight: bold;
	background: url(../_images/triangle_blue.gif) no-repeat;
}
#subnavigation .subnavigation_level_01_active a {
	color: #025DA2;
	font-weight: bold;
	background: url(../_images/triangle_blue_active.gif) no-repeat;
}
#subnavigation .subnavigation_level_02 a {
	color: #222222;
	padding: 6px 0px 5px 20px;
	background-image: none;
	background-color: #eeeeee;
}
#subnavigation .subnavigation_level_02_active a {
	color: #025DA2;
	padding: 6px 0px 5px 20px;
	background-image: none;
	background-color: #eeeeee;
}



/*** typo ***/

p, th, td, #content li, .csc-textpic-caption {
	font: normal 12px arial;
	line-height: 18px;
	color: #222222;
	margin-top: 0px;
}
h1, h2 {
	font: bold 14px arial;
	margin: 5px 0px 10px 0px;
	color: #025DA2;
}
h3 {
	font: normal 12px arial;
	margin: 5px 0px 5px 5px;
	color: #ffffff;
}
strong {
	color: #025DA2;
}
a:link, a:visited, a:active {
	color: #025DA2;
	text-decoration: none;
}
a:hover {
	color: #025DA2;
	text-decoration: underline;
}
a:focus {
	outline-offset: -1px;
	-moz-outline: none;
	outline: none;
}
input, option, select, textarea, label, fieldset, legend, .tx-felogin-pi1 {
	font: normal 12px arial;
	color: #333333;
}

.csc-mailform-label {
	font: bold 14px arial;
	line-height: 200%;
	margin: 5px 0px 10px 0px;
	color: #025DA2;
}



