/* CSS Document */

/* 2007-12-24 */
/* Jan Becker IT */
/* www.janbecker-it.de */
/* info@janbecker-it.de */

* {
	margin: 0;
	padding: 0;
	border: none;
}

html {	overflow-y: scroll;}

body {
	background-color: #FFF;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	font-weight: normal;
	text-align: center;
}

h1 {
	font-size: 16px;
	line-height: 1em;
	border-bottom: 1px solid #0063DD;
	color: #0063DD;
	background-color: transparent;
	font-variant: small-caps;
}

h2 {
	font-size: 12px;
	margin-bottom: 10px;
}

.clear {
	clear: both;
}

a.scroll_top {
	float: right;
	xposition: relative;
	bottom: 5px;
	right: 5px;
}

.pic {
	border: none;
	display: block;
	float: left;
	margin: 0 5px 5px 0;
}

.pic img {
	border: 1px solid #0063DD;
}

.screenshot {
	border: 1px solid #FFFFFF;
	float: left;
	margin: 0 10px 70px 0;	
}

p {
	text-align: left;
	margin-bottom: 20px;
}

ul {
	margin-left: 30px;
	margin-bottom: 15px;
}

div#navigation li {
	list-style-image: url(../images/li_item.gif);
	margin-bottom: 15px;
	line-height: 1em;
}

a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #0063DD;
	color: #0063DD;
	background-color: transparent;
}

a:hover {
	border-bottom: none;
	color: #003C86;
}

li a {
	color: #999;
	background-color: #E9E9E9;
	text-decoration: none;
	border: none;
}

li a:hover {
	color: #666;
	background-color: #E9E9E9;
}

a.active {
	color: #666;
	background-color: #E9E9E9;
}


div#shadow_top  {
	background-image: url(../images/shadow_top.jpg);
	background-repeat: no-repeat;
	width: 814px;
	height: 7px;
	overflow: hidden;
}

div#shadow_btm {
	background-image: url(../images/shadow_btm.jpg);
	background-repeat: no-repeat;
	width: 814px;
	height: 7px;
	margin-left: auto;
	margin-right:auto;			
}

div#site {
	width: 814px;
	background-image: url(../images/bg_site.jpg);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-align: left;	
}

div#logo {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	width: 460px;
	height: 17px;
	margin-left: 70px;
	margin-top: 40px;
	padding-top: 203px;
	float: left;
	display: inline;
}

div#picture {
	height: 260px;
	width: 170px;
	float: right;
	margin-right: 70px;
	display: inline;
}

div#content {
	width: 460px;
	margin-left: 70px;
	margin-top: 25px;
	margin-bottom: 20px;
	float: left;
	background-image: url(../images/cont_end.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	display: inline;	
}

div#navigation {
	width: 170px;
	background-color: #E9E9E9;
	color: #999;
	float: right;
	margin-right: 70px;
	background-image: url(../images/navi_end.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	display: inline;	
}

p#address {
	width: 150px;
	height:60px;
	font-size: 9px;
	line-height: 1em;
	margin-left: 15px;
	margin-top: 150px;
	margin-bottom: 10px;
	background-color: #E9E9E9;
	color: #999;	
}

div#footer {
	width: 814px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7px;
	font-size: 9px;
	color: #999;
	background-color: transparent;
}