/*------------------------------------------------------------------
Basis StyleSheet 

datum:   2009-01-05
autor:   Brettingham, info@brettingham.de

letzte Validierung: 
	2009-01-20
	
------------------------------------------------------------------*/

*{
	padding:0;
	margin:0;
	border:0;
	font-family: Arial, Verdana, sans;
	font-size:12px;

	
}

body {
	background: #d6dac7 url('../images/jlg_background.gif') repeat-y top center;
	padding:4px;
}


h1 {
	font-size:16px;
	margin-bottom:20px;
	
}

h2 {
	font-size:14px;
	margin-bottom:10px;
}

h3 {
	font-size:12px;
	margin-bottom:5px;
}

a {
	font-size:12px;
}

img {
	margin-bottom:11px;
}

p {
	font-size:12px;
	line-height: 1.6em;

}

#footer p {
	font-size:10px;	
}

ul {
	margin:16px;
}

ol {
	margin:16px;
	margin-left:20px;
}

li {
	font-size:12px;	
}

/*--------------------------
 Layout
--------------------------*/

div#container {
	
	width:725px;
	margin:auto;
}

div#header {
	width:725px;
	padding-top:40px;
	height:70px;
	background-color:#fff;
	position:relative;
	float:left;
}

div#header img{
	position:relative;
	float:left;
}

div#menu {
	width:725px;
	position:relative;
	float:left;
}

div#content {
	width:661px;
	float:left;
	padding: 32px;
	background: url(../images/watermark.gif) no-repeat 0px 128px;
	font-size:12px;
	line-height: 1.6em;		
}

div#footer {
	padding-top:3px;
	padding-bottom:6px;
	width:725px;

	text-align:center;
	float:left;
	color:#6e6e6e;
	font-size:10px;
}



/*--------------------------
 Menustyles
--------------------------*/

#menu li {
	font-size:16px;
	float:left;
	text-align:center;
	color:#fff;
}



#menu ul {
	margin:0px;
	float:left;	
	list-style-type:none;
	width:725px;
}

#menu a {
	display:block;
	height:27px;
	width:119px;
	padding-top:8px;
	color:#fff;
	text-decoration:none;
	font-size:16px;	
	border-right:1px solid #000;
	border-left:1px solid #aaa;
}

#menu a.first {
	border-left:none;
	background: url("../images/menu_left.gif") no-repeat top left;
}

#menu a.last {
	
	border-right:none;
	width:120px;
	/*background: url("../images/menu_right.gif") no-repeat top right;*/
}

#menu ul li ul 
{
	width:120px;
  	display: none;
  	position: absolute; 
	height:auto;
	z-index:100;
}

#menu ul li:hover ul,
#menu ul li.mover ul
{ 
	display: block;
}

#menu ul li ul li
{
	list-style-type:none;	
}

#menu ul li ul li a {
	display:block;
	height:24px;
	width:120px;
	padding-top:8px;
	color:#fff;
	text-decoration:none;
	border-right:none;
	border-left:none;
	border-bottom:1px solid #333;
	border-top:1px solid #fff;
	font-size:14px;
}

#menu ul li ul li a.last
{
	padding-bottom:2px;
	background:url("../images/submenu_bottom.gif") no-repeat right bottom;
	border-bottom:none;

}


a.backlink{
	position:absolute;
	left:10px;
	z-index:100;
	top:10px;
	color:#35398c;
}

/*--------------------------
 Contentstyles
--------------------------*/

#content div.left {
	float:left;
	width:450px;
}

#content div.right img {
	border-style:solid;
	border-width:2px;
	padding:2px;
	width:170px;
}

#content div.gallerie img
{
	float:left;
	margin-right:5px;
	margin-bottom:5px;	
}

#content div.gallerie div img
{

}
	
#content div.left img {
	border-style:solid;
	border-width:1px;
}

#content img {
	border-style:solid;
	border-width:1px;
	margin-right:6px;
}

#content div.right {
	float:left;
	width:175px;
	padding-left:32px;
}

.special_fachbereichcontainer{

	float:left;
	width:150px;
}

br.clear{
	clear:both;
}
/*--------------------------
 news styles
--------------------------*/

#news {
	clear:both;
	padding:16px;
	border:1px dotted #888;
	margin-bottom:16px;
	background-color:#eee;
}

#news hr {
	height:1px;
	border:0px;
	background-color:#aaa;
	color:#aaa;
}


/*--------------------------
  Footerstyles
---------------------------*/
div#footer a {
	font-size:10px;
}

div#footer p {
	margin:0px;
}

div#footer img {
	margin-bottom:0;
}  
