* { margin:0; padding:0; }

html{
	margin:0 auto;
	padding:0;
	height:100%;
	font-family:verdana,arial,sans-serif;
	color: #000;
	font-size:11px;
	background-color: #D2D5DA;
	background-image: url(../img/back.gif);
	background-repeat: repeat-x;
	line-height: 16px;
}
body {
	margin:0 auto;
	padding:0;
	width:700px;
	height:100%;
	font-family:verdana,arial,sans-serif;
	color: #000;
	font-size:11px;
	background-color: #D2D5DA;
	background-image: url(../img/back.gif);
	background-repeat: repeat-x;
	line-height: 16px;
}
body.admin {
	margin:0 auto;
	padding:0;
	width: 900px !important;
	height:100%;
	font-family:verdana,arial,sans-serif;
	color: #000;
	font-size:11px;
	background-color: #D2D5DA;
	line-height: 16px;
	background: none; text-align: left;

	}

a:link, a:active, a:visited{
	color:#000;
	text-decoration: underline;
}
a:hover{
	color:#000;
	text-decoration: none;
}

/* -- Site ------------------------------------ */
div#top { height:50px; }

div#site{
	width:700px;
	margin:0 auto;
	padding:0;
	text-align: left;
}

div#inhalte{
	width:700px;
	margin:0 auto;
	padding:0;
	background-image:url(../img/inhalte_back.gif);
	background-repeat: no-repeat;
	text-align: left;
}
div#flash{
	//margin-left:-20px;
}

/* -- MainNav ------------------------------------ */
div#navi{
	width:695px;
	border-bottom: 1px solid #aaa;
	height:22px;
	margin: 0;
	padding: 20px 0px 0px 0px;
}
/* IE 7.0 */
*+html div#navi{
	height:22px;
	margin:0;
}

/* IE 6.0 */
* html div#navi ul#nav{
   height:1px;
	background-image: none;
}

div#navi h1{
	float:left;
	font-size: 14px;
	line-height: 16px;
	width: 305px;
	margin: 0;
	padding-left: 135px;
	text-align:left;
}

/* -- ContentBereich ------------------------------------ */
div#content{
	width:760px;
	margin-left:114px;
	padding:0;
	z-index: 0;
	position:relative;
	line-height:20px;
	text-align: left;
}

div#txt{
	width:560px;
	padding:5px 0 0 20px;
	text-align: justify;
}

body.admin div#txt{
	width:900px;
	padding:5px 0 0 20px;
	text-align: left;
}

div#txt ul{
	padding-left: 30px;
}
div#txt p{
	padding: 10px 0px 0px 0px;
}

/* --------------------------------------------------------------------------------------------------*/
.clear{
	clear:both;
	line-height: 1px;
}

hr{
	height:4px;
	margin:8px 0;
	background-color: #fff;
	border:2px solid #fff;
}

.line_white{
	height:4px;
	margin:8px 0;
	background-color: #fff;
}

img{
	border:0;
}

div#content h1{
	font-size:14px;
	font-weight:bold;
	color:#000;
	line-height:16px;
}

div#content ul{
	list-style: disc;
}

div#subline{
	font-size:13px;
	font-weight:bold;
	color:#666;
}
div#subline a:link, div#subline a:visited, div#subline a:active, div#subline a:hover{
	font-size:13px;
	font-weight:bold;
	color:#666;
	text-decoration:none;
}

/* Formularelemente ------------------------ */
input.textfeld{
	width: 300px;
	float:left;
}

.eingabefeld {
	border: 1px solid #990000;
	font-size:12px;
	float: left;
	width: 350px;
	margin-bottom: 6px;
}

.eingabefeld_small {
	border: 1px solid #990000;
	font-size:12px;
	float: left;
	width: 130px;
	margin-bottom: 6px;
	margin-right:25px;
}

.checkbox {
	border: 1px solid #990000;
	font-size:12px;
	float: left;
}

.eingabetitel{
	font-size:12px;
	float: left;
	margin-bottom: 6px;
}

.button {
	color: #fff;
	text-align: center;
	border: 0;
	background-color:#990000;
	width: 80px;
	height: 22px;
	padding-bottom: 3px;
	margin: 10px 10px 20px 0;
}

.buttontxt a:link, .buttontxt a:visited, .buttontxt a:active {
	text-decoration: none;
	}
	
.buttontxt a:hover{
	text-decoration: underline;
	}
	
div#admin_teaser_box {
	border: 1px solid #ccc;
	background: #f5f0d7;
	margin-bottom: 8px;
	width:800px;
}

/* Formularelemente ------------------------ */
div#admin_teaser {
	margin-bottom:15px;
	height:43px;
}

.admin_icon {
	float:left;
	margin-top:10px;
	margin-right:10px;
}

.admin_link_red {
	float:left;
	font-weight:bold; 
	color:#990000; 
	text-transform:uppercase; 
	text-decoration:none; 
}

.admin_header {
	height:60px;
	font-weight:bold; 
	background-color:#f5f0d7;
	color:#999; 
	text-transform:uppercase; 
	text-decoration:none;
	padding:40px 10px 0 10px;
}
	
/* F---------------------------------------- */


