/***********************************************/
/* Allgemein                            */
/***********************************************/ 


body,html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	margin: 0px;
	background-color: #1E3277;
	line-height: 15px;
	color: #FFFFFF;
	background-image: url(../HG-Bilder/start/hg_start_01.jpg);
	background-repeat: repeat-x;
}




/***********************************************/
/* Container                             */
/***********************************************/ 


#startout {
	position:absolute;
	width:100%;
	min-width: 890px;
	overflow: visible;
	text-align: center;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-repeat: repeat-x;
}

#startoben {
	text-align: center;
	height: 40px;
	padding: 40px 0px 15px;

}

#startmitte {
	height: 347px;
	padding-bottom: 10px;
	text-align: center;
	padding-top: 5px;

}


#startmenu {
	height: 15px;
	text-align: center;

}


#startunten {
	text-align: center;
	height: 57px;
	padding: 20px 0px 0px;

}



#out {
	position:absolute;
	width:100%;
	min-width: 890px;
	overflow: visible;
	text-align: center;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

#null {
	width: 100%;
}





/***********************************************/
/* Bilder                            */
/***********************************************/ 

img {
	border: 1px solid #FFFFFF;
	margin: 3px;
}

.imggal {
	border: 1px solid #FFFFFF;
	margin: 3px;
}

.imgleer {
	padding: 0px;
	margin: 0px;
	border: 0px none;
}

.imgborder {
	padding: 0px;
	margin: 0px;
	border: 1px solid #FFFFFF;
}

.imglinks {
	padding: 0px;
	margin: 4px 10px 3px 0px;
	float: left;
	border: 0px none;
}

.imgrechts {
	padding: 0px;
	margin: 4px 0px 3px 10px;
	float: right;
	border: 0px none;
}

.imgtitel {
	border: 0px none;
	margin: 3px;
}

.imgpop {
	border: 1px solid #FFFFFF;
	margin: 10px;
}

.imgpoptitel {
	border: 0px none;
	margin: 10px;
}


/***********************************************/
/* Links                             */
/***********************************************/ 


a:link {
	text-decoration:none;
	color: #FFFFFF;
}

a:hover {
	color: #7DBCEA;
	text-decoration: none;
}

a:visited {
	text-decoration:none;
	color: #FFFFFF;
}



/***********************************************/
/* Schriften                             */
/***********************************************/ 


h1{
	margin: 0px;
	padding: 0px 0px 5px;
	font-size: 15px;
	font-weight: bold;
}

h2{
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-weight: bold;
}

.headlineor{
	color: #FFCC33;
	font-weight: bold;
}

.headlinezwo{
	color: #FFCC33;
}

.bold {
	font-weight: bold;
	}

.weiss{
	text-decoration: none;
	color: #FFFFFF;
}

.weissbold{
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.blaulink{
	color: #7D9FE5;
}

a:hover .blaulink{
	color: #FFCC66;
}

.orangelink{
	color: #FFCC66;
}

a:hover .orangelink{
	color: #7D9FE5;
}


/***********************************************/
/* Klassen allg                             */
/***********************************************/ 


.tdtext {
	text-align: justify;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

