/*
Version: 1.0
Author: z|zwei Design Daniela Rogge
Author URI: http://www.zzwei.de
*/

/* ------------------------------------------------------------ Allgemein */
html[xmlns^="http"] {
	overflow-y: scroll;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, Geneva, sans-serif; 
	font-size: 13px;
	line-height: 160%;
	color: #000000;
	text-align:center;
}


a img{ border: none;}

a:link, a:visited {color: #666633; text-decoration: none;}
a:hover {text-decoration: underline;}

h1 {font-size: 28px; color: #666633; font-weight: normal; font-family: Georgia, "Times New Roman", Times, serif; line-height: 130%;}

h2 {font-size: 20px; color: #666633; font-weight: normal;}

h3 {font-size: 18px; color: #666633; font-weight: normal;}

p {padding: 0 15px 0 0;}

/* ------------------------------------------------------------ RASTER */
#wrap {
width: 1000px;
margin: 0 auto;
text-align: left;
}


#content {
width: 980px;
margin: 0 auto;
text-align: left;
clear:left;
padding: 0 0 0 20px;
}

#left {
width:230px;
float: left;
color: #666633;}

#left h1 {
color: #999900;
font-size: 16px;
line-height: 22px;
}

#header {
background: url(images/bg_navi.jpg) repeat-y top left #999900;
}

#left img{
padding: 0 20px 0 0;}

#inhalt {
background-color: #f2f2f2;
width: 710px;
float: left;
padding: 20px;
}


p.tip {

color: #666633;
font-weight: bold;}
/* ------------------------------------------------------------ Navigation Ebene 1*/


ul.nav {
margin: 0;
padding: 0;
font-family: Georgia, "Times New Roman", Times, serif;
width:230px;
float: left;
padding: 50px 20px 0 0;
height: 300px;
text-align: right;
background: url(images/bg_ecken.gif) no-repeat top left;
list-style: none;
 }
 
 ul.nav li a:link, ul.nav li a:visited {
 color: #fff;}
 
  ul.nav li a.current:link, ul.nav li a.current:visited {
 color: #666633;}
 
ul.nav li{
display: block;
list-style-image: none;
padding: 4px 8px 10px 0;
font-size: 16px;
 }
 

/* --------------------------------------------------------- Klapper */


.demo-show {
width: 700px;

display: block;
  }

.demo-show h3 {
 padding: 5px;
 color: #999900;
 background:url(images/arrow_down.gif) right center no-repeat #fff;

       }
 .demo-show div {
  margin: 10px 0 0 0;
  padding: 0 0 0 5px;
	
      }

/* --------------------------------------------------------- Formular */

form {
	width: 400px;
	border: 1px solid #EEE;
	padding: 10px;
}

label {
	display: block;
	margin-top : 8px;
	width: 100%;
	background-repeat: no-repeat;
}

.blue {
	color: #663;
	font-weight: bold;
}

input, textarea {
width: 350px;
border: 1px solid #660;
padding: 5px;}

input.btn {

width: 150px;
color: #fff;
background-color: #666633;
margin: 20px 0 0 0;
cursor:pointer;}