/* ---------------------------------------------------------------------- */
/* www.studentenartikel.de ---------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* Stand: 27.10.2009 
/* ---------------------------------------------------------------------- */



/* ---------------------------------------------------------------------- */
/* WebSite--------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */

*
{
 padding: 0;
 margin: 0;
}

img
{
 border:0;
}

body
{
 font-family: Verdana;
 font-size: 10px;
 background-image:url(../bild/hg.gif);
}

#wrapper
{
 margin: 0 auto;
 margin-top: 50px;
 margin-bottom: 50px;
 width: 750px;
 border: 4px solid #592918;
 background-image:url(../bild/hg_wrapper.gif);
}

/* ------------------- */
/* Links-------------- */
/* ------------------- */

a:link          
{ 
  text-decoration: none;
  color: #3f3f3f;
}
a:visited       
{ 
  text-decoration: none;
  color: #3f3f3f;
}
a:active        
{
  text-decoration: none;
  color: #3f3f3f;
}
a:hover         
{ 
  text-decoration: none;
  color: #798c7b;
}



/* ---------------------------------------------------------------------- */
/* Header---------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */

#header
{
 float: left;
 width: 750px;
 height: 200px;
 background-image:url(../bild/top.jpg);
 background-repeat: repeat-x;
}


/* ---------------------------------------------------------------------- */
/* navgation------------------------------------------------------------ */
/* ---------------------------------------------------------------------- */

#navigation 
{
 float: left;
 width: 750px;
 height: 30px;
 background-image:url(../bild/hg_navigation.gif);
}

#nav
{
 margin-left: 0px;
 width: 750px;
 padding-top: 1px;
}


ul#nav-h
{
 margin: 0;
 padding: 0;
 list-style: none;
 position: relative;
}

ul#nav-h ul
{
 width: 160px; /* Sub Menu Width */
 margin: 0;
 list-style: none;
 display: none;
 position: absolute;
 top: 100%;
 left: 0;
}

ul#nav-h ul ul, ul#nav-h ul ul ul
{
 top: 0;
 left: 100%;
}

ul#nav-h li
{
 float: left;
 display: inline;
 position: relative;
}

ul#nav-h ul li
{
 width: 100%;
 display: block;
}

/* ------------------- */
/* Erste Ebene-------- */
/* ------------------- */

ul#nav-h a
{

 padding: 6px;
 float: left;
 display: block;
 background: ##f0b16a;
 color: #dedcc5;
 font: bold 13px Verdana;
 text-decoration: none;
 height: 1%;
}

ul#nav-h a:hover,ul#nav-h li:hover a,ul#nav-h li.iehover a
{
 background: #798c7b;
 color: #FFF;
}


/* ---------------------------------------------------------------------- */
/* Content--------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */


#content 
{ 
 float: left;
 color: #333;
 margin: 20px;
 width: 710px;
 display: inline;
 text-align: justify;
 font-size: 12px;
}

#content h1
{ 
  font-size: 13px;
  font-family: Verdana;
  font-weight: bold;
  color: #483f22;
  padding: 0px;
}

#content h2
{ 
  font-size: 12px;
  font-family: Verdana;
  font-weight: bold;
  color: #483f22;
  padding: 0px;
}

/* ---------------------------------------------------------------------- */
/* Footer---------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */

#footer
{ 
 width: 750px;
 clear: both;
 height:20px;
 font-family:Verdana;
 font-size:8pt;
 color: #483f22;
 padding-top: 10px;
 text-align:center;
}

/* Formulare------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */

.button
{
font-size:9pt;
color:#486198;
background-color:#ffffff;
BORDER-BOTTOM: 1px solid #486198;
BORDER-LEFT: 1px solid #486198;
BORDER-RIGHT: 1px solid #486198;
BORDER-TOP: 1px solid #486198;
}

.felder
{
font-size: 9pt;
color:rgb(51,51,51);
background-color:#92b0d4;
BORDER-BOTTOM: 1px solid #486198;
BORDER-LEFT: 1px solid #486198;
BORDER-RIGHT: 1px solid #486198;
BORDER-TOP: 1px solid #486198;
BODY {
scrollbar-face-color:rgb(255,255,255); 
scrollbar-highlight-color:rgb(255,255,255); 
scrollbar-shadow-color:rgb(255,255,255); 
scrollbar-3dlight-color:rgb(133,146,175); 
scrollbar-arrow-color:rgb(239,184,187); 
scrollbar-track-color:rgb(255,255,255); 
scrollbar-darkshadow-color:rgb(133,146,175);
}
}  
