/* myhedspace_free09 - you're free to modify and clean this code :) */
body {
	background-color:#eee;

	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
}
#box {
width:660px;
height:550px;
top:50%;
left:50%;
margin-top:  -275px;
margin-left: -330px;
position:absolute;
}
#top {
width:660px;
height:16px;
background-image:url(images/bgtops.jpg);
background-repeat:no-repeat;
}
#middle {
width:660px;
height:523px;
background-image:url(images/bgbodys.jpg);
}
#bottom {
width:660px;
height:14px;
background-image:url(images/bgbottoms.jpg);
background-repeat:no-repeat;
}
#nav {
width:630px;
height:44px;
background-color:#333;
margin:0 auto;
}
#nav #logo {
display:inline;
float:right;
margin-right:8px;
}
#nav #logo h1 {
padding:0;
margin: 14px 0 0 10px;
font-size:13px;
color:#FFFFFF;
text-transform:uppercase;
}
#nav #logo h1 a{
color:#FFFFFF;
text-decoration:none;
}
#nav #logo h1 span{
color:#999;
}
#nav #menu {
	position: absolute;
	top: 65px;



}
#nav #menu ul{
	padding:0;
	margin:16px 10px 0 28px;
	font-size:12px;
}
#nav #menu ul li{
list-style-type:none;
font-weight:bolder;
text-transform:uppercase;
color: #ffffff;
border-left:  1px solid #999999;
padding: 7px 7px 7px 7px;



}
#nav #menu ul li a{
text-decoration:none;
color:#FFFFFF;
}

#nav #menu ul li a#aktiv{

color:#999999;
}




#nav #menu ul li a:hover{
color:#999;
}







#main_img {
width:630px;
height:402px;

margin:0 auto;
}
#main_text {
width:630px;
height:74px;
background-color:#333;
margin:0 auto;
}
#main_text p {
margin:0;
padding:0;
}
#main_text p a{
color:#FFFFFF;
text-decoration:none;
}
#welcome {
width:600px;
margin:0 auto;
padding: 10px 0;
}
#main_text h2 {
margin:0;
padding:0;
color:#CCCCCC;
font-size:14px;
}
#footer {
text-align:center;
color:#333;
clear:both;
}
#footer a{
text-decoration:none;
color:#333;
}





/*for innerpages*/
#inner_box {
width:660px;
margin:0 auto;
}
#inner_middle {
width:660px;
background-image:url(images/bgbodybs.jpg);
display:table;
color:#333333;
}
#left {
float:left;
width:650px;
}
#left p{
	width:600px;
	margin:10px 0 10px 30px;
	text-align:justify;
	padding:0;
}

#left h2 {
	width:400px;
	margin: 0 0 0 30px;
	font-size:16px;
	padding:8px 0 0 0;
}

#left h3 {
	width:600px;
	margin: 5px 0 0 30px;
	font-size:13px;
	font-weight:bold;
	padding:5px 0 0 0;
}

#left h4 {
	width:400px;
	margin: 0px 0 0 30px;
	font-size:11px;
	font-weight:normal;
	padding:10px 0 0 0;
}

#left table {
	width:400px;
	margin: 0px 0 0 30px;
	font-size:11px;
	font-weight:normal;
	padding:10px 0 0 0;
}

#left table#gross {
	font-size:13px;

}

#left a:link, a:visited {
color:#006600;
text-decoration:none;
font-weight:bold
}


#left a:hover, a:active {
color: #006600;
text-decoration: underline;
}

#left ul{
margin:0;
padding:5px 0 20px 20px;
list-style-type:square;
}

#right {
float:right;
width:200px;
}
#right h3 {
font-size:13px;
border-bottom:1px #333 solid;
width:140px;
margin:0;
padding:20px 0 0 0;
}
#right ul{
margin:0;
padding:5px 0 20px 20px;
font-size:10px;
list-style-type:square;
}
#right ul li a{
color:#333;
text-decoration:none;
}
#right ul li a:hover{
text-decoration:underline;
}



img {
	background: #FAFAFA;
	border: 1px solid #DCDCDC;
	padding: 5px;
}
img.frame-less {
   border: 0px solid #DCDCDC;
	padding: 0px;
}

img.float-right {
	margin: 0px 5px 5px 5px;
		float:right;
}
img.float-left {
	margin: 0px 5px 5px 5px;
	float:left;


}

