a:link  {
	color:#336699;
	text-decoration: underline;
}
a:active  {
	color:#336699;
	text-decoration: underline;
}
a:visited {
	color:#336699;
	text-decoration: underline;
}
a:hover {
    color:#224160;
	text-decoration: underline;
}

P {
	margin-top: 0px;
	margin-bottom: 5px;
}

html, body {
	color: #fff;
	padding:0px;
	margin:0px;
	background: url("../images/bg.gif");
	background-repeat: no-repeat ;
  	background-position: top left;
	} 

BODY, TABLE, TR, TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5e5e5e;
	line-height: 12pt;
}

 ul {
	margin-left:		0;
	margin-top:         0;
	padding: 			0 0 0 19px;
	list-style:			square;
}




/*INHALTE UND TEXTE*/

.inhalttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 10px 20px 0px 20px;
	color:#336699;
}

.navitext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 32px;	
	padding: 18px 17px 0px 0px;
	text-align:right;
	color:#336699;
	text-transform: uppercase;
}





/*LAYOUT UND PLAZIERUNG*/

#header{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 776px;
	height: 116px;
}

#navigation{
	position: absolute;
	top: 116px;
	left: 0px;
	width: 177px;
	height: 424px;
}

#sprache{
	position: absolute;
	top: 500px;
	left: 0px;
	width: 177px;
	height: 50px;
}

#content{
	position: absolute;
	left: 177px;
	top: 116px;
	width: 440px;
	height: 100%;
}

#bildbereich{
	position: absolute;
	left: 617px;
	top: 136px;
	width: 159px;
	background-color: #ccc;
}





/*FORMULARE*/

.inputfeldmedium	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	border-bottom:1px solid #b6c4d3;
	border-left:1px solid #b6c4d3;
	border-top:2px solid #d6e0eb;
	border-right:2px solid #d6e0eb;
	height:15px;
	text-decoration : none;
	background-color: #d6e0eb;
	width: 345px;
}

.button	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	border:2px solid #003366;
	text-decoration : none;
	background-color: #003366;
	width: 80px;
	cursor: pointer;
}

.textfeld	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	border-bottom:1px solid #b6c4d3;
	border-left:1px solid #b6c4d3;
	border-top:2px solid #d6e0eb;
	border-right:2px solid #d6e0eb;
	text-decoration : none;
	background-color: #d6e0eb;
	width: 430px;
}




