/********* MAIN *********/

html, body {
	height: 100%;
}

body {
	padding: 0;
	margin: 0;
	background: url('images/background.gif');
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #666;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

h1 {
	font-size: 14px;
	font-weight: normal;
	color: #132271;
	margin: 0 0 30px;
}

h2 {
	font-size: 11px;
	font-weight: normal;
	color: #132271;
	margin: 0 0 10px;
}


hr {
	height: 1px;
	margin: 8px 0;
	border: 0;
	border-top: 1px solid #a0a0a0;
}


/********* START *********/

.start-image {
	width: 75%;
	margin-top: 54px;
}

.start-navi {
	margin: 15px 0 0 147px;
	color: #fff;
	line-height:25px;
}

.start-navi a {
	color: #fff;
}



/********* PAGES *********/

.content-bg {
  	position: relative;
  	min-height: 100%;
	height: auto !important; /* moderne Browser */
	height: 100%; /* IE */
	max-width: 860px;
	background: url('images/content_bg.gif') repeat-y;
	padding-top: 3px;
}

.navi {
	float: left;
	width: 118px;
	padding: 40px 0 0 20px;
}

.navi ul {
	list-style: none;
	line-height: 25px;
	margin: 0;
	padding: 0;
}

.navi .active {
	color: #132271;
}

.content {
	float: left;
	max-width: 488px;
	margin: 15px 0;
	padding: 25px 45px;
	border-left: 1px solid #666;
	line-height: 18px;
}

.contact {
	float: left;
	margin: 40px 0 0 15px;
	color: #fff;
	line-height: 18px;
}

.contact a {
	color: #fff;
}

.screenshot
{
	border: 1px solid #999;
}

.bilderleiste
{
	border: 1px solid #aaa;
	padding: 5px;
	font-size: 9px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: normal;
	margin-left: 10px;
}



/********* MISC *********/

.clear {
	clear: both;
	height: 0;
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0px;
}


img {
	border: 0;
}


.refbox {
	padding: 10px 5px 15px 0px;
	border-bottom: 1px solid #a0a0a0;
}

.refbox .logo {
	float: left; 
	margin-right: 40px;
}

.refbox .text {
	margin-left: 150px;
}

.refbox .details {
	margin-top:20px;
	float: right;
}


.image-head {
	max-width: 859px; 
	width:100%;
}



