/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* {
	padding: 0;
	margin: 0 10;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #010103 url(images/bgback1.jpg) no-repeat fixed center top;
}
#wrapper { 
 margin: 0 auto;
 width: 1044px;
}
#header {
	color: #555;
	width: 1040px;
	float: left;
	padding: 0px;
	border: 0px solid #ccc;
	height: 100%;
	margin: 10px 0px 0px 0px;

}
#header1 {
	color: #555;
	width: 1034px;
	float: left;
	padding: 0px;
	border: 0px solid #ccc;
	height: 160px;
	margin: 0px 0px 0px 0px;
	background: url(images/logo.gif) no-repeat left;
}
#navigation {
	float: left;
	width: 858px;
	height: 75px;
	color: #fff;
	padding: 0px;
	
	margin: 0px 0px 0px 0px;
	background: #eff1f3;
	text-align: center;

}
#navigation2 {
	float: left;
	width: 175px;
	height: 75px;
	color: #333;
	border: 0px solid #ccc;
	margin: 0px 0px 0px 7px;
	padding: 0px;
	background: white no-repeat;
	background-image: url(images/unsere-partner.jpg);
}
#leftinfo {
	color: #00e102;
	border: 0px solid #ccc;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 22px;
	width: 195px;
	float: left;
	text-align: left;
}
#contentinfo {
	float: left;
	color: #333;
	border: 0px solid #ccc;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 22px;
	width: 488px;
	display: inline;
	text-align: center;
}
#rightinfo {
	color: #00e102;
	border: 0px solid #ccc;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 22px;
	width: 175px;
	float: left;
	text-align: right;
}
#container {
	color: #555;
	border: 0px solid #ccc;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	min-height: 504px;
	width: 858px;
	float: left;
	background-color: #fff;


}
#leftcolumn {
	color: #555;

	margin: 10px 0px 0px 0px;
	padding: 0px 3px 0px 10px;
	height: 100%;
	width: 181px;
	float: left;
	border-right-color: #ccc;
	border-right-style: solid;
	border-right-width: 0px;

}
#content {
	float: left;
	color: #555;
	border: 0px solid #ccc;
	margin: 0px 5px 0px 0px;
	padding: 10px;
	height: 100%;
	width: 638px;
	display: inline;


}
#rightcolumn {
	color: #fff;
	border: 0px solid #ccc;
	margin: 0px 0px 0px 7px;
	padding: 10px 0px 0px 0px;
	height: 100%;
	width: 175px;
	float: left;
	background-color: transparent;
	background: url(images/rightback.gif) repeat;
}
#footer {
	width: 838px;
	clear: both;
	color: #555;
	border: 0px solid #ccc;
	background: White url(images/footer.jpg) no-repeat bottom;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	float: left;
}

a{
	text-decoration: none;
	background-color: inherit;
	color: #029F9A;
}

a:hover{
text-decoration:underline;
}

a img{
border:0;
}

p{
	margin: 0 0 15px 0;
	line-height: 1.2em;
	font-family: "Trebuchet MS", Verdana;
	font-size: 10pt;
}

h1,h2,h3,h4{
margin:0 0 10px 0;
font-weight:normal;
}

h1{
font-size:2.8em;
}

h2{
margin:0 0 4px 0;
font-size:1.8em;
}

h3{
margin:20px 0 8px 0;
font-size:1.4em;
}

h4{
margin:10px 0 5px 0;
font-size:1.2em;
}

.clear{
clear:both;
margin:0;
}

.right{
text-align:right;
}

.internallink{
font-size:0.9em;
text-align:center;
}

.block{
padding:20px;
background:#eee;
color:#222;
border:2px solid #ddd;
}

.credit{
color:#888;
background-color:inherit;
}

.hide{
display:none;
}

/* Original open source design by Andreas Viklund - http://andreasviklund.com
Released through OSWD.org */

/*
* 2F CMS Defintionen
*/

.opentable {
	font-size: 9pt;
	border: 1px solid #cecece;
}

.opentable table,td,tr{
line-height: 1.2em;
	font-family: "Trebuchet MS", Verdana;
	font-size: 10pt;
}

ul {
	margin: 0 0px 10px;
	padding: 0 0 0 0px;
	font-size: 10pt;
	font-family: "Trebuchet MS", Verdana;
	border-left: 12px solid #cccccc;
	list-style: none;
} 

li {
	margin: 0 10px 0px;
	padding: 0 0 5px 5px;
	font-size: 10pt;
	font-family: "Trebuchet MS", Verdana;
	border-left: 0px solid green;
	list-style: none;
} 

.ueber1 {
	background: url(images/footer.jpg) no-repeat bottom;
	padding: 0px 6px 2px;
	font-weight: normal;
	color: #555;
	font-family: "Trebuchet MS", Verdana;
	font-size: 24px;
	font-style: italic;
	margin: 0px 0px 15px 0px;
}