/* ***********************************************************
Grundaufbau 
*********************************************************** */

html {
	height: 100%;
}
body {
	background-color: #CCCCCC;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
#site {
	position: relative;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	height: 100%;
	width: 770px;
	background-color: #686868;
}
#druckkopf {
	display: none;
}
#header-start {
	height: 400px;
	width: 770px;
	background-color: #000000;
	border-bottom: 1px solid #525252;
}
#header {
	height: 300px;
	width: 770px;
	background-color: #000000;
	border-bottom: 1px solid #525252;	
}
#navigation {
	width: 770px;
	text-align: left;
	height: 40px;
	background-color: #686868;	
}
#alert {
	padding: 20px;
	text-align: left;
	background-color: #7D7D7D;	
}
#content {
	width: 770px;
	margin-top: 15px;	
	text-align: left;
	float: right;
	background-color: #686868;
}


/* ***********************************************************
LINKS
*********************************************************** */

/*versteckte Alt-Text-Anzeige beim Laden der Navigation */
a:link {
	text-decoration: none;
	color: #FFFFFF;	
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;	
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;	
}
a:active {
	text-decoration: none;
	color: #FFFFFF;	
}
/* ********************************************************* */
.kursiv {
	font-style: oblique;
}
