body {
	color: #000000;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding:0px;
	width: 100%;
	height: 100%;
	/*background-color: #fcf3f3;
	background: #fcf3f3 url(/images/background.gif) repeat-y;*/
	background: #E5E5E5 url(../images/bg_body.jpg) repeat-y;
}



p	{
	margin:0 0 1em 0;
}





/* texts */

div, p, span, td {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

.title, .nptitle {
	font-size: 20px;
	font-weight: normal !important;
	color: #343038;
	margin: 0 0 1em 0;
}

.nplead {
	font-size: 10px;
	font-weight: bold;
	color: #808080;
}

.subtitle {
	font-size: 16px;
	font-weight: bold;
	/*color: #f0bab8;*/
	color: #A41825;
	
}

.seperator {
	color: #e5e5e5;
	padding: 0px 2px 0px 2px;
}

ul {
	list-style: none;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-left: 0px;
}

ul li {
	margin-top: 5px;
	margin-bottom: 15px;
	padding-left: 23px;
	background-image: url(/images/icon_list.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

/* links */

a {
	/*color: #da8f8c;*/ 
	color: #A41825;
	text-decoration: underline;
}

a:hover {
	/*color: #C2656D;*/
	color: #540C14;
	text-decoration: underline;
}

a.intext {
	padding: 0px 4px 0px 4px;
	color: #ffffff;
	/*background-color: #f0bab8;*/
	background-color: #A41825;
	text-decoration: none;
}

a.intext:hover {
	padding: 0px 4px 0px 4px;
	color: #000000;
	background-color: #f0bab8;
	text-decoration: none;
}

a.intext2 {
	color: #da8f8c;
	text-decoration: none;
	padding: 0px 4px 0px 16px;
	background-image: url(/images/icon_link.gif);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	background-color: #ffffff;
	text-decoration: none;
}

a.intext2:hover {
	color: #ffffff;
	text-decoration: none;
	padding: 0px 4px 0px 16px;
	background-image: url(/images/icon_link.gif);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	/*background-color: #f0bab8;*/
	background-color: #A41825;
	text-decoration: none;
}

a.nav {
	padding: 2px 5px 2px 5px;
	color: #6b6b6b;
	background-color: #ffffff;
	text-decoration: none;
}

a.nav:hover, a.nav_active, a.nav_active:hover {
	padding: 2px 5px 2px 5px;
	color: #ffffff;
	/*background-color: #f0bab8;*/
	background-color: #A41825;
	text-decoration: none;
}

a.subnav {
	padding: 2px 8px 2px 8px;
	line-height: 18px;
	color: #A41825;
	background-color: #ffffff;
	text-decoration: none;
	display: block;
	width: 120px;
	border-bottom: 1px solid #ffffff;
}

a.subnav:hover, a.subnav_active, a.subnav_active:hover {
	padding: 2px 8px 2px 8px;
	line-height: 18px;
	color: #ffffff;
	/*background-color: #f0bab8;*/
	background-color: #A41825;
	text-decoration: none;
	display: block;
	width: 120px;
	border-bottom: 1px solid #ffffff;
}

a.subsubnav {
	padding: 1px 7px 1px 7px;
	line-height: 18px;
	background-color: #ffffff;
	text-decoration: none;
	display: block;
	width: 110px;
	border: 1px solid #ffffff;
	margin-left:10px;
}

a.subsubnav:hover {
	padding: 1px 7px 1px 7px;
	line-height: 18px;
	background-color: #ffffff;
	text-decoration: none;
	display: block;
	width: 110px;
	border: 1px solid #f0bab8;
	margin-left:10px;
}

a.subsubnav_active {
	padding: 1px 7px 1px 7px;
	line-height: 18px;
	background-color: #ffffff;
	text-decoration: none;
	display: block;
	width: 110px;
	border: 1px solid #ffffff;
	margin-left:10px;
	font-weight:bold;
}

a.subsubnav_active:hover {
	padding: 1px 7px 1px 7px;
	line-height: 18px;
	background-color: #ffffff;
	text-decoration: none;
	display: block;
	width: 110px;
	border: 1px solid #f0bab8;
	margin-left:10px;
	font-weight:bold;
}

a.lang {
	font-size: 10px;
	padding: 2px 8px 2px 8px;
	color: #6b6b6b;
	text-decoration: none;
}

a.lang:hover, a.lang_active, a.lang_active:hover {
	font-size: 10px;
	padding: 2px 8px 2px 8px;
	color: #6b6b6b;
	background-color: #e5e5e5;
	text-decoration: none;
}

.copyright {
	position: absolute;
	right: 10px;
	z-index: 1111;
	line-height: 20px;
	font-size: 9px;
	color: #a6a6a6;
	padding: 0 5px;
	text-decoration: none;
}

.copyright:hover {
	font-size: 9px;
	color: #a6a6a6;
	text-decoration: none;
	background-color: #fefefe;
}

/* forms */

form {
	margin:0px;
}

.formfield {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #e5e5e5;
}

.formsubmit {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	border: none;
	background-color: #f0bab8;
	color: #ffffff;
}

/* backgrounds */

/* colors */

/* borders */

/* ids */

/* navigation */

/* tables */


.tbl {
	border: 1px solid #e5e5e5;
}

.tbl td.header {
	border: none;
	padding: 5px;
	color: #343038;
	background-color: #e5e5e5;
	/* background-color: #f0bab8; */
	font-size: 13px;
	font-weight: bold; 
}

.tbl td.headerlight {
	border: none;
	padding: 5px;
	color: #000000;
	background-color: #fcf3f3;
	font-size: 12px;
	font-weight: bold;
}

.tbl td {
	padding: 5px;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.tbl td.special {
	padding: 5px;
	background-color: #e5e5e5;
}

.tbl td.noborder {
	padding: 5px;
	border-left: 1px solid #e5e5e5;
	border-bottom: none;
}

.tbl td.line {
	padding: 0px;
	border-top: 3px solid #f0bab8;
}

.tbl tr.hilight {
	/*background-color: #fcf3f3;*/
	background-color: #E0B1B5;
}

#editform td {
	padding-right:10px;
	height:2em;
	white-space:nowrap;
}

#vorstandlist {
	width:600px;
}

#vorstandlist td {
	padding-right:20px;
}
#vorstandlist td table td {
	padding-right:10px;
}

