/*********************************************************************************
+++++  Copyright 2006-2011 © CD-a-DEV.com. All rights reserved. >> by C.D.  ++++++
**********************************************************************************/


/*****************************************************
  main style
*****************************************************/
/**** main style *****/
body {
	margin: 0;
	padding: 0;
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #414141;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1 {
	font-size: 2em;
	padding:5px;
}

h2 {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	letter-spacing: -2px;
	font-size: 2.8em;
	color: #CCC;
}

h3 {
	font-size: 1.6em;
}

p {
	padding: 0px 0px 0px 0px;
}

a {
	display: inline-block;
	text-decoration:none;
	color: #414141;
	font-size:10px;

}
a:visited {
	display: inline-block;
	text-decoration:none;
	color: #414141;
	font-size:10px;
}
a:hover {
	display: inline-block;
	text-decoration:none;
	color:#999;
	font-size:10px;
}

a:active {
	display: inline-block;
	text-decoration:none;
	color: #414141;
	font-size:10px;
}

/**** END main style *****/

/****************************************************
  main background parts
*****************************************************/
/**** main background parts position and style *****/

#background_middle {
	background: url(img_layout/main_box.png) repeat-y left top;
}

#background_top {
	background: url(img_layout/main_box_top.png);
	background-repeat:no-repeat;
}

#background_main {
	overflow: hidden;
	padding-bottom:30px;
	padding-top:80px;
	padding-left:50px;
	padding-right:50px;
	background: url(img_layout/main_box_middle.png) no-repeat left bottom;
}

#background_bottom {
	overflow: hidden;
	padding-bottom:40px;
	padding-top:10px;
	padding-left:50px;
	padding-right:50px;
	background: url(img_layout/main_box_bottom.png) no-repeat left bottom;
}
/**** END main background parts position and style *****/

/*****************************************************
  page/content
*****************************************************/
/**** page/content position and style *****/

#page {
	overflow: hidden;
	width: 940px;
	margin: 0px auto;
}

#content_main {
	float: right;
	width: 650px;
	color: #999;
}

a.site_exp {
	display: inline-block;
	text-decoration:none;
	color: #414141;
	font-size:10px;
}
a.site_exp:visited {
	display: inline-block;
	text-decoration:none;
	color: #414141;
	font-size:10px;
}
a.site_exp:hover {
	display: inline-block;
	text-decoration:none;
	color: #999;
	font-size:10px;
}

a.site_exp:active {
	display: inline-block;
	text-decoration:none;
	color: #414141;
	font-size:10px;
}

#box_main_left {
	float: left;
	width: 170px;
	height:200px;
	padding:3px;
	overflow:hidden;
	background-color:#101010;
}

#box_bottom_left {
	float:left;
	width: 170px;
	height:145px;
	padding:3px;
	background-color:#101010;
}

#box_bottom_left form {
	font-size:10px;
}
#box_bottom_left input {
	font-size:10px;
	color: #CCC;
	background-color:#333;
	border:none;
}

#box_bottom_middle {
	float:left;
	width: 248px;
	height:145px;
	padding:3px;
	margin-left:10px;
	background-color:#101010;
}

#box_bottom_right {
	float: right;
	width: 390px;
	height:145px;
	padding:3px;
	background-color:#101010;
}

#box_bottom_right form {
	font-size:10px;
}
#box_bottom_right input {
	font-size:10px;
	color: #CCC;
	background-color:#333;
	border:none;
}

#box_bottom_right textarea {
	font-size:10px;
	color: #CCC;
	background-color:#333;
	border:none;
}

/**** END page/content position and style *****/

/*****************************************************
  footer
*****************************************************/
/**** footer position and style *****/
#footer {
	overflow: hidden;
	width: 940px;
	height: 80px;
	margin: 0px auto;
}

#footer p {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	text-align: center;
	font-size: 10px;
}
/**** END footer position and style *****/

/**** link style disclaimer/impressum *****/
a.button_disclaimer {
	display: inline-block;
	width:100px;
	height:30px;
	background-image:url(img_layout/botton_disclaimer_off.png);
}
a.button_disclaimer:visited {
	display: inline-block;
	width:100px;
	height:30px;
	color:#F00;
	background-image:url(img_layout/botton_disclaimer_off.png);
}
a.button_disclaimer:hover {
	display: inline-block;
	width:100px;
	height:30px;
	background-image:url(img_layout/botton_disclaimer_on.png);
}
a.button_disclaimer:active {
	display: inline-block;
	width:100px;
	height:30px;
	background-image:url(img_layout/botton_disclaimer_on.png);
}
a.button_impressum {
	display: inline-block;
	width:100px;
	height:30px;
	background-image:url(img_layout/botton_impressum_off.png);
}
a.button_impressum:visited {
	display: inline-block;
	width:100px;
	height:30px;
	color:#F00;
	background-image:url(img_layout/botton_impressum_off.png);
}
a.button_impressum:hover {
	display: inline-block;
	width:100px;
	height:30px;
	background-image:url(img_layout/botton_impressum_on.png);
}

a.button_impressum:active {
	display: inline-block;
	width:100px;
	height:30px;
	background-image:url(img_layout/botton_impressum_on.png);
}
/**** END link style disclaimer/impressum *****/

/*****************************************************
  navi
*****************************************************/



/**** END nav *****/
