/*

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+                                                                     +
+                  (c) 2007 - 2008 Matthias Müller		       +
+                    web: http://www.w3blabor.de                      +
+                      email: mail@w3blabor.de                        +
+                                                                     +
+              Mehr Infos unter http://cms.w3blabor.de                +
+                                                                     +
+   Dieses Script untersteht der GNU General Public License, welche   +
+   unter www.gnu.org nachgelesen werden kann! Der Autor übernimmt    +
+   keinerlei Garantie für die Funktionsfähigkeit dieses Scriptes!    +
+                                                                     +
+   Das Script darf nur unter der Domain http://cms.w3blabor.de       +
+   zum Download angeboten werden! Ein Link im Footer muss sichtbar   +
+   und aktiv in jeden Template Footer eingebaut werden!              +
+                                                                     +
+           Weitere Infos kann man in der README nachlesen!           +
+                                                                     +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

*/

* {

	margin: 0px;
	padding: 0px;

}
 
html {

	background: #336600;
	text-align: center;
	width: 100%;
	height: 100%;

}

body {

	font-size: 11px;
	line-height: 20px;
	font-family: "Verdana" , "MS Sans Serif" , "Tahoma" , "Arial";
	color: #595959;
	margin: 0px auto;
	text-align: center;
	width: 100%;
	height: 100%;

}

td {

	font-size: 11px;
	line-height: 17px;
	font-family: "Verdana" , "MS Sans Serif" , "Tahoma" , "Arial";

}

ul {

	margin: 0px;
	padding: 0px;

}

li {

	list-style: none;

}

form {

	margin: 0px;
	padding: 0px;

}

img {

	border: none;

}

#clean {

	clear: both;
	height: 0px;
	font-size: 0px;
	display: block;
	width: 100%;

}

a {

	color: #595959;
	text-decoration: none;

}

a:hover {

	color: #595959;
	text-decoration: none;

}

#layer {

	width: 850px;
	padding: 0px;
	background: url(../images/layer.jpg) repeat-y;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto;
	text-align: left;

}

#page {
         
	width: 850px;
	padding-bottom: 25px;
	overflow: hidden;

}

#header {

	width: 840px;
	height: 120px;
	padding: 5px;
	background: #FFFFCC;
	position: relative;
	overflow: hidden;
	border-top: 30px solid #FFFFCC;
	border-bottom: 15px solid #FFFFCC;

}

#logo {

	width: 825px;
	height: 75px;
	padding: 10px 0px 0px 15px;
	overflow: hidden;

}

#menu {

	width: 840px;
	height: 20px;
	padding: 5px 0px 0px 0px;
	overflow: hidden;

}

#menu ul {

	padding: 0px;
	margin: 0px auto;

}

#menu ul li {

	list-style: none;
	display: inline;
	margin: 0px 15px;

}

#menu ul li a {

	text-decoration: none;
	color: #595959;

}

#menu ul li a.aktiv {

	text-decoration: none;
	color: #595959;
	font-weight: bold;

}

#headline {

	width: 850px;
	height: 155px;
	position: relative;
	background: #595959;

}

#seite {

	width: 850px;
	height: 30px;
	line-height: 29px;
	color: #fff;
	position: absolute;
	left: 253px;
	bottom: 0px;
	z-index: 3;

}

#seite a, #seite a:hover {

	text-decoration: none;
	color: #fff;

}

#claims {

	width: 850px;
	height: 125px;
	line-height: 125px;
	color: #fff;
	position: absolute;
	right: 36px;
	top: 0px;
	z-index: 4;
	font-weight: bold;
	text-align: right;
	font-family: "Arial";
	font-size: 16px;
	margin: 0px;
	padding: 0px;

}

#submenu {

	width: 173px;
	padding: 15px 20px 20px 20px;
	overflow: hidden;
	float: left;

}

#submenu ul {

	padding: 0px;
	margin: 0px;

}

#submenu ul li {

	list-style: none;
	padding: 0px 0px 10px 0px;
	margin: 0px;

}

#submenu ul li a {

	text-decoration: none;
	color: #595959;

}

#submenu ul li a.aktiv {

	text-decoration: none;
	color: #595959;
	font-weight: bold;

}

#content {

	width: 557px;
	padding: 15px 40px 40px 40px;
	overflow: hidden;
	float: left;

}

#text {

	width: 557px;
	overflow: hidden;
	line-height: 22px;
	text-align: justify;

}

#text p {

	margin: 0px 0px 22px 0px;

}

#text h1 {

	font-size: 16px;
	font-weight: bold;
	color: #595959;
	font-family: "Arial";
	margin: 15px 0px 19px 0px;
	
}

#text hr {

	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px dotted #9A9A9A;
	margin: 0px 0px 19px 0px;

}

#footer {

	font-size: 9px;
	height: 25px;
	position: absolute;
	left: 254px;
	bottom: 0 !important;
	bottom: -1px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	color: #cfd4d4;

}

#footer a, #footer a:link, #footer a:visited, #footer a:active, #footer a:hover {

	color: #D0D4D5;
	text-decoration: none;
	font-weight: bold;

}

#footer a:hover {

	color: #2D3437;
	text-decoration: none;
	font-weight: bold;

}
