/*ALLGEMEINES ==============================================================================================================================================================  */
body, html{
	min-height:101%; /*Scrollbar immer anzeigen*/
	font-family: "myriad-pro-condensed";
	color: #3968A8;
}
div, td, tr{
	margin: 0px;
	padding: 0px;
}
hr {
	border-bottom: 0px solid black;
	color: silver;
	height: 1px;
	background-color: transparent;
	margin-top: 40px;
	margin-bottom: 40px;
}
br{
	line-height: 10px;
}
floatright {
	float: right;
}
floatleft {
	float: left;
}
.clear{
	clear: both;
	margin: 0px;
	padding: 0px;
}
form {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
td, tr {
	padding: 0;
	margin: 0;
}
textarea, input, input.button, input.text, input.inputbox, input.inputbox required {
	border: 1px solid #3968A8;
	margin-bottom: 2px;
	font-family: arial;
	font-size: 14px;
}
.clear{
	clear: both;
}


/* IMAGES ==============================================================================================================================================================  */
img {
	border: 0px solid #3968A8;
}
.img-border { border: 1px solid #3968a8; }


/* NAVIGATION ==============================================================================================================================================================  */
.navigation   {
	font-size: 14px;
	text-align: left;
	color: #3968a8;
	padding-bottom: 8px;
	padding-left: 18px;
	padding-right: 0px;
	padding-top: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-repeat: no-repeat;
	display: block;
	font-weight: normal;
	background-image: url(../images/BG_navi_unterpunkte.jpg);
}
.navigation-headline {
	font-size: 14px;
	text-align: left;
	color: #3968a8;
	padding-bottom: 8px;
	padding-left: 18px;
	padding-right: 0px;
	padding-top: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-repeat: no-repeat;
	display: block;
	background-image: url(../images/BG_navi_hauptpunkte.jpg);
	font-weight: bolder;
}
.navigation a:hover {
	text-decoration: none;
	color: #7e976d;
}
.navigation .active, .navigation-headline .active {
	color: #7e976d;
	font-weight: bolder;
	display: block;	
}

.navigation-headline a, .navigation a {
		color: #3968a8;
		display: block;
}


/* LINKS ============================================================================================================================================================== */
a {
	text-decoration: none;
}


/* LISTEN  ============================================================================================================================================================== */
ul {
	margin: 0px;
	padding: 0px;
}
li{
	margin: 0px;
	padding: 0px;
}
ul li {
}


.auflistung {
	list-style-position: outside;
	font-size: 18px;
	list-style-type: disc;
	padding: 0px;
	padding-left: 20px;
	margin: 0px;
	text-align: justify;
}
ul.auflistung li{
	padding: 0px;
	padding-bottom: 0px;
	padding-top: 10px;
}

.auflistung-small {
	list-style-position: outside;
	font-size: 15px;
	list-style-type: disc;
	padding: 0px;
	padding-left: 15px;
	margin: 0px;
	text-align: justify;
}



/* HEADLINES ==============================================================================================================================================================  */


h1 {
	font-size: 30px;
	font-family: "myriad-pro-condensed";
	color: #3968A8;
	font-style: normal;
	font-weight: bolder;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
}

h2 {
	font-size: 23px;
	font-family: "myriad-pro-condensed";
	color: #3968A8;
	font-style: normal;
	font-weight: bolder;
	padding: 0px;
	margin: 0px;
}

h3 {
	font-size: 20px;
	font-family: "myriad-pro-condensed";
	color: #3968A8;
	font-style: normal;
	font-weight: bolder;
	padding: 0px;
	margin: 0px;
}
h4 {
	font-size: 16px;
	font-family: "myriad-pro-condensed";
	color: #3968A8;
	font-style: normal;
	font-weight: bolder;
	padding: 0px;
	margin: 0px;
}
.lebenslauf {
	display:block;
	border-bottom:1px solid #3968A8;
	margin-bottom:5px;
}






/* TEXTFORMATE  ============================================================================================================================================================== */
p {
	color: #3968A8;
	font-family: "myriad-pro-condensed";
	font-weight: 400;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	padding: 0px;
	margin: 0px;
}





/* BOXEN  ============================================================================================================================================================== */

.content-left {
	width: 500px;
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
	margin-right: 20px;
}
.content-right {
	width: 200px;
	display: block;
	float: right;
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
}
.newsbox{
	background-image: url(../images/news_bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 100px;
	padding-left: 25px;
	padding-right: 150px;
	padding-top: 50px;
	border: 0px solid #3968a8;
}


/* CONTACT  ============================================================================================================================================================== */


.contact   {
	border: 1px solid White;
	margin: 0px;
	padding: 6px;
	color: white;
	font-size: 18px;
	font-family: "myriad-pro-condensed",sans-serif;
	font-style: normal;
	font-weight: bold;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0) inset, 0px 0px 5px rgba(0, 0, 0, 0.5);
	background-image: url(../images/bg-contact.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
}
.contact-label {
	font-weight: bolder;
	margin: 5px;
	margin-left: 0px;
	color: #ffc03d;
}
.hinweis {
	font-family: "myriad-pro-condensed",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: red;
	padding: 0px;
	margin: 0px;
	width: 250px;
	font: bold;
}








/* FOOTER -----------------------------------------------------*/
.footer, .footer a {
	font-family: "myriad-pro-condensed",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	color: white;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	text-align: center;
}
.copyright, .copyright a{
	font-family: "myriad-pro-condensed",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	color: white;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}
.copyright:hover{
	font-weight: bolder;
}
