/* CSS Document */

body { 
	background-color: #737373 ;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
 	text-align:center;
	position:relative;
	height:auto;
}

.mainpanel{
	position:relative;
	background-color: #DBDAD7 ;
	width: 960px;
	height: 580px;
	margin-bottom:auto;
	margin-left:auto;
	margin-right:auto;
	padding-top:15px;
	margin-top:auto;
	vertical-align:middle;
}

.navigationbar {
	border-right: 1px solid #D8D6FF;
	border-left: 1px solid #D8D6FF;
	overflow:hidden;
	width: 700px;
	height:auto;
	visibility: visible;
	display: inline;
	position:relative;
	top:0px;
	right:30px;
}


ul.navbar li{
	list-style-type: none;
	width:20%;
	float:left;
}

.otherLink {
   color: #FFFFFF;
   text-decoration: none;
}

.currentLink {
   color:#737373 ;
   text-decoration: none;
}


.gudrunbanner {
	position: relative;
	margin:20px;
	float:left;
	top: 54px;
	left: 130px;
	height:55px;
	overflow: hidden;
	visibility: visible;
}

.vitatextarea{
	background-color: #DBDAD7;
	font-size: 13px;
	color:#737373 ;
	border:none;
	width:400px;
	height:auto;
}

ul.vitatext li{
	list-style-type: none;
	margin-top: 0px;
	text-align:left;
	line-height:19px;
}

.vitatable{
	text-align:left;
	border:none;
	left:0px;
	position:relative;
}

p{
	background-color: #DBDAD7;
	font-family: Verdana, Geneva, sans-serif;
	color:#737373 ;
	border:none;
	position:relative;
	left:320px;
	text-align:left;
	text-decoration: none;
	float:left;
	width:570px;
	top:70px;
}

.gudrunsbilder {
	position: relative;
	width:870px;
	height:auto;
	visibility: visible;
	display:table;
	left:110px;
	top: 135px; 
}


ul.gudrunsbilder li {
	list-style-type: none;
	display:table-cell;	
	float:left;
	width: 25%;
	text-align:justify;
	
}



a:link {
	text-decoration: none;
}    /* unvisited link */

a:visited {
    text-decoration: none;
}
 
 
a:hover {
	color:#737373;
	text-decoration: underline;
}   /* mouse over link */

a:active {
	text-decoration: none;
}  /* selected link */
