html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0px;
	background: #eeeeee;
}

div, p, td, h1, h2, h3, li, span, a {
	font-family: Verdana, Helvetica, Arial Narrow, Arial;
	font-size: 11px;
	color: #14263d;
}

h1 {
	font-size: 12px;
	text-transform: UPPERCASE;
	font-weight: bold;
	margin-top: 0;
	padding-top; 0;
}
h2 {
	text-transform: UPPERCASE;
	font-weight: bold;
}
h3 {
	font-weight: bold;
}

.meta {
	color: #777777;
}

#main {
	margin: 0 auto 0 auto;
	width: 950px;
	background: white;
	border-left: 1px solid #ababab;
	border-right: 1px solid #ababab;
	min-height: 100%; /* Mindesthöhe in modernen Browsern */
	height: auto !important; /* !important-Regel für moderne Browser */
	height: 100%; /* Mindesthöhe in IE (<7) */
}

#header {
 	background: #000 url('img/bg_header.gif') repeat-x;
	height: 63px;
	width: 950px;
	margin: 0px;
	padding: 0px;
	vertical-align: center;
	overflow:hidden;
}
#header div.left {
 	width: 600px;
 	height: 63px;
}
#header div img {
	border: 0px;
	margin: 0 0 0 28px;
}
#header div.right {
	width: 300px;
	text-align: right;
	color: #9bb2e5;
	padding: 12px 28px 0 0;
}
#header div.right p, #header div.right span {
	color: #9bb2e5;
	padding: 0;
	margin: 0;
	margin-bottom: 4px;
}

#header div.right a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#header div.right a:hover {
	text-decoration: underline;
}

select{
	border: 1px solid #9bb2e5;
	height: 18px;
	color: #777777;
	font-size: 10px;
}

/* menu design */

#main_menu {
	height: 30px;
	width: 950px;
	background: #253352;
}

#main_menu div.left {
	margin: 8px 0 0 28px;
	width: 672px;
}

#main_menu a{
	color: #9bb2e5;
	margin: 0 15px 0 0;
	text-decoration: none;
	font-weight: bold;
	text-transform: UPPERCASE;
}

#main_menu a:hover{
	text-decoration: underline;
}
#main_menu a.active{
	color: #ffffff;
}

#main_menu div.right{
	width: 210px;
	margin: 5px 5px 0 0;
	text-align: right;
	color: #9bb2e5;
	font-weight: bold;
	text-transform: UPPERCASE;
}

#main_menu div.right input {
	border: 1px solid #9bb2e5;
	width: 140px;
	height: 14px;
	color: #777777;
	font-size: 10px;
}

#trail {
	height: 25px;
	margin: 8px 0 0 48px;
	color: #aaaaaa;
	
}

#trail a {
	background: url('img/arrows.gif') no-repeat left center;
	padding: 0 10px 0 12px;
	color: #aaaaaa;
	text-decoration: none;
}

#trail a.home {
	padding: 0 10px 0 0;
	background: white;
	color: #aaaaaa;
	text-decoration: none;
}
#trail a:hover {
	text-decoration: underline;
}

#sidebar {
	width: 140px;
	padding-top: 35px;
	float: left;
}

#sub_menu ul{
	
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: outside;
	
}

#sub_menu ul li{
	margin: 0 0 4px 18px;
	padding: 0 4px 0px 10px;
	background: url('img/arrows.gif') no-repeat left center;
	

}
#sub_menu ul li.sub{
	margin: 0 0 4px 28px;
	padding: 0 4px 0px 6px;
	background: white;
}



#sub_menu a{
	text-decoration: none;
}

#sub_menu a:hover{
	color: #777777;
}
#sub_menu a.active, #sub_menu .current_page_item a{
	font-weight: bold;
}
#sub_menu li.open a{
	font-weight: normal;
	font-style: italic;
}
#sub_menu li.open a.active{
	font-weight: bold;
	font-style: none;
}

#sub_menu p{
	color: #777777;
	margin: 15px 0 4px 25px;
}

#sub_menu div{
	margin: 0 0 0 18px;
}
#sub_menu #search{
	margin: 0px 0 4px 25px;
}
#sub_menu div div{
	margin: 0;
	float: left;
	width: 25px;
	height: 20px;
}

#sub_menu input.txt{
	border: 1px solid #aaaaaa;
	width: 90px;
}

#sub_menu select{
	border: 1px solid #aaaaaa;
	width: 90px;
	font-size: 10px;
	color: #777777;
}

#content {
	padding: 0 15px 0 0;
	margin: 0;
	width: 485px;
	float: left;	
}
img {
	border: 0;
}
#sidebar2 {
	width: 280px;
	padding: 33px 15px 0 15px;
	float: left;
	background: #dde7fb;
}

#sidebar2 ul{
 	margin: 0 0 20px 0;
 	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}

#sidebar2 ul li{
	margin: 0 0 4px 0;
	padding: 0 0 0 11px;
	background: url('img/arrows.gif') no-repeat 0px 2px;
}

#sidebar2 ul li a{
 	text-decoration: none;
 	font-weight: normal;
}
#sidebar2 ul li a:hover{
	color: #777777;
	font-weight: normal;
}

#sidebar2 .news, #sidebar2 .gallery {
	border-bottom: 1px dotted #bbbbbb;
	margin-bottom: 16px;
}

