body
{
	font-size: 12px;
 	font-family: Verdana,Geneva,Helvetica,Arial,sans-serif;
	line-height: 1.5em;
	padding: 24px 0px 24px 0px;
	margin: 0px;
	background: #2D2D2D;
}

div#border
{
	width: 836px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FAD32F;
	padding-top: 6px;
	padding-bottom: 6px;
}

div#content
{
	width: 824px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('/images/v3.png');
	background-repeat: repeat-x;
	background-color: #FDFDFD;
        border: 6px solid #FAD32F;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -khtml-border-radius: 10px;
}

div#header
{
	font-size: 145%;
	color: #FAD32F;
	padding:0px, 12px, 12px, 12px;		
	border-bottom: 6px solid #FAD32F;
}

div#header img
{
	padding-left: 12px;
}

div#header h1
{
	position: relative;
	display: inline;
	top: -1.3em;
        padding-left: 35px;
	font-weight: normal;
	letter-spacing: 0.1em;
}

span#subtitle
{
	position: relative;
	font-size: 145%;
	left: -278px;
	top: -0.8em;
}

div#contents
{
	padding: 12px 12px 12px 12px;
}

div#menu
{
	float: left;
	width: 150px;
	margin-right: 10px;
	font-size: 118%;
}

div#menu ul
{
	padding: 0px;
	list-style-type: none;
	color: #333333;
}

div#menu ul ul
{
	padding-left: 1em;
}

div#menu a:link
{
	text-decoration: none;
	color: inherit;	
}

div#menu a:visited
{
	color: inherit;
	text-decoration: none;
}

div#menu a:hover
{
	color: #FAD32F;
	text-decoration: none;
}

div#menu a:active
{
	color: #FAD32F;
	font-weight: bold;
	text-decoration: none;
}

div#menu a.active
{
	color: #FAD32F;
	font-weight: bold;
	text-decoration: none;
}

div#main
{
	margin-left: 148px;
	padding: 3px 12px 0px 12px;
	width: 624px;
	color: #000000;
	background-color: #FDFDFD;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter:alpha(opacity=90);
	border: 2px solid #FAD32F;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -khtml-border-radius: 10px;
}

div#footer
{
	clear: both;
	text-align: center;
	color: #333333;
	padding: 12px 0px 24px 0px;
}

span.header_links
{
	position: relative;
	float: right;
	top: -1.5em;
	font-size: 145%;
	font-family: Palatino,serif;
	padding-right: 12px;
}

h1 
{
	font-size: 218%;
}

h2 
{ 
  font-size: 164%;
}

h3 
{
  font-size: 145%;
	border-bottom: 1px dotted #CCCCCC;
}

h4 
{
  font-size: 118%;
	border-bottom: 1px dotted #CCCCCC;
}

img
{
	border: 0;
}

a:link
{
  color: #222222;
}

a:hover
{
  color: #333333;
}

a:active
{
  color: #CD24A5;
}

a:visited
{
  color: #555555;
}

a:link[href*="http"]
{
  color: #222222;
  background: url(/images/icon-external-link.png) 0 2px no-repeat;
  padding: 0 0 0 12px;
}

a:hover[href*="http"]
{
  color: #333333;
  background: url(/images/icon-external-link.png) 0 2px no-repeat;
  padding: 0 0 0 12px;
}

a:active[href*="http"]
{
  color: #CD24A5;
  background: url(/images/icon-external-link.png) 0 2px no-repeat;
  padding: 0 0 0 12px;
}

a:visited[href*="http"]
{
  color: #555555;
  background: url(/images/icon-external-link.png) 0 2px no-repeat;
  padding: 0 0 0 12px;
}

a[href*="http"]:after
{
  visibility: hidden;
  display: none;
  content: "Trotz sorgfältiger inhaltlicher Kontrolle übernehmen wir keine Haftung für den Inhalte dieses externen Links. Für den Inhalt der verlinkten Seite ist ausschließlich deren Betreiber verantwortlich.";
}

a.plain:link[href*="http"]
{
  color: #222222;
  background: transparent;
  padding: 0;
}

a.plain:hover[href*="http"]
{
  color: #333333;
  background: transparent;
  padding: 0;
}

a.plain:active[href*="http"]
{
  color: #CD24A5;
  background: transparent;
  padding: 0;
}

a.plain:visited[href*="http"]
{
  color: #555555;
  background: transparent;
  padding: 0;
}

dl 
{
  padding-left: 6px;
}

dt
{
  font-weight: bold;
}

dd 
{
  margin-left: 1em;
}

dd + dt
{
  padding-top: 1em;
}

label
{
  display: block;
}

input
{
  display: block;
}

fieldset
{
  margin-bottom: 1em;
}

p.error
{
  color: #FF3333;
}

input#sendmail
{
  float: right;
  padding: 2em;
}

div.image
{
  opacity: 1;
  -moz-opacity: 1;
  filter:alpha(opacity=100);
  z-index: 1;
}

div.thumb.left
{
  float: left;
  padding-right: 1em;
}

div.thumb.right
{
  float: right;
  padding-left: 1em;
}

div.thumb img
{
  border: 1px solid #FAD32F;
  margin-bottom: 1em;
  display: block;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
