@charset "utf-8";
/* CSS Document */

body
	{
	background-color:#594f58;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	font-size:12px;
	text-align:justify;
	color:#909090;
	background-image:url(pic/bg.gif);
	}

div#center
	{
	margin:0 auto;
	width:980px;
	background-color:#594f58;
	}

div#head
	{
	width:100%;
	height:93px;
	margin-top:5px;
	margin-bottom:5px;
	background-color:#594f58;
	color:#FFFFFF;
	background-image:url(pic/bg_header.gif);
	}

div#right
	{
	float:left;
	width:795px;
	background-color:#333333;
	}

div#righttop
	{
	float:left;
	width:795px;
	height:15px;
	background-color:#333333;
	background-image:url(pic/bg_content_oben.gif);
	}

div.rightcontent
	{
	float:left;
	width:775px;
	padding:10px;
	background-color:#fdddfa;
	}

div.rightinsert
	{
	float:left;
	width:775px;
	padding:10px;
	background-color:#801986;
	//border:1px #FFFFFF solid;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	}
	
div.rightpic
	{
	width:387px;
	float:left;
	text-align:center;
	}
	
	div.rightpic img{
		border:solid 1px #000000;
		padding: 2px;
		background-color:#FFFFFF;
		}

div#rightbottom
	{
	float:left;
	width:795px;
	height:15px;
	background-color:#333333;
	background-image:url(pic/bg_content_unten.gif);
	}

div#left
	{
	float:left;
	width:180px;
	background-color:#333333;
	}

div#lefttop
	{
	width:180px;
	height:15px;
	background-color:#333333;
	background-image:url(pic/bg_navi_oben.gif);
	}

div#leftcontent
	{
	width:180px;
	background-color:#fdddfa;
	}

div#leftbottom
	{
	width:180px;
	height:15px;
	background-color:#333333;
	background-image:url(pic/bg_navi_unten.gif);
	}

div#spacer
	{
	width:5px;
	height:5px;
	float:left;
	}	

div.navihead
	{
	width:180px;
	}

div.navicontent
	{
	width:180px;
	}

div.clear
	{
	clear:left;
	margin:0px;
	padding:0px;
	height:0px;
	line-height:0px;
	font-size:0px;
	}



/*Textformatierung*/

a
	{
	color:#FFFFFF;
	}

a:visited
    {
	color:#FFFFFF;
	}

a:hover
    {
	color:#FFFF00;
	}



.navicontent a
    {
	color:#801986;
	}

.navicontent a:visited
    {
	color:#801986;
	}

.navicontent a:hover
    {
	color:#F799ED;
	}

ul
	{
	margin:0px;
	padding:0px;
	}
	
li
	{
	list-style:none;
	margin:0px;
	margin-top:7px;
	margin-left:5px;
	padding:0px;
	}
/*




div.contentwide
	{
	width:780px;
	margin:5px;
	}

div.content_extra
	{
	width:770px;
	margin-left:0px;
	margin-bottom:15px;
	padding:5px;
	border:1px #FFFFFF solid;
	background-color:#FF9900;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	}

div.content
	{
	width:385px;
	float:left;
	margin:5px;
	}

div.row
	{
	margin-bottom:10px;
	}

	
div.naviheader
	{
	color:#FFFFFF;
	text-align:right;
	margin-top:10px;
	}
	
div.headertext
	{
	padding:20px;
	}

/*Textformatierung*/
/*
h1
	{
	margin:0px;
	padding:0px;
	font-size:18px;
	}	

h3
	{
	margin:0px;
	padding:0px;
	font-size:12px;
	}

a
	{
	color:#FFFFFF;
	}

a:visited
	{
	color:#FFFFFF;
	}
	
a:hover
	{
	color:#FFFF00;
	}
	
a img
	{
	border:solid #FFFFFF 1px;
	}



hr
	{
	color:#FFFFFF;
	}