/* ------- ALLGEMEIN  -------- */

* {
	margin:0;
	padding:0;
}
	

html , body {
	height:100%
}

	
body {
	background: url(../images/layout/bg.gif) #ffffff repeat-y ;
	font:  8pt verdana,  arial,  georgia, sans-serif;
	color: #444444;	
	text-align:left;
}
	
	
p {
	margin-bottom:10px;
}	
	
	
h1 { 
	margin:0 0 15px 0;
	color: #444444;
	font-size:9pt;
	font-weight:bold;
	letter-spacing:0.1em;	
}  


h2 { 
	margin:0 0 0 0;
	color: #444444;
	font-size:8pt;
	font-weight:bold;
}  

h3 { 
	margin:0 0 0 0;
	color: #444444;
	font-size:8pt;
	font-weight:bold;
}  
	
a:link, a:visited, a:hover, a:active { 
	color: #444444;
  	font-weight: normal;
  	text-decoration: none;
}
  	

a:hover { 
	color: #990000;
	text-decoration:underline;
} 

ul.square {
	list-style-type:square;
	margin-left: 15px;
}

ul.disc {
	list-style-type:disc;
	margin-left: 15px;
}

ul.circle {
	list-style-type:circle;
	margin-left: 15px;
}

li.none {
	list-style-type:none;
}

img {
	border:0px;
}


/* ------- INHALTSEBENEN------- */

#container {
	position:absolute;
	border:0px solid #000000;
}


#adresse {
	margin:20px 0 0 290px;
	font-size:7pt;
	clear:both;
}

#logo {
	clear:both;
}

#titel {
	width:500px;
	height:20px;
	top:110px;
	left:290px;
	position:absolute;
}

#inhalt {
	width:500px;
	top:145px;
	left:290px;
	border:0px solid #000000;
	position:absolute;
}

#agb {
	width:540px;
	top:145px;
	left:290px;
	border:0px solid #000000;
	position:absolute;
}

#profis {
	clear:left;
	width:263px;
	margin:35px 0 0 0px;
}

#impressum {
	clear:left;
	margin-top:20px;
	width:200px;
	text-align:right;
}

#clearer {
	height:1px;
	clear:both;
	padding:none;
	margin:none;
	border:0px solid #000000;
}

#dist {
	height:100%;
	float:right;
	width:1px;
	padding:none;
	margin:none;
	border:1px solid #000000;
}

/* ------- NAVI EINS / HAUPTNAVI ------- */

#nav {
	margin:35px 0 0 25px;
	width: 210px;
	text-align:right;
	border: 0px solid #000000;
}

#nav ul {
	background-color : transparent;
	list-style-type:none;
}

#nav li {
	background-color : transparent;
	list-style-type:none;
	margin-bottom: 5px;
}

#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	background:#444444;
	color: #ffffff;
	display:block;
	letter-spacing:0.05em;
	width:175px;
	padding: 3px 35px 3px 2px;
}


#nav a:hover, #nav a:active {
	font-weight:bold;
	text-decoration:none;
}

/* ------- NAVI ZWEI / SUBNAVI------- */

#navsub {
	margin:0px 0 0 0px;
	width: 210px;
	border: 0px solid #000000;	
}

#navsub ul {
	background-color : transparent;
	list-style-type:none;
}

#navsub li {
	background-color : transparent;
	list-style-type:none;
	margin-bottom: 0px;	
	display:none;	
}

#navsub a:link, #navsub a:visited, #navsub a:hover, #navsub a:active {
	background:transparent;
	color: #990000;
	display:block;
	letter-spacing:0.05em;
	width:175px;
	padding: 0px 35px 0px 2px;
}

#navsub a:hover, #navsub a:active {
	text-decoration:underline;
	font-weight:normal;
}
