/* ================================================================== */ 
/*              Standard-CSS für www.kuli311coupe.de                  */
/* ================================================================== */

/* allgemeine Einstellungen */
body 
{
 font-family:Verdana;
 font-size:12px;
 background-color:#bdbec6;
 text-align:center;
 margin:0px;
}


/* Einstellungen für die Überschriften */
h1 {font-size:20px;color:#ffffff;margin-top:10px;margin-bottom:0px;}
h2 {font-size:18px;color:#ff0000;margin-top:10px;}
h3 {font-size:16px;color:#000000;margin-top:10px;}
h4 {font-size:10px;color:#ff0000;margin-top:10px;}

/* allgemeine Schriften */
p, .p, li, ul {
 font-size:0.9em;
 line-height:1.8em;
 font-family:verdana, arial, sans-serif;
 margin-top:0;
}

ul, li {
 font-size:0.9em;
 text-align: left;
}


/* Einstellungen für allg. Link-Elemente */
a:link, a:visited, a:active, a:hover
{ 
  text-decoration:underline;
  font-weight:normal;
  color:#ff0000;
  font-size:12px;
}

a:active, a:hover
{ 
  color:#009999;
}

/* prüfen, ob überflüssig
code {font-size:14px;color:#0000ff;}
pre
{
 font-size:14px;
 color:#0000ff;
 padding:5px;
}
*/

/* Container links, der das Menü enthält */
#left {
background-color:#bdbec6;
width:128px;
float:left;
}

/* CSS-MenüContainer */
.menucontainer {
font-size:10px;
border:1px solid #000;
background-color:#7b7d8e;
width:104px;
margin:8px;
}

/* CSS-Title-Button des Menüs */
.menutitle{
font-size:10px;
font-weight:bold;
text-align:center;
margin:2px;
}

/* CSS-Einstellungen Menü-Button */
a.menu {
 font-size:10px;
 display:block;
 padding:2px;
 border-top:1px solid #000;
 background-color:#737994;
 text-align:center;
 color:#eeeeee;
 text-decoration:none;
 }

/* CSS-Einstellungen für Link-Elemente im Menü-Button */ 
a:link.menu, a:visited.menu { 
 color:#eeeeee;
 background-color:#737994;
 text-decoration:none; font-weight:bold;
}

a:hover.menu, a:active.menu { 
 color:#737994; 
 font-weight:bold;
 background-color:#eeeeee;
}

/* Container, der die Inhalte enthaelt (rechts) */
#page {
 padding: 0px 5px;
 margin-left:170px;
 background-image: url('../bilder_hp/hintergrund.jpg');
 text-align: justify;
 border:0px solid #000000;
}


/* Container, der die Inhalte enthaelt (rechts) */
#link {
 background-image: url('../bilder_hp/hintergrund.jpg');
 text-align: left; 
}

/* Einstellung Kopfzeile */
#title {
 height:34px;
 padding:5px;
 margin-left:-165px;
 background-color:#7b7d8e;
 border-bottom:1px solid #000;
}

#logo {
float:right;
margin-left:3px
}
/* Einstellung für den Hauptinhalt der Homepage */

#content {
text-align:center;
}

#contentleft {
text-align:left;
}

.absatz {
 padding: 20px 5px; 
 width : 100%;		
 max-width : 920px;
 clear : both;
}

/*
border:1px solid #efeff7;
float:right;
width:710px;
background-image: url('../bilder_hp/hintergrund.jpg');
background-color:#efeff7;
*/
