/*
	statsolutions.de - default style
*/


* {
	font-size: 1em; 
	line-height: 150%; 
	font-family: Verdana, sans-serif;
	padding: 0;
	margin: 0; 
	border: none; 
	}

html {
	height:100%;
}

body {
	min-height: 101%; 
	margin: 0 auto; 
	width: 716px; 
	background: url(stripes.png) repeat 0 0; 
	font-size: 80%;
	padding-bottom: 1em;  
	}

#wrapper {
	margin: 2em 0 0 0; 
	border: 2px solid white; 
	}

h1 {
	background: url(top_wlogo.jpg) no-repeat 0 0; 
	height: 151px;
	}
h1 span {
	display: none;
	}

#breadcrumb {
	border-top: 2px solid white; 
	border-bottom: 2px solid white; 
	background-color: #ffa500;
	padding-right: 1em; 
	text-align: right; 
	font-size: 0.8em; 
	}
#breadcrumb * {
	font-size: 1em; 
	}
#breadcrumb p,
#breadcrumb ul, 
#breadcrumb li,
#breadcrumb a  {
	display: inline; 
	color: white;
	}
#breadcrumb p,
#breadcrumb a {
	padding-right: 0.5em; 
	}
#breadcrumb a:link,
#breadcrumb a:active,
#breadcrumb a:visited {
	text-decoration: none;

	line-height: 180%; 
	}
#breadcrumb a:hover {
	text-decoration: underline;
	}
	
#contentcontainer {
	background-color: #f5f5f5;
	}
	
#sidebar {
	float: left; 
	width: 12em; 
	padding: 3em 0; 
	}
#sidebar li, 
#sidebar a {
	display: block;
	zoom: 1;  
	}
#sidebar a:link,
#sidebar a:active, 
#sidebar a:visited {
	display: block;
	color: #777777; 
	margin-bottom: 0em; 
	margin-left: -1px; 
	text-decoration: none; 
	padding: 0.4em 14px; 
	border-right: 4px solid #f5f5f5; 
	border-left: 4px solid #f5f5f5; 
	border-top: 1px solid #cccccc;
	}
#sidebar a:hover {
	color: white; 
	text-decoration: underline; 
	background: #ffa500 url(arrow.png) no-repeat 100% -7px; 
	border-color: #cccccc; 
	}
#sidebar #current a:link, 
#sidebar #current a:active, 
#sidebar #current a:visited {
	text-decoration: underline; 
	border-left-color: #ffa500;  
	border-right-color: #ffa500; 
	}


#content {
	background: url(sidebar_bg.png) repeat-y 0 0; 
	margin-left: 12em; 
	padding: 1em 1em 0.1em 2em; 
	}

h2 {
	color: #7889b0; 
	font-size: 1.2em; 
	margin: 2em 0 1em 0 ; 
	}

#content p {
	margin-bottom: 1em; 
	}

#content ul {
	margin-left: 1.4em; 
	}
#content li {
	margin-bottom: 0.4em; 
	}
#content h3 {
	margin: 2em 0 1em 0;
	font-weight: bold; 
	}
#content .highl {
	margin: 2em 0 1em 0; 
	border: 1px solid silver; 
	background-color: white; 
	padding-bottom: 1em; 
	}
#content .highl h3 {
	padding: 0.2em 1em; 
	margin-top: 0em; 
	background-color: silver; 
	color: white; 
	}
#content .highl p, 
#content .highl ul {
	padding: 0em 1em; 
	}
#content .highl li {
	list-style-type: circle; 
	}
#content .highl img {
	float: right; 
	width: 130px; 
	margin: 0 0 0.1em 1em; 
	border: 1px solid silver; 
	padding: 0.2em; 
	}

#content .watchout {
	border-top: 1px solid silver;
	border-bottom: 1px solid silver; 
	background-color: #FFE4B5;
	margin: 0 -1em 0 -2em; 
	padding: 1em 2em; 
	}
#content .watchout h3 {
	border-bottom: 1px solid white; 
	padding-bottom: 0.2em; 
	margin-bottom: 0.4em; 
	}

#content table {
	border-spacing: 0.2em; 
	empty-cells: show; 
	background-color: white;
	border: 1px solid silver;
	width: 100%; 
	}
#content th, 
#content td {
	text-align: left; 
	padding: 0.2em 0.5em; 
	vertical-align: top; 
	}
#content th {
	font-weight: bold; 
	border-bottom: 1px solid silver; 
	}
#content tr {
	background-color: #f2fefe;
	}

#content a:link, 
#content a:active, 
#content a:visited {
	color: blue;
	text-decoration: none; 
	white-space: nowrap; 
	}
#content a:hover {
	border-bottom: 1px solid blue;
	} 

#content .mailto {
	background: url(mail.gif) no-repeat 4px 80%;
	padding-left: 22px; 
}

#lastchanged {
	padding-top: 1em; 
	color: gray; 
	text-align: right; 
	font-size: 0.8em; 
	}

#footer,
#footer *  {
	background-color: silver; 
	font-size: 0.9em; 
	}
#footer li {
	list-style-type: none; 
	float: left; 
	width: 49%;
	}
#footer li span {
	padding-left: 1em; 
	}
#footer li,
#footer a {
	text-decoration: none; 
	text-align: right; 
	color: white; 
	font-size: 1em; 
	line-height: 200%; 
	}
#footer a:hover {
	text-decoration: underline;
	}
#footer .f-left {
	text-align: left; 
	}



.hrwrp {
	clear: both; 
	height: 0px;
	}
.hrwrp hr {
	display: none; 
	}

