@charset "utf-8";
/* CSS Document */

*{
margin: 0;
padding: 0;}

body{
font-family: Arial, Verdana, Helvetica, sans-serif;
background: url(../Bilder/bg_grey.gif) repeat-y left;
padding-top:20px;
padding-bottom:30px;
/*width: 100%; */}




/* right column */
div#sidebar{
display:none;
float: right;
width: 180px; /*Width of right column*/

padding-top: 125px; 
margin-right:15px;
}

/* left column */
div#navicontainer{
float: right;
width: 200px; /* Width of left column*/
margin-left:55px;
background-image:url(../Bilder/Logo_klein.png);
background-repeat:no-repeat;
padding-top: 125px; 
background-position:top;

 }
/* give the content some padding */
div#content {
/* oben rechts unten links */
padding: 0px 220px 0px 270px;}

div#content p.center {
	padding-top:10px;
	text-align:center;}





/* content style [start] */
p{
font-size: 14px; 
}

div#content p {
  line-height:135%;
  margin-bottom:20px;
}


h1{
font-weight: normal;
text-align: center;
font-size: 28px;
color: #666;
padding-top: 10px;
padding-bottom: 28px;
line-height: 38px; }

h2{
color: #666;
font-size: 16px;
font-weight: bold;margin-bottom:8px; }

h3{
margin-top:0;
color: #666;
font-size: 14px;
font-weight: bold; }
/* content style [end] */

/* content wrapper */
div#contentwrapper {
background: url(../Bilder/bg_grey.gif) repeat-y left;
/*float: left;*/
width: 100%;}




div#sidebar h2{
margin-bottom: 15px; }



div#navicontainer img{
margin-bottom: 43px;}

div#navicontainer p{
margin-bottom: 25px;}

div#grey_column {
/*background: rgb(204, 204, 204);*/
float: left;
height: 500px;
margin-right: 5px;
width: 21px;}


div#sidebar h3{
color: #666;
font-weight: normal;
margin-bottom: 20px; }

div#sidebar h3 a{
	text-decoration:none;}

.red{color: rgb(174, 21, 101);}

.yellow{color: rgb(239, 213, 34);}

.blue{color: rgb(49, 78, 163);}

.black{color: #000;}

img.right{
	float:right;
	margin-left:10px;}
