/*

suw-jopa.de

(c)2008 veloton ohg
veloton.com

--------------------------------------------------

red - #e70000
grey - #aaaaaa
light grey - #bcbcbc

*/


body {
	padding: 0px;
	margin: 0px;
	background-image: url(../_images/bg_site.jpg);
	background-repeat: repeat-x;
	background-color: #F7F3F0;
	text-align: center;
}
#container {
	width: 980px;
	margin: auto;
	text-align: left;
	background-color: #ffffff;
}



/*** header ***/

#header {
	width: 980px;
	height: 220px;
}
#header_left {
	width: 760px;
	height: 220px;
	float: left;
}
#header_right {
	width: 220px;
	height: 220px;
	float: right;
}
#slogan {
	width: 220px;
	height: 140px;
	float: left;
}
#flash {
	width: 540px;
	height: 140px;
	float: right;
	background-color: #dddddd;
}
#language {
	text-align: center;
	height: 35px;
	background-image: url(../_images/bg_language.jpg);
}



/*** navigaion ***/

#navigation {
	clear: both;
	background-image: url(../_images/bg_navigation.jpg);
	height: 40px;
}
#navigation ul {
	padding: 0px;
	margin: 0px;
}
#navigation ul li {
	display: inline;
}
#navigation ul li a {
	font: bold 13px arial;
	color: #ffffff;
	padding: 15px 25px 0px 10px;
	float: left;
	border-right: 1px solid #ffffff;
}
#navigation ul li a:hover {
	background-image: url(../_images/bg_navigation_ro.jpg);
	text-decoration: none;
}



/*** content ***/

#content {
	clear: both;
}
#container_01 {
	float: left;
	width: 220px;
	background-image: url(../_images/bg_left.jpg);
	background-repeat: repeat-x;
}
#container_02 {
	float: left;
	width: 540px;
	background-image: url(../_images/bg_middle.jpg);
	background-repeat: repeat-x;
}
#container_03 {
	float: right;
	width: 220px;
	background-image: url(../_images/bg_right.jpg);
	background-repeat: repeat-x;
}
#container_01_inside {
	padding: 20px 5px 20px 15px;
}
#container_02_inside {
	padding: 15px 15px 20px 15px;
}
#container_03_inside {
	padding: 0px 5px 20px 10px;
}
#container_news_inside {
	padding: 10px 5px 10px 15px;
}



/*** subnavigaion ***/

#subnavigation {
	margin-top: 20px;
}
#subnavigation ul {
	font: bold 13px arial;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#subnavigation a {
	display: block;
	margin: 0px;
	line-height: 13px;
	text-decoration: none;
	border-bottom: 1px solid #aaaaaa;
}
#subnavigation a:hover {
	color: #ffffff;
	background-color: #bcbcbc;
}
#subnavigation .style_01 {
	padding: 7px 0px 8px 10px;
	color: #fe0000;
}
#subnavigation .style_02 {
	padding: 7px 0px 8px 20px;
	color: #888888;
}
#subnavigation .style_03 {
	padding: 7px 0px 8px 30px;
	color: #888888;
	font-weight: normal;
}



/*** typo ***/

p, th, td, #container_02_inside li {
	font: normal 11px verdana;
	line-height: 17px;
	color: #333333;
	margin-top: 0px;
}
h1 {
	font: bold 14px verdana;
	line-height: 20px;
	color: #fe0000;	
}
a:link, a:visited, a:active {
	color: #fe0000;
	text-decoration: none;
}
a:hover {
	color: #fe0000;
	text-decoration: underline;
}
a:focus {
	outline-offset: -1px;
	-moz-outline: none;
	outline: none;
}
.csc-textpic-caption {
	font: italic 10px verdana;
	line-height: 15px;
	color: #333333;
	margin-top: 5px;
}


/*** footer ***/

#footer {
	clear: both;
	height: 30px;
	background-image: url(../_images/bg_footer.jpg);
}
#footer_inside_left {
	float: left;
	width: 450px;
	font: normal 11px verdana;
	line-height: 12px;
	color: #ffffff;
	text-align: left;
	padding: 8px 0px 0px 10px;
}
#footer_inside_right {
	float: right;
	width: 450px;
	text-align: right;
	line-height: 11px;
	padding: 8px 10px 0px 0px;
}
#footer_inside_right ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footer_inside_right ul li {
	display: inline;
}
#footer_inside_right ul li a {
	font: normal 11px verdana;
	color: #ffffff;
	padding: 0px 10px 0px 10px;
	border-left: 1px solid #ffffff;
	text-decoration: none;
}
#footer_inside_right ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
}



/*** specials ***/

#container_02_inside dt img {
	border: 1px solid #cccccc;
	padding: 3px;
}
#container_02_inside .csc-textpic-text h1, #container_02_inside .csc-textpic-intext-left-nowrap .csc-textpic-text p {
	padding: 0px 0px 0px 15px;
}
#container_02_inside .csc-textpic {
	padding-bottom: 10px;
}

