@charset "UTF-8";

/* CSS Stylesheet DGPA*/

* {
	margin: 0;
	padding: 0;
	}

#body {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	text-decoration: none;
	line-height: 15px;
	text-align: center;
	font-size: 1em;
	color: #333;
}

/* Hauptlayer page horiz zentriert */

#page {
	background-color: #F5F5F5;
	width: 720px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: left;
	background-repeat: repeat;
}



#header {
	position: relative;
	width: 720px;
	font-size: 1em;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	color: #333;
}

#header_top {
	height: 154px;	
}

#header_left {
	margin: 10px 0 10px 15px;
	float: left;
}

#header_right {
	margin: 3em 3.5em 0 0;
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: left;
    float: right;
}


#navi {
	height: 1.2em;
	border-bottom: solid 0.1em #007FBE;
}

#navi ul, #navi_foo ul {
	margin: 0;
	list-style-type: none;
	font-size: 0.8em;
	color: #007FBE;
}

ul, li {
  display: inline;
  padding: 1em;
}


#navi a, #navi_foo a {
	color: #007FBE;
	text-decoration: none;
	padding: 0.2em 0.5em 0.2em 0.5em;
}


#navi a:hover, #navi_foo a:hover {
	color: #F5F5F5;
	text-decoration: none;
	padding: 0.2em 0.5em 0.2em 0.5em;
	background-color: #007FBE;
}


.inhalt_vspace {
	margin: 2em 0 3em 0;
	width: 720px;
	
}

#inhalt {
	margin: 1.5em 5em;
	font-size: 0.8em;	
}

.inhalt_titel {
	margin: 0 0 2.5em 0;
	padding: 0.2em 0.5em 0.2em 0.5em;
	background-color: #007FBE;
	color: #F5F5F5;
}

.inhalt_ue1 {
	font-size: 1.2em;
	border-bottom: solid 0.1em #007FBE;
	padding-bottom: 0.5em;
	margin-bottom: 0.25em;
}

.inhalt_text {
	margin: 1em 0 0 0;	

}


.autor, .jahr, .ue3 {
	font-size: 0.85em;
	color: #666;	
}

.ue1 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
}

.ue2 {
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 0.5em 0;
}

.t_link {
	color: #007FBE;
	text-decoration: none;
}


.t_link a {
	color: #007FBE;
	text-decoration: none;
}


.t_link a:hover {
	color: #F5F5F5;
	text-decoration: none;
}



#footer {
    height: 1.2em;
	padding-bottom: 0.5em;
	border-top: solid 0.1em #007FBE;
	width: 720px;
	font-size: 0.9em;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	color: #333;
}

#navi_foo {
	float: right;
	margin: 5px 30px 10px 0;
}


#foo_left {
	float: left;
	width: 15px;
	height: 17px;
	margin: 2px 0 0 60px;
	background-image: url(../assets/abb/arr_up1.png);
	background-repeat: no-repeat;
	display: block;
}