/* CSS Document */


h1
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
}

body 
{
  background-image: url("../images/BACKGROUND.jpg");
  background-repeat: repeat-x;
  margin-top:0px;
  margin-left:0px;
}



/* CONTENT +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#logo 
{
  float:left;
  margin-top:82px;
}

#online_vcheck
{
  margin-top:82px;
  float:right;
  margin-right:0px;
}

#header 
{
  width:100%;
  height:120px;

}

#container
{
  width:1200px;
  height:100%;
  float:left;
  margin-left:0px;
  margin-top:20px;
}

#menu 
{
  float:left;
  width:200px;
  margin-top:20px;
  margin-left:10px;
  border:1px solid #D8D8D8;  
}

#content 
{
	margin-left:40px;
	margin-top:20px;
	padding: 10px 10px 10px 10px;
	width:495px;
	height:auto;
	float:left;
	border:1px solid #D8D8D8;
	font-family: Verdana;
	font-size: 11px;
	line-height:15px;
}


#google 
{
  width:468px;
  height:60px;
  float:left;
  margin-left:10px;
  margin-top:10px;
}

#google_zwei
{
  width:160px;
  height:600px;
  float:left;
  margin-left:20px;
  margin-top:20px;
  margin-bottom:10px;
}

#submenu
{
	margin-top:65px;
	margin-right:-305px;
	float:right;
	width:120px;
	height:20px;
	color:#445573;
	font-family: Verdana;
	font-size:11px;
}

#IMG_links 
{
	margin-left:20px;
	margin-top:20px;
	width:205px;
	height:150px;
	float:left;
}



/* LINKS +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
a:link 
{ 
  text-decoration: none; 
  color : #445573; 
  border: 0px; 
  -moz-outline-style: none;
}

a:active 
{
  text-decoration: none; 
  color : #A9A9A9; 
  border: 0px; 
  -moz-outline-style: none;
}

a:visited 
{ 
  text-decoration: none; 
  color : #445573; 
  border: 0px; 
  -moz-outline-style: none;
}
  
a:hover	
{ 
  text-decoration: none; 
  color : #A9A9A9; 
  border: 0px; 
  -moz-outline-style: none;
}
 
 
a.submenu :link
{ 
  text-decoration: none; 
  color : #647EAB; 
  border: 0px; 
  -moz-outline-style: none;
}

a.submenu:active 
{
  text-decoration: none; 
  color : #A9A9A9; 
  border: 0px; 
  -moz-outline-style: none;
}

a.submenu:visited 
{ 
  text-decoration: none; 
  color : #647EAB; 
  border: 0px; 
  -moz-outline-style: none;
}
  
a.submenu:hover	
{ 
  text-decoration: none; 
  color : #A9A9A9; 
  border: 0px; 
  -moz-outline-style: none;
}


img 
{
  border: 0;
}

/* MENU +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#menu ul
{
	list-style-type:none;
	margin:0;
	padding:0;
}

#menu ul  li  ul li ul li a
{
	height:20px;
	display:block;
	padding-top:8px;
	padding-left:20px;
	border-bottom:1px dotted #D8D8D8;
	margin-bottom:0px;
	line-height:15px;
	font-family: Verdana;
	font-size: 11px;
}

#menu ul  li  a
{
	height:20px;
	display:block;
	padding-top:8px;
	padding-left:10px;
	border-bottom:1px dotted #D8D8D8;
	margin-bottom:0px;
	line-height:15px;
	font-family: Verdana;
	font-size: 11px;

}








