﻿* {
	margin : 0;
	padding : 0;
}

a {
	color : #437fda;
	text-decoration : none;
}
a:visited {
	color : #437fda;
/*	text-decoration : underline;*/
}
a:hover {
	color : #ba8f43;
}

h2 {
	color : #343434;
	font : italic 190% sans-serif;
}
h3 {
	color : #343434;
	font : italic 150% sans-serif;
}
h4 {
	color : #343434;
	font : bold italic 110% sans-serif;
	padding : 1em 1em 0 1em;
}

html {
	color : #565656;
	font : 75%/170% sans-serif;
	text-align : justify;
}

img {
	margin : 1em 1em 0 1em;
}
img.left {
	float : left;
	margin : 1em 1em 0 0;
}
img.right {
	float : right;
	margin : 1em 0 0 1em;
}

blockquote {
	font-style : italic;
	margin : 1em 1em 0 1em;
	padding : 0 0 1em 0;
}
blockquote span {
	font-size : 200%;
	line-height : 1%;
	margin : 0 0.15em;
	position : relative;
	top : 0.25em;
}

#main {
	/*border-bottom : 1px solid #cfcfcf;*/
	margin : auto;
	max-width : 65em;
	min-width : 40em;
	width : auto !important;
	width : 65em;
}

#header {
	background : #2b548c url('../images/header_bg.png') repeat-x bottom left;
	padding : 4em 8em 2em 4em;
}
#header h1 {
	color : #ffffff;
	font : italic 200% sans-serif;
}
#header h2 {
	color : #ffffff;
	font : italic 120% sans-serif;
}

#menu {
	background : #437fda;
	border-bottom : 1px solid #2b548c;
	font : 103% sans-serif;
}
#menu ul {
	padding : 0.75em 3em;
}
#menu li {
	display : inline;
}
#menu li a {
	color : #ffffff;
	padding : 0.75em 1em; /* abstand */
}
#menu li a:hover {
	background : #2b548c;
}
#menu li.selected a {
	background : #ffffff;
	border : 1px solid #2b548c;
	border-bottom : 1px solid #ffffff;
	color : #437fda;
}
#menu li.selected a:hover {
	background : #ffffff;
	color : #ba8f43;
}

#content {
	height : auto !important;
	height : 1%;
	overflow : hidden;
	padding : 2em 0 0 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-right-color: #cfcfcf;
	border-bottom-color: #cfcfcf;
	border-left-color: #cfcfcf;
}

#article {
font : 120%/170% sans-serif;
}


#content div {
	padding : 0 4em 2em 4em;
}

div.left {
	left : 0;
	float : left;
	position : relative;
	width : 50%;
	z-index: 20;
	visibility: visible;
	overflow: visible;
	clip: rect(auto,200,50,auto);
}
div.right {
	left : 1em;
	float : left;
	position : relative;
	width : 50%;
}

#footer {
	font-size : 85%;
	margin : auto;
	padding : 1em 0 3em 0;
	text-align : center;
	width : 65%;
}
