
/*-----------------------------------------------------------------------------
[client] Screen Stylesheet
version:   1.0
date:      2007-12-13
author:    Florian Engelke
email:     [engelke at art-motion dot de]

website:   www.art-motion.de
website:   www.easy-create.de

version history: [location of file]
-----------------------------------------------------------------------------*/


/* Import other stylesheets
-----------------------------------------------------------------------------*/

/* @import url("otherstylesheet.css"); */


/* Remove margin, padding and border from everything
-----------------------------------------------------------------------------*/
/* CSS Document */

html {
	 width:100%;
}
img {border:0;}
body {
	background-color:#8db5cb;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#757575;
	background-image:url('/bg_body.jpg');
	background-repeat:repeat-x;
}

#wrapper {
	width:900px;
	margin:0 auto;
	text-align:left;
}

#header {
	float:left;
	width:900px;
	height:172px;
	background-color:#ffffff;
	text-align: center;

}

#logobox {
	display:inline;
	float:left;
	width:220px;
	height:150px;
	margin:6px;
	background-image:url('/bg_logobox.jpg');
	background-repeat:no-repeat;
	text-align:right;
}

#logobox h1 {
	padding:0px;
	margin:0px;
	margin-top:50px;
	margin-right:20px;
	font-size:26px;
	color:#c1d000;
}

#logobox h2 {
	padding:0px;
	margin:0px;
	margin-top:-4px;
	margin-right:20px;
	font-size:14px;
	color:#8d8d8d;
}

#headimg {
	display:inline;
	float:left;
	width:662px;
	height:150px;
	margin:6px;
	margin-left:0px;
	background-image:url('/header_image.jpg');
	background-repeat:no-repeat;
}

#topnavi {
	display:inline;
	float:left;
	width:900px;
	height:34px;
	background-image:url('/bg_topnavi.jpg');
	background-repeat:no-repeat;
}

#topnavi ul {
	display:inline;
	list-style-type:none;
	padding:0px;
	margin:6px;
	margin-top:0px;
}

#topnavi ul li {
	float:left;
	height:28px;
	background-image:url('/button_topnavi_norm.jpg');
	background-repeat:no-repeat;
	line-height:28px;
}

#topnavi ul li.selected {
	float:left;
	height:28px;
	background-image:url('/button_topnavi_selected.jpg');
	background-repeat:no-repeat;
	line-height:28px;
}

#topnavi ul li a {
	line-height:28px;
	color:#8d8d8d;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana, sans-serif;
	text-decoration:none;
	padding-left:28px;
	padding-right:26px;
}

#topnavi ul li a:hover {
	line-height:28px;
	color:#8d8d8d;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana, sans-serif;
	text-decoration:underline;
	padding-left:28px;
	padding-right:26px;
}

#topnavi ul li.selected a {
	line-height:28px;
	color:#757575;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana, sans-serif;
	text-decoration:none;
	padding-left:28px;
	padding-right:26px;
}

#topnavi ul li.selected a:hover {
	line-height:28px;
	color:#757575;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana, sans-serif;
	text-decoration:underline;
	padding-left:28px;
	padding-right:26px;
}

#bodybox {
	float:left;
	width:900px;
	background-image:url('/bg_bodybox.jpg');
}

#subnavi {
	display:inline;
	float:left;
	width:260px;
	margin-left:6px;
	margin-top:10px;
	padding-bottom:10px;
}

#subnavi ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}

#subnavi ul li {
	height:24px;
	background-image:url('/button_subnavi.jpg');
	background-repeat:no-repeat;
	line-height:24px;
	margin-left:10px;
	width:200px;
}

#subnavi ul li a {
	font-family:Verdana, sans-serif;
	font-size:11px;
	color:#8d8d8d;
	text-decoration:none;
	padding-left:5px;
}

#subnavi ul li a:hover {
	font-family:Verdana, sans-serif;
	font-size:11px;
	color:#8d8d8d;
	text-decoration:underline;
	padding-left:5px;
}

#subnavi ul li a.selected {
	font-family:Verdana, sans-serif;
	font-size:11px;
	color:#c1d000;
	text-decoration:none;
	padding-left:5px;
}

#subnavi ul li a.selected:hover {
	font-family:Verdana, sans-serif;
	font-size:11px;
	color:#c1d000;
	text-decoration:underline;
	padding-left:5px;
}

#content {
	display:inline;
	float:left;
	width:600px;
	margin-right:30px;
	margin-left:30px;
	margin-top:20px;
	padding-bottom:10px;
}

#content h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	color:#c1d000;
}

#content p {
	line-height:16px;
}

.content_box {
	width:570px;
	clear:both;
}

.left_pic {
	margin-right:25px;
	float:left;
	margin-bottom:30px;
}

.right_pic {
	margin-left:25px;
	float:left;
	margin-bottom:30px;
}

.right_txt,
.left_txt {
	float:left;
	width:320px;
	margin-bottom:30px;
}

#footer {
	display:inline;
	float:left;
	width:900px;
	height:41px;
	background-image:url('/bg_footer.jpg');
	background-repeat:no-repeat;
	text-align:center;
}
#footer ul {
	list-style: none;
}
#footer ul li{
float:left;
padding : 0 5px;
}
#footer p {
	margin:6px;
	padding:0px;
	float:right;
	line-height:28px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#aaaaaa;
}

#footer a {
	font-size:10px;
	color:#aaaaaa;
	text-decoration:none;
}

#footer a:hover {
	font-size:10px;
	color:#aaaaaa;
	text-decoration:underline;
}

div.imgbox {
	float:right;
	width:160px;
	height:250px;
	text-align:center;
	margin-left:10px;
	margin-bottom:10px;
}

div.imgbox img {
	border:1px solid #bbbbbb;
}

div.imgbox p {
	text-align:left;
	margin:0px;
	padding:0px;
	font-size:10px;
	color:#aaaaaa;
}

div.spacing1 {
	margin-left:18px;
	margin-right:18px;
}
#left_img {
text-align:center;
}
#left_img img {
margin-bottom:15px;
}
#left_img span {
clear:both;


}
#content img {
margin:6px;
}
#content,table {
	font-size: 12px;
}

.stats {
	width: 99px;
	border: 1px solid gray;
	padding: 1px;
	background-image: url('/status.jpg');
	background-position: -103px;
	height: 12px;
	float: left;
	margin: 0 5px;
}

.liste,.liste li {
	clear: both;
	float: left;
}

.liste li span {
	margin: 5px;
}

#content a {
	color: #3797d2;
	text-decoration: none;
}
a img {border:0}


