/* CSS Document */
body {
background-color:#000000;
background-image:url(images/bgmenu.gif);
background-repeat:repeat-y;
color:#FFFFFF;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
min-width:780px;
}

/* Ueberschrift Anfang */
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 22px;
	color: #CC6600;
}
/* Ueberschrift Ende */

/* Links Anfang */
a:link    {color:#999999; font-weight:normal; text-decoration:none;}
a:visited   {color:#999999;  font-weight:normal; text-decoration:none;}
a:hover     {color: #FFFFFF; font-weight:normal; text-decoration: underline overline;}
a:active    {color:#FFFFFF; font-weight:normal; text-decoration:none;}
/* Links Ende */

#top {
background-color:#006699;
height:100px;
border-bottom:2px;
border-bottom-color:#CCCCCC;
border-bottom-style:solid;
}

#navi {
width:170px;
float:left;
line-height:18px;

text-align: left; 
border: 1px solid black; 
border-bottom: none; 
margin-bottom: 2em;
}


#navi ul {margin: 0; padding: 0;	
  list-style-type: none;
  text-indent: 20px;letter-spacing: 1px;}
  
#navi li {list-style-image: none;
  margin:0; border-bottom: 1px solid black;}

#navi a {display: block;
  width: 170px;height: 22px;
  font: bold 12px/22px Verdana, Arial, 
  Helvetica, sans-serif; }

#navi  a:link, #navi  a:visited {
  color: #CC6600;text-decoration: none; 
  padding-bottom: 0;}

#navi li a:hover {
  color: #fff;text-decoration: none;}

#navi li a#current {
  color: #fff;text-decoration: none;}

#content {
padding-top:10px;
padding-left:20px;
float:left;
width:500px;
}


/* CSS Anfang Startseite */
#content_start {
width:450px;
}

.start_border {
border:1px;
border-style:solid;
border-color:#003366;
width:450px;
margin-bottom:10px;
padding:5px;
}
/* CSS Ende Startseite */

/* CSS Anfang Tutorials */
.float_tut {
float:left;
width:50%;
}
/* CSS Ende Tutorials */

#start_right {
float:right;
padding-right:20px;
padding-top:20px;
width:200px;
}

.start_rightborder {
border:1px;
border-style:solid;
border-color:#003366;
padding:5px;
margin-left:10px;
margin-right:10px;
margin-bottom:10px;
}

/* Shop */
#shop_white {
float:left;
width:100px;
background-color:#FFFFFF;
color:#000000;
}

#shop_orange {
float:left;
width:100px;
background-color:#FF9900;
color:#000000;
}
