/* CSS BoxMania Vorlage Basismodell */

html {
	height: 100.3%;
	font-size: 62.5%;
}
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 1.5em;
	color: #333333;
	background-color: #969dae;
	background-repeat: repeat-x;
	background-image: url(../Media/streifen2.jpg);
}

* {margin: 0px; padding: 0px; border: 0px;}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0em 0em 0.5em 0em;
	color: #333333;
}
h1 {
	font-size: 1.8em;
	padding-bottom: 0.4em;
	font-weight: normal;
	color: #666666;
	line-height: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}
div#header h1 {border: 0px;}
h2 {
	font-size: 2em;
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	line-height: 1.2em;
}
h3 {
	font-size: 1.8em;
	color: #FFFFFF;
	font-weight: normal;
}
h4 {font-size: 1.6em;}
h5 {font-size: 1.4em;}
h6 {font-size: 1.2em;}

a {
	color: #990000;
	text-decoration: none;
}
a:link {}
a:visited {}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

div#wrapper {
	width: 960px;
	/* margin: 0px 40px; */
	text-align: left;
	background: #ffffff;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#redline {
	width: 960px;
	background-color: #990000;
	height: 10px;
}
div#header {
	height: 100px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-image: url(../Media/head.jpg);
	background-repeat: no-repeat;
}
div#kontakt {
	float: right;
	margin-top: 40px;
	width: 200px;
	text-align: left;
	font-size: 1.2em;
}
div#kontakt a {
	color: #FFFFFF;
	text-decoration: none;
}
div#kontakt a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.kontakt {
	color: #FFFFFF;
}
div#language {
	float: right;
	margin-top: 30px;
	width: 200px;
	text-align: left;
	font-size: 1.2em;
	clear: left;
}
div#logo {
	width: 65px;
	float: left;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
div#ig {
	float: left;
	margin-top: 40px;
}

div#nav {
	background-color: #FFFFFF;
	clear: left;
	height: 60px;
	padding-top: 35px;
	padding-left: 85px;
	font-size: 1.5em;
	width: 640px;
}
div#nav li {
	display: inline;
	margin-left: 20px;
}
div#nav a {
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #666666;
	font-weight: bold;
	text-align: left;
}
div#nav  a:hover 
  
  
  
  
   {
	color: #990000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
.subred {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #990000;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
.subgray {
	color: #333333;
	font-weight: bold;
}
.subredsmall {
	color: #990000;
	font-weight: bold;
}
.copysmall {
	font-size: 0.9em;
}

div#wrap_content {
}
div#col1, div#col2, div#menu  {
	padding-top: 20px;
}
div#col1 {
	float: left;
	width: 190px;
}
div#col2 {
	float: left;
	width: 190px;
	margin-left: 5px;
}
div#menu {
	float: right;
	width: 200px;
	font-size: 1.2em;
}
div#menu ul {list-style-type: none; font-weight: bold;}
div#menu ul ul {
	margin-left: 10px;
	font-weight: normal;
	line-height: 1.6em;
}
/*
body#home.aepfel li.aepfel a {
	border-left: 8px solid #E3004F; 
	padding-left: 4px; 
	margin-left: -12px;
}*/

div#maintext {
	width: 540px;
	background-color: #e3e5e5;
	padding-left: 90px;
	padding-right: 20px;
	padding-top: 20px;
	margin-left: 76px;
	background-image: url(../Media/oben.gif);
	background-repeat: no-repeat;
}
div#maintext a {
}
div#maintextwhite {
	width: 540px;
	background-color: #FFFFFF;
	padding-left: 90px;
	padding-right: 20px;
	padding-top: 20px;
	margin-left: 76px;
}
div#right {
	float: right;
	width: 200px;
}
.full_post_content  {
}

div#footer {
	text-align: left;
	background: #CCCCCC;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 76px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #990000;
}

