BODY {
	margin-top: 0px;
	margin-left: 0px;
}

BODY, TD {
	color : #0a487f;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
}

TD {
	vertical-align: top;
}

img{
	border: none;
}

P {
	margin-top:2px;
	margin-bottom:4px;
}

A {
	color : #e2001a;
}

A:HOVER {
	color : #0a487f;
}


INPUT, Textarea, Select {
	border : 1px solid #0a487f;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #0a487f;
	background-color: White;
}


H1 {
	color: #e2001a;
	font-size: 17px;
}

H2 {
	color: #e2001a;
	font-size: 15px;
	
}

H3 {

}

/* Subclasses ----------------------------------------------------------------------------------------------- */

.branche{
	margin-top: 13px;
	border-bottom: 1px solid #0a487f;
}

.branche p {
	padding: 0;
	margin: 0;
}

.checkbox {
	border: none;
	background: none;
}

#Kontakt TABLE INPUT.submit{
	background: #ccd8e7;
	width: 75px;
}

#Kontakt TABLE INPUT {
	width: 419px;
}

#Kontakt TABLE TEXTAREA{
	width: 419px;
	height: 65px;
}

#Vereinseintrag TABLE{
	border-spacing: 2px;
}

#Vereinseintrag INPUT.date{
	width: 102px;
}

#Vereinseintrag INPUT.veranstaltung{
	width: 502px;
}

#Vereinseintrag TEXTAREA.mitteilungen {
	width: 619px;
	height: 60px;
}

.verein{
	width: 619px;
}

.kontAuss{
	text-align: right;
}

.kontaktperson_links{
	width: 158px;
}

.kontMit{
	text-align: right;
}

.kontaktperson_rechts{
	width: 389px;
}

.Inserententabelle TD{
	font-size: 10px;
	vertical-align: bottom;
}

/* Pagegird ------------------------------------------------------------------------------------------------- */

#mainContainer{
	text-align: left;
	width: 1000px;
}

#mainTable{
}

#meta{
	background-color: #ccd8e7;
	border: 1px solid #0a487f;
	height: 30px;
	font-weight: bold;
	font-size : 12px;
}

#meta div{
	/*text-align: center;*/
	margin-top: 8px;
	margin-left: 300px;
}

#meta TD{
	padding: 0px 25px 0px 0px;
	font-size : 12px;
}

#meta a{
	color: #0a487f;
	font-weight: bold;
	text-decoration: none;
}

#meta a:hover{
	color: #e2001a;
	background: none;
}

#head{
	background-color: #ccd8e7;
	border: 1px solid #0a487f;
	/*float: left;*/
	width: 806px;
	height: 128px;
	margin: 8px 0px;
}

#head div{
	margin: 14px 27px;
}

#head td, #head p{
	margin: 0px;
	padding: 0px;
}

#promotion{
	background-color: #f2f5f9;
	border: 1px solid #0a487f;
	/*float: right;*/
	width: 183px;
	height: 128px;
	margin: 8px 0px;
	text-align: center;
}

#promotion p{
	margin: 4px;
}

#line1{
	background: url(line1.jpg) repeat-y 1px;
	border: 1px solid #0a487f;
	height: 15px; /*clear: both;*/
}

#content{
	background-color: #f2f5f9;
	border: 1px solid #0a487f;
	/*float: left;*/
	width: 806px;
	height: 466px;
	margin: 8px 0px;
}

#content div{
	margin-left: 27px;
	margin-right: 19px;
	margin-bottom: 10px;
}

#nav{
	background-color: #ccd8e7;
	border: 1px solid #0a487f;
	/*float: right;*/
	width: 183px;
	height: 466px;
	margin: 8px 0px;
	font-size : 12px;
}

#nav div{
	margin: 41px 12px 12px 12px;
}
	
#footer{
	background-color: #ccd8e7;
	border: 1px solid #0a487f;
	height: 30px;
	/*clear: both;*/
	font-size : 12px;
}

#footer div{
	text-align: center;
	margin-top: 8px;
	font-weight: bold;
}

#footer a{
	color: #0a487f;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover{
	color: #e2001a;
	background: none;
}

/* Navigation ----------------------------------------------------------------------------------------------- */

#nav a{
	text-decoration: none;
	white-space: nowrap;
}

#nav li a:hover{
	color: #e2001a;	
}

#nav ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#nav li{
	white-space: nowrap;
	padding: 0px;
	margin: 0px;
}

#nav li.level0, #nav li.level0Active{
	margin-top: 13px;
}

#nav ul ul ul li{
	padding-left: 13px;
	margin-bottom: 4px;
}

.NavLevel0, .NavLevelActive0{
	font-weight: bold;
}

#nav ul li.level0Active, #nav ul li.level0Active a, #nav ul ul li.level1Active, #nav ul ul li.level1Active a, #nav ul ul ul li.level2Active, #nav ul ul ul li.level2Active a{
	color: #e2001a;
}

#nav ul li.level0, #nav ul li.level0 a, #nav ul ul li.level1, #nav ul ul li.level1 a, #nav ul ul ul li.level2, #nav ul ul ul li.level2 a{
	color : #0a487f;
}