#sidebar2 p a {
	font-weight: bold;
	text-decoration: none;
}
#sidebar2 p a:hover {
	color: #777777;
}
#sidebar2 h1 {
	color: #597599;
}


#tools {
	width: 280px;
	padding: 0;
	float: left;
}

#tools div{
 	width: 125px;
	padding: 10px 0 0 15px;
	float: left;
}

#tools a {
	font-weight: bold;
	text-decoration: none;
}
#tools a:hover {
	color: #777777;
}
#tools img {
 	float: left;
	margin: 0 4px 0 0;
}

/* title details */

#flipbook, #details_image {
	height: 350px;
	padding: 0;
	border: 0;
	overflow: hidden;
}


#details_header img {
	float:left;
	border: 0px;
	margin: 0 14px 0 0;
}

#details_header p {
	color: #777777;
}

#details_header p a {
	color: #777777;
	font-weight: bold;
	text-decoration: none;
}

#details_header p a:hover {
	color: #14263d;
}

#details_header h1 {
	font-size: 12px;
	text-transform: UPPERCASE;
	font-weight: bold;
	border: 0px;
	padding: 8px 0 0 0;
	margin: 0px;
}
#details_header h2 {
	font-size: 12px;
	font-weight: bold;
	border: 0px;
	margin: 0 0 15px 0;
	padding: 0;
	text-transform: none;
}

#details img{
	float:left;
	border: 0px;
	margin: 0 12px 8px 0;
}

#post_body h2{
 	font-size: 11px;
 	padding: 0;
	margin: 0;
}
#post_body p{
	padding: 0;
}

#post_body a{
	text-decoration: none;
	font-weight: bold;
}
#post_body ul li{
	margin-bottom: 6px;
}
#post_body a:hover{
	color: #777777;
}
#post_body input{
	border: 1px solid #aaaaaa;
}

.clippings{
	margin: 15px 0 0 48px;
}
#post_footer h1{
 	font-weight: bold;
 	margin-bottom: 8px;
}
#post_footer ul{
 	margin: 0;
	list-style-type: none;
	list-style-position: outside;

}

#post_footer ul li{
	margin: 0 0 4px 20px;
	padding: 0 0 0 11px;
	background: url('img/arrows.gif') no-repeat 0px 2px;
	font-style: italic;

}

#post_footer ul li a{

 	text-decoration: none;
	font-style: normal;
}
#post_footer ul li a:hover{
	color: #777777;
}
#post_footer div{
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #bbbbbb;
}

#post_footer div div{
	margin-top: 0;
	border-top: 0;
	padding-top: 0;
}

#post_footer div div.left{
	width: 260px;
}
#post_footer div div.right{
	width: 155px;
}
#post_footer div div{
	margin-right: 10px;
}
#post_footer div div a{
	text-decoration: none;
}
#post_footer div div a:hover{
	color: #777777;
}


#press{
	margin-top: 10px;
	border-top: 1px dotted #bbbbbb;
}

#press ul{
	margin: 0;
	list-style-type: none;
	list-style-position: outside;
}

#press ul li{
	margin: 0 0 4px 0px;
	padding: 4px;
	background-color: #bbbbbb;
	font-style: italic;
	vertical-align: center;
}
#press ul li a{
 	text-decoration: none;
	font-style: normal;
}
#press ul li a:hover{
	color: #777777;
}

#press ul li img { 
	float: none; 
	vertical-align: middle;
	margin: 0 6px 0 0;
}

/* page header and meta */

#title {
	margin: 0px 0px 0px 48px;
}


.page_meta {
	color: #777777;
	margin: 0 0 0 0;
}

.page_meta select {
	font-size: 10px;
	color: #777777;
}
.left {
	float: left;
}
.right {
	float: right;
}

/* title lists */

.list .list_item {
	margin-bottom: 5px;
}

.list h2, .news h2 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.list h3, .news h3 {
	margin-top: 0px;
	padding-top: 0px;
}

.list_item img {
	float: left;
	margin: 0 12px 8px 0;
}
.list_item div.img {
	width: 155px;
	text-align: right;
	float: left;
	margin: 0 12px 8px 0;
}

.list_item div.img img {
	float: none;
	margin: 0;
}

.list_item a, #details a {
	text-decoration: none;
	font-weight: bold;
}

.list_item a:hover, #details a:hover {
	color: #777777;
}


.downloads {
	background: #bbbbbb;
	border: 1 px solid green;
}
.downloads img {
	margin: 4px;
}

/* news lists */

.news .list_item {
	margin-bottom: 16px;
}
.gallery {
	padding-bottom: 16px;
}

.gallery img {
	margin-right: 6px;
	border: 0;
}
.gallery a{
	text-decoration: none;
}

.slideshow{
	color: #777777;
	font-size: 10px;
	text-align: right;
}

#news .list_item img.aligncenter, #news .list_item img.centered{
	float: none;
}


#foot {
	padding: 6px 0 6px 0;
	width: 950px;
	background: #253352;
	text-align: center;
	color: #9bb2e5;
}
#foot a {
	color: #9bb2e5;
	text-decoration: none;
	font-weight: bold;
}
#foot a:hover {
	color: #777777;
}


/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
