/* Formatvorlage: menu.css */
/* Erstellt: 14-08-2004 von Peter Bergner; pb@css-technik.de */
/* Projekt: CSS-Technik - www.css-technik.de */

/* Allgemeine Formatangaben nur fürs Design */
body {font-family: arial,helvetica,sans-serif;}
h1 {font-size: 28px;}
h2 {font-size: 20px;}
h3 {font-size: 13px;}
p {font-size: 14px;}
#inhalt {width:100%;}

/* hier folgt das wirklich Wichtige ;) */
body {
	background: #fcfdd9;
	color: #220d59;
	height:100%;
	margin:0; /* margin:0 und padding:0 sind notwendig um die "blinde" Scrollleiste im IE zu entfernen */
	padding:0;
}
body>#menu { /* wird von allen Browsern außer IE unterstützt */
	position:fixed;
}
#menu {
	left:0;
	top:0;
	width:100%;
	height:160px;
	background: #fcfdd9;
	z-index:4;
}
body>#inhalt { /* wird von allen Browsern außer IE unterstützt */
	position:static;
}
body>#rahmen { /* wird von allen Browsern außer IE unterstützt */
	padding-top:180px;
}

.ul_menu1 {
list-style-type: none;
margin: 0;
padding: 0;
}

.menu1 a{
line-height: 15px;
font-size: 11px;
font-weight: bold;
display: block;
height: 15px;
text-decoration: none;
color: #220d59;
text-indent: 15px;
/*background-image:url(images/menue-punkt.gif);*/
background-position: left center;
background-repeat: no-repeat;
}
	 
.menu1 a:hover{
background-image:url(images/nav-bullet.gif);
background-position: left center;
background-repeat: no-repeat;
}

.klein{
	font-size: 9px;
}

.bildunterschrift {
	font-size: 10px;
}

IMG.rahmen {
	margin: 15;
	border: 1px solid #220d59;
}

LI,TD {
	font-size: 14px;
}

A {
	color: #3333cc;
}

.formtxt {
	font-size: 12px;
	border: 1px solid #252170;
	color : #252170;
}

.links {
	 background-color: #F4F5E1;
}

.unsichtbar {
		visibility: hidden;
		width: 1px;
		height: 1px;
		font-size: 1px;
}
