/******************************************************/
/*********************Globale Definitionen*************/
/******************************************************/


/**************************************************/
/***************Link-Formatierungen****************/
a:link 		{color: rgb(17,15,163);}
a:visited 	{color: rgb(0,0,0);} 
a:hover 	{color: rgb(17,15,163);}
a:active 	{color: rgb(17,15,163);}

/**************************************************/
/*******************Hintergründe*******************/
/********************************************************/
/********LAYOUTS ANFANG**********************************/
/********************************************************/

/****************Standard Tabelle**************/
/******************************************/
/*  body und schrift definitionen */
/* standard elements */
html {min-height: 100%;}

* {
  margin: 0;
  padding: 0;
margin:auto auto;
}

body {
  font: normal 75% Arial,sans-serif;
  font-weight:normal;
  padding-top: 10px;
background:url(images/bg.png) repeat-x #496da0 ;
}

h1{padding-bottom:15px;}
h2{padding-bottom:15px;}
p
{padding-bottom:15px;
}

#wrapper
{
	display:block;
	width:948px;
	border:4px solid #FFFFFF;
	//padding:10px;
	margin:0px auto;
background-color:#F1F1F1;
}
#header
{
	display:block;
	width:100%;
	height:	300px;
	border:0px solid white;
float:left;
}
#horzNavi
{
position:relative;
float:left;
height:35px;
width:940px;
padding:3px 10px;
padding-left:265px;
background-color:#496da0;
}

#main
{
	
	display:block;
	padding-top:30px;
	width:940px;
	float:left;
	background:url(images/logo_neudert.png) no-repeat;
	background-position:left bottom;
	
}
#leftCol
{
display:block;
width:220px;
float:left;
margin-left:40px;
}
#subnavi
{
padding:20px 0px 40px 0px;
	display:block;
	width:220px;
	float:left;
}

#Contact
{
display:block;
width:220px;
}
#content
{
	float:right;
	padding:20px;
	display:block;
	width:630px;
min-height:350px;
background-color:white;
border:1px solid F4F4F4;
}
#content ul {padding-left:25px;}
#footer
{
	clear:both;
	display:block;
	width:100%;
	height:30px;
	text-align:right;	
}
#NavFooter
{
		padding-right:10px;

padding-top:15px;
}
div a.FooterNav
{
text-decoration:none;
color:#b3b3b3;
}












/**
 * Modul WYSIWYGImage, Wysiwyg-Text mit Bild/Bildergalerie
 */
div.wysiwygimg {}
/* ----- Hack only for IE 7 ----- */
*+html div.wysiwygimg {overflow:hidden;}

.wysiwygimg .wysiwygimgclear {clear:both; display:block; font-size:1px; line-height:0px; margin:0; padding:0; position:relative;}

/* Text */
.wysiwygimg .wysiwygimgtext {}

/* Bild und Link */
.wysiwygimg img.wysiwygimg {border:0; margin:1px;}
/*.wysiwygimg img.wysiwygimg {border:solid 5px #f5f5f5; padding:1px;}*/
.wysiwygimg a.wysiwygimg img {border:0;padding:0px;vertical-align:top; margin:1px;}

/*.wysiwygimg a.wysiwygimg, .wysiwygimg a.wysiwygimg:link {border:solid 5px #f6f6f6; display:table; display:inline-block; line-height:0.0em;}
.wysiwygimg a.wysiwygimg:visited {}
.wysiwygimg a.wysiwygimg:hover {border:solid 5px #e4e4e4;}
.wysiwygimg a.wysiwygimg:focus {border:solid 5px #e4e4e4;}
.wysiwygimg a.wysiwygimg:active {border:solid 5px #e4e4e4;}*/



/* Bildunterschrift */
.wysiwygimg .wysiwygimgtitle {color:#666; font-size:0.8em; font-style:italic; margin:2px 0px;}

/* Wrapper-Classe um Bild und Bildunterschrift*/
.wysiwygimg .wysiwygimgwrap {}

/* Bild links im Text (Textumfluss) */
.wysiwygimg .wysiwygimgleft {float:left; margin:0 1.0em 0 0;}

/* Bild rechts im Text (Textumfluss) */
.wysiwygimg .wysiwygimgright {float: right; margin:0 0 0 1.0em;}

/* Bild oben links */
.wysiwygimg .wysiwygimgtopleft {float:left; margin-bottom:0.5em;}

/* Bild oben rechts */
.wysiwygimg .wysiwygimgtopright {float:right; margin-bottom:0.5em;}

/* Bild oben mittig */
.wysiwygimg .wysiwygimgtopcenter {margin-bottom:0.5em; text-align:center;}
.wysiwygimg .wysiwygimgtopcenter a.wysiwygimg {margin:0 auto;}

/* Bild unten links */
.wysiwygimg .wysiwygimgbottomleft {float:left; margin-top:0.5em;}

/* Bild unten rechts */
.wysiwygimg .wysiwygimgbottomright {float:right; margin-top:0.5em;}

/* Bild unten mittig */
.wysiwygimg .wysiwygimgbottomcenter {margin-top:0.5em; text-align:center;}
.wysiwygimg .wysiwygimgbottomcenter a.wysiwygimg {margin:0 auto;}
.wysiwygimg .wysiwygimgbottomcenter img.wysiwygimg {margin:0 auto;}

/* Für Bilder links/rechts vom Text  */
.wysiwygimg table {border-spacing: 0px; font-size:1.0em;}
.wysiwygimg td {vertical-align:top; font-size:1.0em;}

/* Bild links vom Text */
.wysiwygimg td.wysiwygimgleftcol {padding-right:1.0em;}

/* Bild rechts vom Text */
.wysiwygimg td.wysiwygimgrightcol {padding-left:1.0em;}