* {
	margin: 0px;
	padding: 0px;
	
	color: black;
}

HTML, BODY 
{
	height: 100%;
	min-height: 100%;
} 

BODY {
	background-color: Black;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	text-align: center;
}

TABLE 
{
	width: 100%;
	font-size: 0.9em;
	margin-bottom: 15px;
}

TR {
	vertical-align: top;
}

TD {
	margin: 0px;
	padding: 4px;
}

TABLE.border
{
	border: solid 1px black;
	border-collapse: collapse;
}

TABLE.border TD, TABLE.border TH
{
	border: solid 1px black;
	border-collapse: collapse;
}

P, H1, H2 {margin: 0px 0px 10px 0px;}
IMG {border: none 0px white; }


UL {
	margin-top: 10px;
	margin-left: 40px;
}

LI {
	margin-bottom: 15px;
}


H2, DIV.csc-header H1 {
	font-size: 1.1em;
	margin: 30px 5px 10px 0px;
	text-align: left;
}

H1, DIV.csc-header-n1 H1 {
	font-size: 1.2em;
	margin: 5px 0px 10px 0px;
	text-align: center;
}

H2.Wichtig {
	font-size: 1.1em;
	margin: 5px 5px 10px 0px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	
	border-top: 1px dashed blue;
	border-left: 1px dashed blue;
	border: 1px dashed blue;
	background-color: Yellow;
}

/*
H2, H2.Box {
	font-size: 1.1em;
	margin: 20px 0px 10px -2px;
	padding-top: 5px;
	padding-left: 2px;
	padding-bottom: 5px;
	
	border-top: 1px dashed blue;
	border-left: 1px dashed blue;
	border: 1px dashed blue;
	background-color: #6DACF8;
}
*/

H2, H2.Box {
	font-size: 1.1em;
	margin: 40px 0px 10px -2px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	
	border-top: 1px solid blue;
	border-left: 1px solid blue;
}

H3 {
	font-size: 1.0em;
	margin: 15px 5px 5px 0px;
}

H4 {
	font-size: 0.9em;
	font-weight: normal;
	margin: 10px 5px 5px 0px;
}

A {
	color: blue;
	font-weight: bold;
	text-decoration: none;
}

A:hover {
	color: Red;
}

BLOCKQUOTE {
	margin-left: 20px;
}



DIV.ZweiSpalter
{
	width: 49%;
	float: left;
}

DIV.clear
{
	clear: both;
}



DIV#bodywrapper {
	background-image: url("../images/background-bodywrapper.gif");
	width: 1000px;
	min-width: 1000px;
	min-height: 100%;       /* richtig */
	margin-left: auto;
	margin-right: auto;
	/* height: 100%;      */
} 


DIV#wrapper 
{
	min-height: 100%;       /* richtig */
	margin: 0px 200px 0px 200px;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 1px dashed transparent;
	border-right: 1px dashed transparent;
	/* height: 100%;     */
}


DIV#header {
	position: absolute;
	height: 110px;						/* Gesamthöhe: 110px; (#clearheader hat die gleiche Höhe */
	width: 1000px;
	background-image: url("../images/background-header.gif");
	overflow: hidden;
	z-index: 310;
}

DIV#clearheader {
	height: 110px;						/* gleiche Höhe wie #header */
}

DIV#vereinslogo
{
	position: relative;
	float: left;
	width: 200px;
	text-align: center;
	padding-top: 20px;
}

DIV#abteilungslogo {
	float: right;
	width: 200px;	
	text-align: center;
	padding-top: 0px;
	height: 100%;

	background-image: url("../images/logo.gif");
	background-position: center;
	background-repeat: no-repeat;
}


DIV#vereinsname
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

DIV#piktogramme
{
	text-align: center;
}

DIV#piktogramme IMG
{
	margin: 0px 1px 0px 1px;
}

/* linke box */
DIV#left {
	position: relative; /* fuer IE */
	float: left;
	width: 200px;
	margin-left: -200px;
	text-align: left;
	z-index: 310;
}

DIV#left {
	padding-bottom: 45px;				/* gleiche Höhe wie #footer + 10px  */
} 


/* rechte box */
DIV#right {
	position: relative; /* fuer IE */
	float: right;
	width: 200px;
	margin-right: -201px;
	padding-top: 5px;
	text-align: left;
	z-index: 310;
}

DIV#right {
	padding-bottom: 45px;				/* gleiche Höhe wie #footer + 10px  */
} 

DIV#right .rightbox {
	background-color: #DDDDDD;
	background-color: #99CCFF;
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	border-top: 3px solid blue;
	border-bottom: 3px solid blue;
	border-left: 1px solid blue;
	border-right: 1px solid blue;
	font-size: 0.8em;
}

DIV#right .rightbox .firstp {
	background-color: #6DACF8;
	background-color: #84B9F9;	
	margin: 0px;
	padding: 10px;
	border-bottom: 2px solid blue;
}

DIV#right .rightbox a{
	color: black;
	font-weight: normal;
}
 
DIV#right .rightbox a:hover{
	color: red;
}
 
DIV#right .rightbox li {
	margin-left: -15px;
}


DIV#right DIV#W3C
{
	text-align: center;
	margin: 0px auto;
	padding-top: 20px;
}

