/*Style-Sheet für CC-C Web Pages*/

<style type="text/css">
*{margin:0;padding:0;list-style:none;}
hr{margin:5px 0;}

p,div,address,blockquote,nobr,b,i,ul,ol,li,td,th { 
	color:black; 
	font-family: Arial, Verdana, sans-serif;
	font-size:12px;
}
em {font-style:normal;font-weight:bold;}
pre {font-size:12px;color:blue;padding:5px;}
code {font-size:14px;color:blue;}

h1, h2, h3, h4, h5, h6 {
	color:#696969; font-family: Verdana, Arial, sans-serif;}
h1 {font-size:22px;margin-top:10px;margin-bottom:3px;}
h2 {font-size:18px;margin-top:8px;margin-bottom:3px;}
h3 {font-size:14px;margin-top:6px;margin-bottom:3px;}
h4 {font-size:12px;margin-top:5px;margin-bottom:3px;}

div,td,th,address,nobr { font-size:12px; }
/* normaler Text */

.comp { color: #0000ff; font-weight: bold; }
.comm { color: #ffff00; font-weight: bold; }
.cons { color: #00C000; font-weight: bold; }

.footer { color: #000000; font-size:8pt; font-weight: normal; }
/* Warnmarkierung */
.wichtig { margin-left: 10%; margin-right: 10%; text-align:center; color: #000000; background: #ffff00; font-weight: bold; }

datum {
  text-align:right;
  font-size:8px;}

body {
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	background-color:#cccccc;
	/*margin:0px;*/
	width:98%;
	margin:0 auto;
	text-align:left;
	border:1px solid #000000;
	}

/* Seitenkopf */
#title {
  height:98px;
  padding:5px;
  background-color:#cccccc;
}
/* Obere Navigation*/
#navi{
 text-align:right;
 padding:3px;
 background-color:#ffff66;
 border-top:1px solid #666;
 border-bottom:1px solid #666;
}

/* Container, der die Menüs links enthält */
#menus{
  position:absolute;
  left:0px;
  top:135px;
  background-color:transparent;
  padding:5px;
  width:200px;
  /*border:1px solid #000;*/
}

/* Link Darstellung */
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;
}
/* Menu Darstellung alt */
a.menu {
	display:block;
	padding:3px;
	border-top:1px solid #000000;
	background-color:#b0b0b0;
	text-align:center;
	color:#eeeeee;
	text-decoration:none;
}
a.menu:link, a.menu:visited
{ 
	color:#eeeeee;
	background-color:#b0b0b0;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
}
a.menu:active, a.menu:hover
{ 
	color:#737994;
	font-weight:bold;
	background-color:#eeeeee;
}

.menutitle{
  font-weight:bold;
  text-align:center;
  letter-spacing:1px;
  margin:2px;
}
.menucontainer {
  border:1px solid #000000;
  background-color:#7b7d8e;
  /*width:100%;*/
  margin:10px;
}

/* Text bzw Seiten Container */
#content {
  border:1px solid #efeff7;
  background-color:#e0e0e0;
  margin-left:200px;
  padding:0 10px;
}


/* Bildunterschriften */
dl.bu {padding:0px;}
dl.bu dt {margin:0;}
dl.bu dd {margin:2px 0 0 0;text-align:center;font-size:9px;color:#696969;}

