/* Unchanged */
/*



thank you for visiting this css document.





Ilhan Dogan

dogans-world.com



(c)2008 veloton ohg

veloton.com



*/



/*

CI



dark grey - #333333

light grey - #F3F3F3

red - #990000



*/



body {

	background-color: #333333;

	margin-top: 20px;

	padding: 0px;

	text-align: center;

}

#container {

	margin: auto;

	width: 960px;

	height:600px;

	text-align: left;

	background-image:url(../_images/bg_content.jpg);

}

#content_left {

	width: 160px;

	float: left;

}

#content_middle {

	width: 550px;

	float: left;

	background-color:#FFFFFF;

}

#content_middle_inside {

	padding: 10px 20px;

}

#content_middle .csc-textpic-image {

	padding: 10px 10px 10px 10px;

	margin:5px 5px 5px 5px;

	border:1px solid #D2D2D2; 

}

#content_right {

	width: 240px;

	float: right;

}



/*** navigaion ***/



#navigation {

	margin-bottom: 10px;

}

#navigation ul {

	font: bold 11px verdana;

	margin: 0px;

	padding: 0px;

	list-style-type: none;

}

#navigation a {

	display: block;

	color: #990000;

	padding: 7px 0px 6px 10px;

	text-decoration: none;

	background-color: #F3F3F3;

	border-top: 1px solid #cccccc;

}

#navigation a:hover {

	background-color: #990000;

	color: #ffffff;

}

.active {

	background-color:#990000 !important;

	color: #ffffff !important;

}

#navigation .style_01 a {

	padding-left:20px;

	color: #333333;

}

#navigation .style_01 a:hover {

	background-color: #333333;

	color:#ffffff;

}



/*** subnavigaion ***/



#subnavigation {

	width: 550px;

	background-image:url(../_images/head_navi.jpg);

	background-repeat:no-repeat;

	height:35px;

}

#subnavigation ul {

	margin:0px; 

	padding:10px 35px 0px 0px;

	text-align:right;

}

#subnavigation li {

	display: inline;

	margin: 0px;

	padding: 0px 5px 0px 5px;

	list-style-type: none;

	clear:both;

}

#subnavigation a {

	text-decoration: none;

	color: #333333;

	padding: 0px 5px 0px 0px;

	font: normal 10px verdana;

}

#subnavigation a:hover {

	font: normal 10px verdana;

	text-decoration: underline;

	color: #990000;

}



/*** footer ***/



#footer {

	position:absolute; 

	top:600px;

	background-image:url(../_images/footer.jpg);

	background-repeat:no-repeat;

	width:550px;

	xheight:20px;

	padding:0px;

	margin:0px;

}

#footer_inside {

	padding:2px 0px 2px 15px;

	margin:0px;

}



/*** typo ***/



p, th, td, #content_middle_inside li, .csc-mailform-field {

	font: normal 11px verdana;

	line-height: 18px;

	color: #333333;

	margin-top: 0px;

}

h1 {

	font: bold 18px verdana;

	line-height: 20px;

	color: #990000;

	border-bottom:1px solid #990000;

}

a:link, a:visited, a:active {

	color: #990000;

	text-decoration: none;

}

a:hover {

	color: #990000;

	text-decoration: underline;

}

a:focus {

	outline-offset: -1px;

	-moz-outline: none;

	outline: none;

}

input, option, select, textarea {

	font: normal 11px verdana;

	color: #333333;

	padding: 1px;

}

.csc-textpic-caption {

	font: normal 11px verdana;

	line-height: 18px;

	color: #333333;

	margin-top: 10px;

}