#page
{	height: 100%; /* das hier fr den ie */}

/* folgende anweisung wird nicht vom ie interpretiert */
#page[id] {	height:auto;	min-height:100%; }	

html{ 
  padding:0px; 
  margin:0px; 
	height:100%;  
	min-height: 100.05%;
} 

body {
	height:100%;
	background-color: #FFFFFF;
	text-align:center;
  	padding:0px; 
  	margin:0px; 
	font: Arial, Helvetica, sans-serif
	background-image: url(../img/design/back.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

h1{
	font-size:14px;
}

.content {
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5;
}

.contentnp {
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5;
}
.contentnp2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5;
}

.formtext
{
	background-color:#EEEEEE;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5;
}
.formtext2
{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.1;
}
.formtextklein
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:1;
}

.form
{
	width:200px;
	background-color:#EEEEEE;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5;
}
.formSmall
{
	width:170px;
	background-color:#EFEFEF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5;
}

.formNW
{
	background-color:#EEEEEE;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5;
}

.form2teilig1
{
	width:170px;
	background-color:#EEEEEE;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5;
}

.form2teilig2
{
	width:25px;
	background-color:#EEEEEE;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5;
}
.form2teilig3
{
	width:55px;
	background-color:#EEEEEE;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5;
}

.form2teilig4
{
	width:140px;
	background-color:#EEEEEE;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5;
}

.form2teilig5
{
	width:97px;
	background-color:#EEEEEE;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5;
}
 
.tabellenueberschrigt
{
	background-color:#FF9C00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;	
	color:#FFFFFF;
}

.formsubmit
{
	background-color:#AACCFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #6AA6FF;
	border-bottom-color: #6AA6FF;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	color:#444444;
	width:140px;
}


.formsubmit2
{
	background-color:#FF9C00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	width:150px;
}


#menu p a:link,#menu p a:visited,#menu p a:focus , a:link,a:visited,a:focus
{
	color: #444444;
	text-decoration: none;
}

#menu p a:hover, p a:hover
{
	color: #444444;
	text-decoration: underline;
}

#menu li a:link, #menu li a:visited,#menu  li a:focus {
	font-weight: normal;
	color: #505367;
	text-decoration: none;
	font-size:11px;
	line-height:1.0;
}
#menu li a:hover {
	font-style: normal;
	color: #505367;
	text-decoration: underline;
	font-size:11px;
	line-height:1.0;
}


#menu p
{
	background-color:#AACCFF;
	margin: 2px 1px 2px 1px;
	padding: 0px 10px 0px 10px;
	height: 20px;
	text-align:left;
	line-height:20px;
	font-size:12px;
	color: #444444;
	font-weight:bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #6AA6FF;
	border-bottom-color: #6AA6FF;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	color: #444444;
}

#menu li
{
	list-style-type: square;	
	margin: 2px 0px 2px -10px;
	font-size: 12px;
	color: #444444;
}

#menu
{
	float: left;
	width: 200px;
	background-color: white;
	height:520px;
	background-image:url(../img/background_navigation.jpg);
	background-repeat:no-repeat;
}

