* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 72%;
 background: #B0B2B3 url(images/bg-body.gif) repeat-x;
}
#wrapper { 
 margin: 0 auto;
 width: 990px;
}
#header {
 color: #333;
 height: 125px;
 background: url(images/header.png) no-repeat;
 padding:10px;
}
#navigation {
 color: #000;
 padding: 10px;
 margin: 0px 0px 0px 0px;
 text-align: center;
 display: block;
}
#content { 
}
#contentbox-header { 
background:url(images/box-oben.png) no-repeat;
}
#contentbox-inhalt { 
background:url(images/box-content.png) repeat-y;
}
#contentbox-inhalt h1{
	color: #000;
	font-weight: bold;
	font-size:1.6em;
	line-height: 1.6em;
	padding-left:15px;
}
#contentbox-inhalt p{
	color: #000;
	font-size:1.1em;
	padding:15px;
}
#contentbox-footer { 
background:url(images/box-unten.png) no-repeat;
}
#preview {
	color: #000;
	font-size:1.1em;
	padding:15px;
}
#preview p{
	color: #000;
	font-size:1.1em;
	padding:15px;
}
#preview h2{
	color: #000;
	font-size:1.1em;
	padding:15px;
}
#footer {
	display: block;
	text-align:center;
	padding:10px;
}
#footer ul li {
	display: inline;
	padding: 20px 5px 5px 30px;
}
#footer ul li a {
	color:#000;
}
#footer ul li span {
	padding: 0 10px;
}

#navigation ul {
display:inline-table;
padding:0 !important;
right:0 !important;
white-space:nowrap;
}

#navigation ul, #navigation li{
line-height:inherit;
margin:0 auto;
}

#navigation ul li {
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

#navigation a span {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
display:block;
float:left;
height:2em;
line-height:2em;
padding:0 0.5em;
}

#navigation a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
color:#000;
display:block;
float:left;
margin:0 0.4em;
font-weight:bold;
}
/* Fieldset, legend tag */
fieldset {border:1px solid #363b47; -moz-border-radius:5px;}
legend {color:#363b47;text-align: center;font-weight:bold; font-size:1em;}



label, select, input[type=checkbox], input[type=radio], input[type=button], input[type=submit] {
   cursor: pointer;
}
input, textarea {background: #ddd;}
input:focus, textarea:focus {
   color: #000;
   background: #fff;
   outline: 1px solid red;
}

.right, button {
   margin-left : 42%;
   background: #2576BF;
   border:1px solid #363b47;
   cursor: pointer;
   color: #fff;
}

.left {
   float: left;
   text-align: right;
   width: 40%;
   margin-right: 2%;
}

/*=LINKS=*/
a { color:#2576BF; text-decoration:none; }
a:hover { color:#222222; text-decoration:underline; }

a.side { color:#222222; text-decoration:none; }
a.side_show { text-decoration:none;color:#CC0000; font-weight:bold;}
a:hover.side { color:#222222; text-decoration:underline; }

a.white { color:#fff; text-decoration:none; }
a:hover.white { color:#fff; text-decoration:underline; }

hr { height:1px; border:#eee 1px solid;}
hr.side-hr { height:1px; border:#eee 1px solid; }


p { line-height : 1.6em; margin : 0 10px 12px; }

ul, ol { 
	margin-bottom:0;
	margin-top:0;
	padding-bottom:0;
	padding-top:0;
}

/*=H Tags=*/
h1, h2, h3, h4, h5, h6 { font-weight : bold; }
h1 { font-size: 1.4em; color: #000; }
h2 { font-size: 1.3em; color: #000; padding-left:20px; }
h3 { font-size: 1.2em; color: #000; }
h4 { font-size: 1.0em; color: #000; }

.button {
	font-size:1em;
	color:#555; 
	height:20px;
	border:1px #ccc solid; 
	padding:5px;
	margin-top:2px;
}
	
.textbox {
	border: 1px solid #898A8A;
	padding: 2px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color:#555;
}
/* ZUSÄTZE */
.block.warning {
	padding: 0.2em;
	padding-left: 4em;
	background-position: .3em .3em;
	background-image: url(images/warning.png);
	background-repeat: no-repeat;
	background-color: #FFCFCF;
	border: 2px solid rgb(204, 0, 0);
	min-height: 40px;
	margin: 0 auto; 
	width: 70%;
}

.block.info {
	padding: 0.2em;
	padding-left: 4em;
	background-position: .3em .3em;
	background-image: url(images/information.png);
	background-repeat: no-repeat;
	background-color: rgb(215, 220, 233);
	border: 2px solid rgb(123, 159, 223);
	min-height: 40px;
	margin: 0 auto; 
	width: 70%;
}

.block.error {
	padding: 0.2em;
	padding-left: 4em;
	background-position: .3em .3em;
	background-image: url(images/error.png);
	background-repeat: no-repeat;
	background-color: #FFCFCF;
	border: 2px solid rgb(204, 0, 0);
	min-height: 40px;
	margin: 0 auto; 
	width: 70%;
}  
img{border:0px;}
