

body {
background: #fef5ee url('../img/bg/hintergrundstreifen.jpg');
font-family: Letter Gothic, Helvetica, Arial, Sans serif;
color: #8b8b83;
font-size: 0.7em;
}

/* LAYOUT */

.container {
	height: 580px;
	width: 800px;
	position: absolute;
	margin-top:  -290px;
	margin-left: -400px;
	top:   50%;
	left:   50%;
}

.header {
	height: 100px; 
	background: #e5eddd url('../img/bg/header-streifen.png') repeat-x;
	border-top: 1px solid #30102c;
	border-left: 1px solid #30102c;
	border-right: 1px solid #30102c;

}
.startheader {
	height: 230px; 
	background: #30102c;
	border-top: 1px solid #30102c;
	border-left: 1px solid #30102c;
	border-right: 1px solid #30102c;

}

.content {
	height: 380px; 
	background: #e5eddd;
	border-left: 1px solid #30102c;
	border-right: 1px solid #30102c;

}

.flash_content {
	height: 320px; 
	background: #30102c;
	border-left: 1px solid #30102c;
	border-right: 1px solid #30102c;

}

.footer {
	height: 70px;
	background: #30102c;
}

.metanavi {
	height: 30px;
	text-align: right;
	font-variant: small-caps;
	padding-top: 10px;
	
}


/* RUNDE BOXEN */
.cornerBox { 
		position: relative;  
		top:20px; 
		left: 60px; 
		background: #fff; 
		width: 720px;
		height: 315px;
		}

.corner { position: absolute; width: 10px; height: 10px; background: url('../img/bg/kreis.gif') no-repeat; font-size: 0%; }

.cornerBoxInner { 
	/*padding: 10px;*/
	padding-top: 30px;
}

.TL { top: 0; left: 0; background-position: 0 0; }
.TR { top: 0; right: 0; background-position: -10px 0; }
.BL { bottom: 0; left: 0; background-position: 0 -10px; }
.BR { bottom: 0; right: 0; background-position: -10px -10px; }

/* INHALTE */

.close {
	text-align: right;
	height: 20px;
	width: 690px;

}

.text {
	float: left;
	width: 280px !important;
	width: 300px;
	padding-left: 20px;
}

#lyr1 {padding-left:0px; padding-right:10px; font-size: 0.8em; line-height: 1.4em;}

.images {
	float: left;
	width: 400px;
	height: 260px;
}

/* TYPO */
h1 {
	font-size: 1.2em;
	font-weight: normal;
	font-variant: small-caps;
	line-height: 1.5em;
}

ul {
	list-style: square; 
	line-height: 1em;
	padding:0px;
	list-style-position: inside;
	}

.formtext {
	font-size: 0.8em;

}

.imgtext {
	font-size: 1.2em;

}

.metanavi {
	font-size: 1.2em;

}

.metanavi a{ padding-left: 12px;}

/* LINKS */

a:link {color: #30102c; text-decoration: none; font-weight: normal;}

a:hover {color: #a23488; text-decoration: none; font-weight: normal; font-style: normal;}

a:visited {color: #30102c; text-decoration: none; font-weight: normal; font-style: normal;}