.container { width:890px; height:210px; overflow:hidden; position:relative; cursor:pointer; }
.slides { position:absolute; top:0; left:0; }
.slides div { position:absolute; top:0; width:890px; display:none; }

hr {
	border: 0px;
	background-color: #ccc;
	color: #ccc;
	height: 1px;
	width: 100%;
}

#divSlideshow
{
	position: relative;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	color: #343038;
}

#frmAnmeldung {
    margin: 0.5em 0 1em;
    padding: 0;
    width: 100%;
}

#frmAnmeldung fieldset
{
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #666666 -moz-use-text-color -moz-use-text-color;
    border-right: 0 none;
    border-style: dotted none none;
    border-width: 1px 0 0;
    float: left;
    margin: 0 0 1em;
    padding: 1em 0;
    width: 100%;
}

#frmAnmeldung legend
{
    background-color: #FFFFFF;
    color: #444444;
    font-size: 1.1em;
    font-weight: bold;
    margin: 0;
    padding: 0 5px 0 0;
    width: auto;
}

#frmAnmeldung p {
    float: left;
    padding: 0 0 5px;
    position: relative;
    width: 100%;
}

#frmAnmeldung label
 {
    float: left;
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    margin-right: 15px;
    padding-top: 0;
    text-align: right;
    width: 250px;
}

#frmAnmeldung input,
#frmAnmeldung select,
#frmAnmeldung textarea
{
    background-color: #FFFFFF;
    border: 1px solid #AAAAAA;
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}

