/* ---------------------------------------------
Klassen und ID 
----------------------------------------------*/
#layout {
	width:770px;
	margin: 0px auto;
	text-align:left;
	background-color:#339999;
	height : 100%;
	background-image : url(../images/hg-layout.gif);
}

#left {
	width:180px;
	float:left;
}

#content {
	width:590px;
	float:right;
	background-image : url(../images/hg-information.jpg);
	background-repeat : no-repeat;
	height : 100%;
}

#content-index {
	width:590px;
	float:right;
}


.title {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-weight : bold;
	color : #FFFFFF;
	padding-left : 67px;
	padding-top : 5px;
}

#menu {
	width:180px;
	float:left;
}

#headline {
	font-weight : bold;
	font-size : 15px;
	color : #339999;
	float:right;
	padding: 2px 10px;
	position : relative;
	top : 20px;
	right : 0px;
	width : 340px;
	background-image : url(../images/hg-headline.gif);
	background-repeat : no-repeat;
	margin-right : 10px;
}

#content1 {
	border-left : 2px solid #666666;
	background-color: #EEEEEE;
	float:right;
	padding: 10px 10px 10px 10px;
	position : relative;
	top : 22px;
	right : 0px;
	filter : alpha(opacity=90);
	-moz-opacity : 90%;
	width : 340px;
	margin-right : 10px;
}

#content2 {
	border-left : 2px solid #666666;
	background-color: #EEEEEE;
	float:right;
	padding: 10px 10px 10px 10px;
	position : relative;
	top : 22px;
	right : 0px;
	width : 340px;
	margin-right : 10px;
}



TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;	
}

TD.print {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-style : normal;
	font-weight : normal;	
}

TD.HL-print {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-style : normal;
	font-weight : bold;
	color : #339999;
	vertical-align : bottom;
}

.HL-table {
	font-weight : bold;
	font-size : 12px;
	color : #FFFFFF;
	background-color : #339999;
	padding : 2px 5px 2px 5px;
}

.headline2 {
	font-weight : bold;
	font-size : 13px;
	color : #339999;
	border-top : 1px solid #666666;
	border-bottom : 2px solid #666666;
	width : 100%;
	background-color : #FFFFFF;
	padding-left : 5px;
	padding-right : 5px;
	display : block;
}

.liste {
	font-size : 11px;
	font-weight : normal;
	color : #000000;
	background-color : #CCCCCC;
	padding-left : 3px;
	padding-right : 3px;
}

.flash {
	position : relative;
	top : 9px;
	left : 50px;
}

.language {
	position : relative;
	left : 470px;
	top : -150px;
}

.error {
	font-weight : bold;
}

TABLE.formmail {
	border : 1px solid #339999;
	background-color : #FFFFFF;
}

TD.formmail {
	border : 1px solid #CCCCCC;	
}

HR {
	color : #000000;
	height : 1px;
}


/* ---------------------------------------------
Navigation 
----------------------------------------------*/
.menucontainer {
	width:180px;
}

/* Menue gruen */
a.menu {
	display:block;
	padding:3px;
	text-align: left;
	text-decoration:none;
	padding-left : 25px;
}

a.menu:link, a.menu:visited
{ 
 	color:#339999;
 	text-decoration:none;
	font-weight : bold;	
	font-size : 12px;	
}

a.menu:hover
{ 
 	color:#000000;
	font-weight : bold;	
	font-size : 12px;	
}

/* Menue grau */
a.menu2 {
	display:block;
	padding:3px;
	text-align: left;
	text-decoration:none;
	padding-left : 25px;
}

a.menu2:link, a.menu2:visited
{ 
 	color:#666666;
 	text-decoration:none;
	font-weight : bold;	
	font-size : 12px;	
}

a.menu2:hover
{ 
 	color:#000000;
	font-weight : bold;	
	font-size : 12px;	
}

/* Menue aktiv */
.menuactiv {
	color:#339999;
	font-weight : bold;
	font-size : 12px;
	border-bottom : 2px solid #339999;
	background-color : #FFFFFF;
	padding-left : 25px;
	padding-bottom : 2px;
	padding-top : 2px;
}

.menuactiv2 {
	color:#666666;
	font-weight : bold;
	font-size : 12px;	
	border-bottom : 2px solid #666666;
	background-color : #FFFFFF;
	padding-left : 25px;
	padding-bottom : 2px;
	padding-top : 2px;	
}


/* ---------------------------------------------
Links
----------------------------------------------*/
A:LINK {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color : #000000;
}

A:VISITED {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color : #000000;	
}

A:HOVER {
	color : #339999;
}

A.lang:LINK {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
	color : #FFFFFF;
	text-decoration : none;
}

A.lang:VISITED {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
	color : #FFFFFF;
	text-decoration : none;
}

A.lang:HOVER {
	color : #000000;
}


/* ---------------------------------------------
Formular
----------------------------------------------*/
TEXTAREA {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	border : 1px solid #000000;
	color : #000000;
}

INPUT.write {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	border : 1px solid #000000;
	color : #000000;
}

INPUT.submit {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : bold;
	border : 2px outset #66CCCC;
	color : #FFFFFF;
	cursor : hand;
	background-color : #339999;
}


/* ---------------------------------------------
Body
----------------------------------------------*/
BODY {
	margin : 0px;
	background : #CCCCCC;
	background-image : url(../images/hg-wesemann.gif);
	text-align : center;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	scrollbar-face-color : #339999;
	scrollbar-track-color : #CCCCCC;
	scrollbar-arrow-color : #FFFFFF;
	scrollbar-base-color : #CCCCCC;
	scrollbar-3dlight-color : #66CCCC;
	scrollbar-darkshadow-color : #333333;
	scrollbar-highlight-color : #CCFFFF;
	scrollbar-shadow-color : #339999;
}

BODY.print {
	margin : 0px;
	background : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-style : normal;
	font-weight : normal;
	text-align : left;
}


