html, body {height: 100%;}

body {
	margin: 0px;
	padding: 0px;
	background-color:#E3E3E3;
}


/*  Layout Elemente    *****************************************************/

#wrapper {
	width: 699px; 
	margin: auto auto;
	text-align:center; 
	min-height: 100%;
	position: relative;
	background-color:#FFFFFF;
	border:#ECDA20 solid 1px;
}

* html #wrapper {
	height: 100%;
} /* IE Hack für 100 % Höhe */

#footer {
	position: absolute; 
	bottom: 0px; 
	left: 0px; 
	width: 100%;
	text-align:center;
	background-image:url(../images/background_grey.gif);
	margin:0px;
}

* html #footer {
	bottom: -1px;
} /* Nächster IE Hack, da bottom: 0; als bottom: 1px interpretiert wird */

#content {
	margin-bottom: 2em; 
	float:left;
	width:100%;
}

#header {
	height:118px;
}

#top {
	width:100%;
	height:105px;
	margin:0px;
	padding:0px;
	background:url(../images/header.jpg) no-repeat;
}

#top_2 {
	width:100%;
	background:url(../images/header_bottom.gif) no-repeat;
	height:13px;
	padding:0px;
	margin:0px;
	text-align:right;
}


#main {
	float:right;
	width:450px;
}

#sub_main {
	clear:both;
	width:670px;
	border: 1px solid #CCCCCC;
	margin:5px 0px;
	text-align:center;
}

body {
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

#left_coloum {
	float:left;
	height:100%;
	width:200px;
}

/* Sub Navigation ***********************************************************************/

#nav_sub {
	width:100%;
	border:1px #ECDA20 solid;
}

#nav_sub ul {
	white-space: nowrap;
	list-style:none;
	margin:0px;
	padding:0px;
}

#nav_sub li {
	display:block;
	padding: 0px;
	margin: 0px;
}

#nav_sub li.sub_item {
	margin:0px;
	padding: 0px 0px 0px 10px;
}

#nav_sub a {

  color: #49100F;
  background: transparent;
  font-size:14px;
  text-decoration:none;
  margin:0px;
  padding:0px;
  
}

#nav_sub li.active {
	background-color:#ECDA20;
}

/************************************************************************/
img.sponsor {
	border: 0px;
	padding: 5px;
}

a img  {
	border: 0px;
}

img {
	border: 0px;
}


/************************************************************************/
form {
	margin: 0 0 3px 0;
	padding: 3px 10px 15px 10px;
}

#newsticker {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	width:697px;;
}

#newsticker input {
	background:#FFFFFF;
	color:#FF0000;
	border:none;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	text-align:center;
	width:100%;
	font-size:80%;
}

input, select {
	margin:0px 0px 3px 0px;
}

input.nobutton {
	border:none;
	background:none;
	cursor:pointer;
	font-size:0.7em;
	background-repeat:no-repeat;
	background-position:center;
}

.footer {
	color:#FFFFFF;
	line-height:150%;
}

div .info {
	border:1px solid #FF0000;
}

#content h2 {
	padding: 0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
}

#content h1 {
	font-size:200%;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
}

#content h2 {
	font-size:120%;
	color:#000000;
	padding: 0px 10px 0px 10px;
	margin: 0 0 3px 0;
}

#content h3 {
	font-size:100%;
	color:#000000;
	padding: 0px 10px 0px 10px;
	margin: 0 0 3px 0;
}

#content #margin {
	text-align:left;
	height:100%;
	padding:10px;
}

#content .margin{
padding: 0px 10px 10px 10px;
}

#content p {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666666;
	background-color: transparent;
	line-height: 140%;
	margin: 0 0 3px 0;
	padding: 0px 10px 10px 10px;
	text-align:justify;
}
#content div.table_left, #content div.table_right {
	width:49%;
	min-height:20px;
	margin:4px 1px;
	line-height:1.4em;
}

#content div.table_left {
	float:left;

}

#content div.table_right {
	float:right;

}

#content div.table_header {
	width:100%;
	font-size:1.2em;
	color:#000000;

}

#content div.organisation{
	border:1px solid #CCCCCC;
	margin:0px 0px 5px 0px;
}

#content div.organisation h3{
	display:block;
	line-height:1.4em;
	padding:0px;
	margin:0px;
	background:#CCCCCC;
}

div.cleaner {
	width:100%;
	height:1px;
	clear:both;
}

label {
	display: block;
	float: left;
	width: 120px;
	margin:0px 0px 5px 0px;
}

.unseen{
	visibility:hidden;
	height:0px;
}

/***************/
table { 
	border-collapse:collapse;
	width: 98%;
	border:1px #CCCCCC solid;
	margin:5px;
}

tr {

}

tr.alternate {
	background:#FFFFCC;
}


th {
	padding:0px 5px;
	border:1px #CCCCCC solid;
}

td {

	padding:5px 5px 2px 5px;
	border:1px #CCCCCC solid;
}

