/*
// File written by aproposweb.de
// Copyright 2013
//
// color
// 
// 
*/

/*............. common settings .............*/
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body, td, pre {
	background-color: #fff;
	color: #37383a;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-align: left;
	-webkit-text-size-adjust: none;
	overflow-x: auto;
	overflow-y: scroll;
}
nav, section, figure, figcaption, article, footer, header {
	display: block;
}
fieldset {
	border: 1px solid #C0C0C0;
	padding: 6px;
}
fieldset td {
	vertical-align: top;
}
legend {
	margin: 0px 6px 0px 6px;
	padding: 0px 2px 0px 2px;
	font-weight: bold;
}
pre {font-family: Courier,Courier New,sans-serif;}
hr {
	border-bottom: 1px solid #4d5555;
	width: 100%;
	margin: 0 0 14px 0;
}
ul {
	padding: 4px 0px 4px 14px;
	list-style-type: disc;
}
ol {padding: 4px 0px 4px 22px;}
p {
	padding: 0 0 1em;
}
h1,h2,h3,h4 {
	font-size: 100%;
	line-height: 1.2em;
	font-weight: normal;
	padding: 0 0 1em;
	color: #505553;
	-webkit-text-size-adjust: none;
}
h1 {
	font-size: 170%;
	line-height: 1.4em;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 110%;
}
h4 {
	font-weight: bold;
}
img {border: 0px;}
blockquote {margin-left: 20px;}

a {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #000099;
	text-decoration: underline;
	cursor: pointer;
}

/* ................ positioning ..................... */
#fullwidth_header {
	height: 370px;
	background: #fefefd;
	margin-top: 6px;
}
#fullwidth_body {
	background: #fefefd;
}
.wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#page_header {
	width: 960px;
}
#page_header h1 {
	height: 305px;
	padding: 0;
}
#page_header h1 a {
	text-decoration: none;
}
#fullwidth_footer {
	background: #dad9d6 url(images/spacer.gif) repeat-x 0 0;
	margin-bottom: 80px;
	height: 40px;
}

/* ................ content styles ..................... */
#content {
	width: 960px;
	min-height: 300px;
	height: auto;
	background: #fff;
}
#site_content {
	width: 960px;
	position: relative;
	top: 0;
	z-index: 1;
}
#site_content article {
	padding: 20px;
	width: 600px;
}
#site_content article.full {
	width: 920px;
	padding: 20px;
	text-align: center;
}
#site_content_left article {
	padding: 20px 25px 20px 20px;
	width: 435px;
	float: left;
}
#site_content_right article {
	padding: 20px 20px 20px 25px;
	width: 435px;
	float: left;
}
#site_content figure img {
	border: 0;
}
#site_content .impress {
	width: 600px;
}
.clearfix {
	clear: both;
}
#weltkarte {
	padding: 20px 20px 0;
}

/* ................ portlet right ..................... */
#right {
	position: absolute;
	top: 371px;
	width: 270px;
	margin-bottom: 40px;
	padding: 0 0 0 508px;
	left: -2px;
}
#right p {
	padding: 0 0 0.7em;
}
/* .............. navigation elements ..................... */
nav#main {
	width: 960px;
	height: 50px;
	overflow: hidden;
	padding: 4px 0;
}
nav#main ul {
	list-style-type: none;
	margin: 0;
    padding: 0;
}
nav#main li {
	display: inline-block;
	margin: 0 2px;
	padding: 8px 19px 6px;
	height: 33px;
}
nav#main li:hover {
	border-bottom: 4px solid #000099;
	cursor: pointer;
}
nav#main li.selected {
	border-bottom: 4px solid #000099;
}
nav#main li a {
	color: #000099;
	text-decoration: none;
	font-size: 14px;
	padding: 0;
}
/*nav#main li:first-child {
	padding-left: 0;
	margin-left: 0;
}
nav#main li:last-child {
	padding-right: 0;
	margin-right: 0;
}*/
nav#main li a:hover {
	text-decoration: none;
	padding: 0;
}

nav.menu_bottom {
	padding: 6px 0 0 0;
	width: 800px;
}
nav.menu_bottom ul {
	list-style-type: none;
	margin: 0;
	padding-left: 20px;
}
nav.menu_bottom li {
	display: inline-block;
	margin: 0;
	padding: 0 6px 0 0;
	font-size: 11px;
}
nav.menu_bottom li a {
	color: #000099;
	letter-spacing: 0.08em;
}
nav.menu_bottom li a:hover, nav.menu_bottom li a.selected {
	color: #000099;
	text-decoration: underline;
}