#frmAnmeldung input:focus,
#frmAnmeldung input:hover,
#frmAnmeldung textarea:focus,
#frmAnmeldung textarea:hover
{
    border-color: #888888;
    color: #333333;
}

#frmAnmeldung textarea
 {
    box-shadow: 1px 1px 3px #D6D6D6 inset;
    float: left;
    padding: 5px 4px 0;
    resize: none;
	width:300px;
	height:48px;
}

#frmAnmeldung input
 {
    float: left;
    height: 21px;
    margin: 0 5px 0 0;
    padding: 0 4px;
}

#frmAnmeldung input[type="text"]
 {
    box-shadow: 1px 1px 3px #D6D6D6 inset;
    padding: 2px 4px 1px;
	width:200px;
}

#frmAnmeldung input[type="radio"]
{
    background-color: transparent;
    border: 0 none;
    height: 19px;
    margin: 4px 4px 0 0;
    padding: 0;
    margin-top: 4px;
}

#frmAnmeldung span
{
    color: #888888;
    float: left;
    height: 25px;
    line-height: 26px;
    margin-right: 5px;
    padding-top: 1px;
    width: auto;
}

#frmAnmeldung #tbxAnzahl
{
	margin-bottom:30px;
}

#fldButtons
{
    border-top: 1px solid #999999;
    height: 28px;
    margin: 0.8em 0 0;
    padding: 0.5em 0 0 0;
    text-align: right;
}

#fldButtons input[type="button"],
#fldButtons input[type="submit"]
{
    background-color: #999999;
    border: 1px solid #999999;
    color: #FFFFFF;
    display: inline-block;
    float: none;
    margin: 0 0 0 5px;
    padding: 2px 8px 3px;
}

#fldButtons input[type="button"]:hover,
#fldButtons input[type="submit"]:hover
{
    background-color: #444444;
    border: 1px solid #444444;
}

#ulFormError
{
	border:1px solid #CC0000;
	background-color:#FFCCCC;
	padding:5px;
}

#ulFormError li
{
	color:#CC0000;
	font-weight:bold;
	background-image:none;
	padding:0;
	margin:0 0 0.25em 2em;
	list-style: disc outside;
}


/* Google Maps */
#divKorpsMap
{
	width: 720px;
	height: 400px;
	margin-bottom:2em;
}






/* NEU Update August 2012 */


#divContent {
	position: absolute;
	top: 432px;
	left: 200px;
	width: 730px;
	height: 100%;
	height: auto;
	padding: 0 0 50px 0;
}

/* 210px breit */
#divHotNews {
	position: absolute; 
	top: 0px; 
	left: 520px; 
	width: 190px;
	padding: 10px;
	background-color: #F2F2F2;
	border: 1px solid #BABABA;
}


#divFoot {
position: fixed;
left: 0px;
bottom: 0px;
height: 20px;
width: 965px;
margin: 0;
background-color: #F2F2F2;
border-top: 1px solid #e5e5e5;
}



#divHeadTop {
position: absolute;  
left: 0; 
top: 0; 
width: 965px; 
height: 130px;
border-bottom: 1px solid #e5e5e5;
}

.logo {
margin: 5px 0 5px 20px;
}


#divHeadNaviSprache {
position: absolute;  
right: 10px; 
bottom: 5px; 
}


#divHeadSlider {
position: absolute; 
left: 0; 
top: 130px; 
width: 965px; 
heigth: 220px;
padding: 5px 0;
border-bottom: 1px solid #e5e5e5;
}

#divHeadNavigation {
position: absolute;  
left: 0; 
top: 360px; 
width: 965px; 
padding: 5px 0;
heigth: 30px;
border-bottom: 1px solid #e5e5e5;
}

.leftgap {
padding: 0 0 0 200px;
}

.hidden {
display: none;
}

.divButton1 {
position: absolute;
z-index: 111;
top: 290px;
left: 800px;
}



h1 {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal !important;
	color: #343038;
	margin: 0 0 1em 0;
}

h2 {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal !important;
	color: #A41825;
	margin: 0 0 1em 0;
}






