/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,900);
@import url(http://fonts.googleapis.com/css?family=PT+Sans+Caption:400,700);

body {
	background-color:#e8f0f5;
	padding:0;
	margin:0;
}

h1 {
	font-family:Source Sans Pro, sans-serif;
	font-size:30px;
	line-height:25px;
	color:#0078a3;
	font-weight:300;
}

h2 {
	font-family:Source Sans Pro, sans-serif;
	font-size:16px;
	line-height:17px;
	color:#0078a3;
	font-weight:400;
}

#wrapper {
	position:absolute;
	left:50%;
	margin-left:-480px;
	width:960px;
	background-color:#ffffff;
}

#head {
	/*float:left;*/
	position:absolute;
	top:0px;
	min-width:960px;
	z-index:100;
}

#top_img {
	background-image:url(../images/header_img.jpg);
	min-width:100%;
	min-height:149px;
}

#top_text {
	position:relative;
	left:300px;
	top:31px;
	font-family: 'PT Sans Caption', sans-serif;
	font-size:25px; /*28px;*/
	line-height:40px;
	color:#ffffff;
	font-weight:700;
	max-width:400px;
	display:none;
}

#bar_img {
	float:left;
}

#second_img {
	background-image:url(../images/left_green.jpg);
	width:40px;
	height:100px;
	min-width:40px;
	min-height:100px;
	max-width:40px;
	max-height:100px;
}

#third_img {
	background-image:url(../images/left_blue.jpg);
	width:40px;
	height:100px;
	min-width:40px;
	min-height:100px;
	max-width:40px;
	max-height:100px;
}

#left_bar {
	position:absolute;
	top:149px;
	width:270px;
}

#bar_content {
	float:left;
	width:230px;
}

#name {
	margin-left:28px;
	margin-top:40px;
	background-image:url(../images/iris_soppa_fischer.jpg);
	width:160px;
	height:64px;
}

.name_main {
	font-family:Source Sans Pro, sans-serif;
	font-size:22px;
	line-height:25px;
	color:#0078a3;
	font-weight:900;
}

.name_sub {
	font-family:Source Sans Pro, sans-serif;
	font-size:15px;
	font-weight:600;
	line-height:5px;
	color:#0078a3;
}

#menu1 {
	margin-left:28px;
	margin-top:20px;
}

#menu1 ul {
	padding:0px;
	margin:0px;
}

#menu1 li {
	list-style:none;
}

#menu1 a {
	font-family:Source Sans Pro, sans-serif;
	font-size:16px;
	line-height:25px;
	text-decoration:none;
	color:#5a97a3;
}

#menu1 a:hover {
	text-decoration:underline;
	color:#feca00;
}

.active {
	color:#feca00 !important;
	text-decoration:underline !important;
}

#bar_footer {
	font-family:Source Sans Pro, sans-serif;
	font-size:13px;
	line-height:20px;
	color:#72797f;
	margin-left:28px;
	border-top:1px dashed #72797f;
	margin-top:20px;
	padding-top:20px;
	padding-bottom:20px;
}

#bar_footer a {
	font-family:Source Sans Pro, sans-serif;
	font-size:13px;
	line-height:20px;
	color:#72797f;
	text-decoration:none;
}

#bar_footer a:hover {
	text-decoration:underline;
	color:#feca00;
}

#main_content {
	float:right;
	width:690px;
}

#content {
	width:550px;
	margin-left:30px;
	/*margin-top:40px;*/
	margin-top:189px;
	min-height:380px;
	text-align:justify;
}

#content a {
	color:#72797f;
	text-decoration:underline;
	font-style:italic;
	font-family:Source Sans Pro, sans-serif;
	font-size:13px;
	line-height:17px;
}

#content a:hover {
	color:#feca00;
}

.main_content_title {
	font-family:Source Sans Pro, sans-serif;
	font-size:13px;
	line-height:17px;
	color:#72797f;
	font-weight:bold;
}

.main_content_text {
	font-family:Source Sans Pro, sans-serif;
	font-size:13px;
	line-height:17px;
	color:#72797f;
}

#page_up {
	width:550px;
	margin-left:30px;
	margin-top:20px;
}

#page_up img {
	float:right;
}

#footer {
	background-color:#e8f0f5;
	clear:both;
	min-height:20px;
}

#footer ul {
	padding:0;
	margin:0;
	margin-right:4px;
}

#footer li {
	list-style:none;
	float:right;
}

#footer a {
	font-family:Source Sans Pro, sans-serif;
	font-size:12px;
	line-height:12px;
	color:#72797f;
	margin-left:4px;
	margin-right:4px;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

.img_left {
	float:left;
}

.img_right {
	float:right;
}

.img_shadow {
	box-shadow:2px 2px 5px #999;
}
