/* Gesamtlayout */

/* Standardinitialisierung */
html 
{ 
	height: 100%;
}

body 
{
    font-size: 100.01%;
	font-family: Arial, Helvetica, sans-serif; 
	position: relative;
	margin: 0px;
	padding: 0px;
	background-color: #999999;
}

#page
{
	width: 860px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding: 10px 10px 10px 10px;
}


h1
{
	text-align: center;
	color: #DF3C33;
	padding-top: 20px;
	padding-bottom: 10px;
}


/* Kopfzeile */
#head
{
	margin: 0px;
	padding: 0px;
	background-color: #DF3C33;
	height: 100px;
}

#logo
{
	float: right;
	width: 280px;
	background-color: white;
	padding-left: 10px;
}

#shortmenu,
#headmenu
{
	height: 30px;	
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
}

#shortmenu ul,
#headmenu ul
{
	padding-top: 5px;
	padding-left: 3px;
	list-style: none;
}


#shortmenu li,
#headmenu li
{
	float: left;
}

#shortmenu a,
#headmenu a
{
	display: block;
	height: 16px;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
}


#shortmenu #selected,
#headmenu #selected
{
	padding-right: 10px;
	color: #999999;
	border-right: 0px;
}


/* Menu im Kopf */
#headmenu
{
	margin-left: 0px;
	padding-top: 20px;
	background: transparent;
	
}

#headmenu ul
{
	margin-top: 0px;
	margin-left: 10px;
}


/* für Menüpunkte Hovereffekte "löschen" */
#headmenu a 
{
	color: white;
	border-left: 2px solid #999999;
}

#headmenu ul li a:focus,
#headmenu ul li a:active,
#headmenu ul li a:hover
{ 
	background-color: white; 
	color: #A4C1CF; 
}

#headmenu #selected
{
	color: #A4C1CF;
	border-left: 0px;
}

/* Strukturmenu */
#shortmenu
{
	margin: 0px;
	padding: 0px;
	background-color: white;
}

#shortmenu ul
{
	margin: 0px;
}

#shortmenu li
{
	border-right: 2px solid #999999;
}

#shortmenu a 
{
	padding-left: 10px;
	color: #999999;
}

#shortmenu ul li a:focus,
#shortmenu ul li a:active,
#shortmenu ul li a:hover
{ 
	background-color: #999999; 
	color: #B2B2B2; 
}

#shortmenu #selected
{
	padding-left: 10px;
	color: #999999;
	border-right: 0px;
}


/* Hauptteil */
#mainpage
{	
	clear: both;
	background-color: blue;
	line-height: 130%;
}

/* Menu */
#mainmenu
{
	float: left;
	width: 240px;
	margin-left: 0px;
	padding-top: 40px;
	background-color: transparent;
}

#mainmenu ul
{
	margin: 0px;
	padding-left: 5px;
	line-height: 18px;
	font-size: 16px;
	list-style: none;
}

#mainmenu ul ul li
{
	padding-left: 10px; 
}

/* für Menüpunkte Hovereffekte "löschen" */
#mainmenu a 
{
	display: block;
	height: 20px;
	margin-top: 5px;
	margin-right: 15px;
	padding-left: 5px;
	padding-top: 2px;
	background: transparent;
	text-decoration: none;
	color: #DF3C33;
}

#mainmenu ul li a:focus,
#mainmenu ul li a:active,
#mainmenu ul li a:hover
{ 
	background-color: #DF3C33; 
	color: #A4C1CF; 
	text-decoration: none;
	font-weight: bold;
}

#mainmenu #selected
{
	height: 20px;
	margin-top: 5px;
	padding-top: 2px;
	padding-left: 5px;
	background: transparent;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	color: #5A5A5A;

}

#mainmenu ul ul #selected
{
	padding-left: 15px;
}

/* Inhalt mit Rand */
#contentall
{
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 240px;
	margin-right: 0px;
	width: 610px;
	background-color: transparent;
}


/* Inhalt */
#content
{
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 5px;
	padding: 0px;
	background-color: transparent;
}

/* Homebild */
#content img
{
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 10px;
}

#content ul ul
{
	list-style: square;
}

#content2col
{
	background: url("pictures/col2.jpg") repeat-y;
	overflow: auto;
}



#content a
{
	color: #999999;
	text-decoration: none;
}


#content a:focus,
#content a:active,
#content a:hover,
#content a:visited,
#content a:link
{ 
	color: red; 
	text-decoration: none;
}


#picturerighttext,
#pictureright
{
	margin-left: 300px;
}

#pictureright
{
	text-align: center;
}

#picturerighttext
{
	padding-top: 20px;
	text-align: left;
}

#pictures
{
	padding-top: 5px;
	padding-bottom: 5px;
}


#pictureleft
{
	float: left;
	width: 300px;
	text-align: center;
	
}



/* rechte Splate = Infobox */
#info
{
	float: right;
	width: 0px;
	background-color: transparent;
}

#data
{
	clear: both;
	padding-top: 30px;
}

/* Fußzeile */
#footer
{
	clear: both;
	background-color: white;
}

/* Markierungen */
#name1
{
	color: #DF3C33; 
	font-weight: bold;
}

#name2
{
	color: #5A5A5A; 
	font-weight: bold;
}

/* Fette Namen */
#marker1
{
	font-weight: bold;
	line-height: 200%;
}

#textend
{
	padding-top: 30px;
}

/* Abschluss für Fließspalten */
.boxing
{
	overflow: hidden;
}