DIV#right DIV#W3C DIV
{
	padding-top: 5px;
}

DIV#content
{
	position: relative;
	font-size: 0.9em;
	text-align: left;
	padding: 7px;
	padding-bottom: 35px;				/* gleiche Höhe wie #footer + eigenes padding */
	overflow: hidden;
	z-index: 800;
	height: 100%;   /*  height hilft nur in Opera (min-height macht wieder was anderes), bei IE und Firefox hat das überhaupt keine Wirkung */
}

DIV#jumpertop
{
	display: none;
	height: 20px;
	width: 100px;
	font-size: 0.7em;
	text-align: center;
	margin: 0px auto;
	border-top: solid 1px black;
}


/* Die Gesamthöhe muss gleich margin-bottom von #wrapper sein */
DIV#footer {
	position: relative;
	background-color: #446688;
	clear: both;
	width: 1000px;
	height: 34px;
	line-height: 34px;
	vertical-align: middle;
	border-top: 1px solid #000;
	z-index: 310;
	margin: -35px auto 0 auto
}



div#clearfooter {
	clear: both;
	height: 1px;
}



DIV#footer A {
	color: #99CCFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
	float: left;
	margin: 0px 10px 0px 10px;
}

DIV#footer A:hover {
	color: #FFFF00;
}

DIV#footer A.active {
	color: #FFFF00;
}






/***********************************************************/
/***********************************************************/
/***********************************************************/


/* Menu 1 column */
DIV#mainmenu {	
	width: 200px;	
	vertical-align: top; 
	background-image: url(../images/menubackground.jpg);
	background-repeat : no-repeat;
	padding-top: 10px;
}
DIV#mainmenu DIV {
}

DIV#mainmenu DIV A {
	color: Black;
	text-decoration: none;
}
DIV#mainmenu DIV A:hover {
	color: Yellow;
}

/*  MENU 1, level 1, normal state (NO) */
DIV#mainmenu DIV.menu1-level1-no {
  font-size: 0.9em;
  margin-bottom:5px;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:5px;
}
/*  MENU 1, level 1, active state (ACT) */
DIV#mainmenu DIV.menu1-level1-act {
  font-size: 0.9em;
  margin-bottom:5px;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:5px;

  background-color: #99CCFF;
  border-top: 1px solid Black;
  border-bottom: 1px solid Black;
}

DIV#mainmenu DIV.menu1-level1-act A{
	color: Blue;
}

/*  MENU 1, level 2, normal state (NO) */
DIV#mainmenu DIV.menu1-level2-no {
  font-size: 0.8em;
  margin-left:10px;
  margin-bottom: 3px;
  padding-left:2px;
  padding-top:5px;
  padding-bottom:5px;
}
/*  MENU 1, level 2, active state (ACT) */
DIV#mainmenu DIV.menu1-level2-act {
  font-size: 0.8em;
  margin-left:10px;
  margin-bottom: 3px;
  padding-left:2px;
  padding-top:5px;
  padding-bottom:5px;
  
  background-color: #99CCFF;
  border-top: 1px solid Black;
  border-bottom: 1px solid Black;
  border-left: 1px solid Black;
}

DIV#mainmenu DIV.menu1-level2-act A{
	color: Blue;
}

/*  MENU 1, level 3, normal state (NO) */
DIV#mainmenu DIV.menu1-level3-no {
  font-size: 0.7em;
  margin-left:20px;
  margin-bottom: 3px;
  padding-left:2px;
  padding-top:5px;
  padding-bottom:5px;
}
/*  MENU 1, level 3, active state (ACT) */
DIV#mainmenu DIV.menu1-level3-act {
  font-size: 0.7em;
  margin-left:20px;
  margin-bottom: 3px;
  padding-left:2px;
  padding-top:5px;
  padding-bottom:5px;

  background-color: #99CCFF;
  border-top: 1px solid Black;
  border-bottom: 1px solid Black;
  border-left: 1px solid Black;
}

DIV#mainmenu DIV.menu1-level3-act A{
	color: Blue;
}

/*  MENU 1, level 4, normal state (NO) */
DIV#mainmenu DIV.menu1-level4-no {
  font-size: 0.7em;
  margin-left:30px;
  margin-bottom: 3px;
  padding-left:2px;
  padding-top:5px;
  padding-bottom:5px;
}
/*  MENU 1, level 3, active state (ACT) */
DIV#mainmenu DIV.menu1-level4-act {
  font-size: 0.7em;
  margin-left:30px;
  margin-bottom: 3px;
  padding-left:2px;
  padding-top:5px;
  padding-bottom:5px;

  background-color: #99CCFF;
  border-top: 1px solid Black;
  border-bottom: 1px solid Black;
  border-left: 1px solid Black;
}

DIV#mainmenu DIV.menu1-level4-act A{
	color: Blue;
}





/* Style for the Path-menu: */
TD#path {
  white-space: nowrap;
  background-color: #F8F8EC;

  font-family: verdana, arial;
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
  padding: 1px 1px 5px 5px;
}
TD#path A {
  text-decoration: none;
  color:black;
}
TD#path A:hover {
  text-decoration: underline;
}
