/* css default style v1.01 copyright (c) 2005 Blue Lemon AG*/

/* basic elements */

body {
	font-size: 8pt;
	color: white;
	line-height: 12pt;
	font-family: Verdana, Tahoma, Arial;
	background-color: #192346;
	text-align: center;
	letter-spacing: 1px;
	width: 100%; margin: 0;
	padding: 0;
	}

h2 {
	font-weight: normal;
	font-size: 8pt;
	margin: 1em 0 0.5em;
	}
	
p {
	margin: 0 0 0.25em;
	}

a { 
	color: white;
	text-decoration: none;
	}
	
a.cont { padding-right: 30px; }
	
a:hover.cont { background-image: url(Bilder/lemon.gif); background-repeat: no-repeat; background-position: right center; padding-right: 30px; }
	
img {
	margin: 0;
	padding: 0;
	border-style: none;
	}

a.navi {
	line-height: 20pt;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px
	}
			
a.aktiv {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	background: transparent url(Bilder/lemon.gif) no-repeat 0px 8px;
	line-height: 20pt
	}
			
a:hover.navi {
	padding-left: 30px;
	background: transparent url(Bilder/lemon.gif) no-repeat 0px 8px
	}

table { font-size: 8pt; font-family: Verdana, Tahoma, Arial; letter-spacing: 1pt
	 }

.hidden {
	display: none;
	}
	
sup { font-size: 75%; line-height: 0; position: relative; top: 1px; }
/* specific divs */

#content {
	text-align: left;
	position: relative;
	top: 20px;
	border: solid 1px #d0d7dd;
	width: 738px;
	height: 470px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0; }
			
#titelbild {
	position: absolute;
	top: 35px;
	left: 25px;
	}
			
#navigation {
	position: absolute;
	top: 200px;
	left: 560px;
	list-style-type: none;
	}
	
#logo {
	position: absolute;
	right: 0;
	bottom: 6px;
	height: 57px;
	}

#copy {
	color: #3e5b7a;
	font-size: 7pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	letter-spacing: normal;
	position: relative;
	top: 20px;
	}
	
#des {
	color: #3e5b7a;
	font-size: 6pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	letter-spacing: normal;
	position: absolute;
	bottom: 0px;
	right: 3px;
	text-align: right;
	}
	
#bluelemon {
	position: relative;
	top: 4px;
	}

