/* basics */
html {min-height: 100%;}

a {color: #048;}
a:hover {color: #06C;}
a:active {
background: #f60;
color:#000;}

/* navi active color */
a.active {
background: #f60;
color:#000;}

/* navi active color green line */
a.active1 {
background: #38cc46;
color:#000;}

body {
	background: #E7E7E2;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 64px;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
font: bold 1.4em Verdana,sans-serif;
color: #553; 
margin-bottom: 4px;
margin-top: 14px
}

h2 {font: bold 1.4em sans-serif;
padding-top: 0px; 
color: #553; 
}

h3 {font: bold 1em Verdana,sans-serif;
padding-top: 1px; color: #553; margin-bottom: 4px;
}

form,input {margin: 0; padding: 0; display: inline;}



/* this and that */
.clean {clear: both; font-size: 0;}
.cleanl {clear: left; font-size: 0;}
.cleanr {clear: right; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	border: 2px solid #D7D7D2;
	background: #fff;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 880px;
}

.outer-container {
	padding-bottom: 64px;
}

img {
	border: 0;
}

div.img
  {
  margin:2px;
  border:0px;
  height:auto;
  width:auto;
  float:left;
  text-align:center;
  }
  
  div.imgl
  {
  margin:2px;
  border:0px;
  height:auto;
  width:auto;
  float:left;
  text-align:center;
  }
  
div.img img
  {
  display:inline;
  margin:3px;
 border:0px;
  }
div.img a:hover img
  {
  border:0px;
  }
div.desc
  {
  text-align:center;
  font-weight:normal;
  width:120px;
  margin:2px;
  }

/* header title */
.header {
	background: #f60 url('data/headerface.jpg') no-repeat;
	height: 160px;
	margin-bottom: 3px;
	text-align: center;
}

.headeruk {
	background: #f60 url('data/header-uk.gif') no-repeat;
	height: 160px;
	margin-bottom: 3px;
	text-align: center;
}

.header .title {
	color: #FFF;
	padding-top: 50px;
}
.header .title .sitename a {
	border-bottom: 1px dashed #657382;
	color: #FFF;
	font: normal 3em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {border-color: #F60;}
.header .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
}

/* breadcrumb */
.crumb {
	background: #949490;
	color: #FFF;
	font: normal 1.1em Verdana,sans-serif;
	padding: 4px 12px;
}
.crumb a {
	color: #FAFAFA;
	text-decoration: none;
}
.crumb a:hover {
	color: #FFE;
	text-decoration: underline;
}

/*corplinks*/
.corp {
	background: #fff;
	text-align: right;
	color: #f60;
	font: normal 0.9em Verdana,sans-serif;
	padding: 4px 21px;
}
.corp a {
	color: #f60;
	text-decoration: none;
}

.corp a:hover {
	color: #000;
	text-decoration: underline;
}

.corp a#active {

color:#000;}

/* main */
.main {
	background: #fff;
	border-top: 4px solid #FFF;
	padding: 8px 12px 0 0;
}

/* content */

.contentcontainer1   { 
	position: relative;
	top: 310px;
	background-color: #fff; 
	margin-top: 0; 
	margin-right: 15px; 
	margin-left: 27px; 
	padding-bottom: 2px; 
	width: 560px; 
	border: solid 1px #000 
}

.content {
	background: #fff;
	float: right;
	width: 610px;
	padding-left: 10px;
	margin-right: 9px;
}

.contentfeed {
	background: #fff;
	float: right;
	width: 610px;
	padding-left: 0px;
	margin-left: 0px;

}



.contentfeed li a {
	font-size: 0.9em;
	color: #448;
	text-decoration: underline;
	
}

.contentfeed ul{
	font-size: 0.9em;
	color: #448;
	padding: 0px;
	margin-left: 0px;
	
	
}

.contentfeed li a:hover {
	font-size: 0.9em;
	color: #f60;
	padding: 6px 0 6px 0px;
	text-decoration: none;
	width: 95%;
}

.content .subtitle {
	color: #664;
	font-size: 1.0em;
	margin-bottom: 6px;
}

.content h2 {
	color: #f60;
	font: bold 1.3em Tahoma,sans-serif;
	line-height: 16px;
	margin: 0;
	padding-left: 0px;
	padding-bottom: 0px;
}

.content h3 {
	color: #5A5A43;
	font: bold 1.1em Tahoma,sans-serif;

	margin: 0;
	padding-left: 0px;
}
.content li { 
color: black; 
list-style: none; 
margin-left: 0; 
font-size: 1.2em; 
}

.content p { 
font-family: Verdana, sans-serif; 
font-size: 1.2em; 
text-align: justify;
margin-top: 2px;
margin-bottom: 2px
}

p.smalll{ 
font-size:1em;
text-align: left;
}

p.block{ 
text-align: justify;
padding-top: 5px;
}

.fehler{
color: #ff0000;
}

.hoch{ 
vertical-align: super;
font-size: 9px;   
}

/* navi */
.navi {
	padding-top: 14px;
	float: left;
	width: 210px;
}
.navi h2 {
	color: #5A5A43;
	font: bold 1.3em Tahoma,sans-serif;
	line-height: 16px;
	margin: 0;
	padding-left: 12px;
}
.navi ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
	margin-top: 12px;
	margin-left: 0px;
}

.navi ol {
	padding: 0;
	margin-left: 0px;
}
.navi li {
border-bottom: 1px solid #EAEADA;
}

.navi li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 12px;
	text-decoration: none;
	width: 95%;
}
.navi li a:hover {
	background: #fbd3b8;
	color: #654;	
}

.navi ol li a:hover {
	background: #bbf8c0;
	color: #654;	
}

.navi a#active {
background: #f60;
color:#000;}

.active {
background: #f60;
color:#000;}

/* footer */
.footer {
	background: #f60;
	color: #F7F7F2;
	font: bold 1em sans-serif;
		margin-top: 10px;
	padding: 5px 12px 20px 12px;
}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {color: #FFC;}