/*-----------------------------------------------------*/
/*----------------------- Haupt -----------------------*/
/*-----------------------------------------------------*/

* {
	
	margin: 0;
	padding: 0;
	border: 0 none;
	
}

body {
	
	color: #123d76;
	font-size: 100.1%;
	font-family: Tahoma, Verdana, Sans-Serif;
	text-align: center;

}

#linke-spalte {
	
	display: none;
	
}

#rechte-spalte {
	
	width: 90%;
	margin: 0 auto;
	text-align: left;
	
}


/*-----------------------------------------------------*/
/*----------------------- Teil ------------------------*/
/*-----------------------------------------------------*/

#logo {
	
	display: none;
	
}

#kopf {
	
	height: 170px;
	
}

#kopf-rechts {
	
	width: 100%;
	
}


#sprachmenue {
	
	display: none;
	
}

#kopf-rechts img {
	
	width: 100%;
	
}

.entry {
	
	width: 100%;
	float: left;
	
}

#bilder {
	
	display: none;
	
}

#fussgrafik {
	
	display: none;
	
}

/*-----------------------------------------------------*/
/*---------------------- Detail -----------------------*/
/*-----------------------------------------------------*/

a {
	color: #004899;
	text-decoration: none;
	
}

a:hover {
	
	color: #001E3F;
	
}

.entry h1 {
	
	font-size: 1.2em;
	margin-bottom: 40px;
	
}

.entry h2 {
	
	font-size: 1em;
	margin-bottom: 20px;
	
}

.entry a {
	
	color: #004899;
	text-decoration: underline;
	
}

.entry p {
	
	width: 450px;
	margin-bottom: 17px;
	line-height: 17px;
	
}

.entry a:hover {
	
	text-decoration: none;
	
}

.entry ul {
	
	margin: 0 0 12px 33px;
	list-style-type: square;
	
}

.entry strong {
	
	font-size: .9em;
	
}

.entry table {
	
	margin-bottom: 20px;
	
}


.entry table td {
	
	vertical-align: top;
	padding: 2px 15px 12px 0;
	
}

.entry table td.zeitraum {
	
	width: 70px;
}


/*-----------------------------------------------------*/
/*--------------------- CSS-Hacks ---------------------*/
/*-----------------------------------------------------*/

.clearfix {
	
	display: none;

}