html,body {
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 12px;
	height: 98%;
	overflow:hidden;
	padding:0px;
}

div.left 
{	
	background-image:url(../img/background.png);
	background-repeat:no-repeat;
	background-color:#000066;
	position:absolute; 
	padding-left:15px;
	width:150px;
	height:98%;
	z-index:0; 
	overflow:auto;
	margin-left:5px;
	margin-top:0px;
	color:#FFFF00;
	font-weight:bold;
}

div.content
{	
	background-color:#CFDAE4;
	margin-left:155px;
	margin-top:0px;
	width:650px;
	position:absolute;
	height:98%;
	z-index:1; 
	overflow:auto;
}

div.galerie{
	width:100%;
}
div.news_frame{
	padding:0px;
	z-index:2;
	position:absolute; 
	margin-left:20px;
	margin-top:20px;
	}

div.news_title{
	padding:5px;
	width:580px;
	text-align: left;
	font-weight:bold;
	margin-top:20px;
	background-color:#A7B4E9;
	color:#000066;
	border-top:solid #000000 1px;
	border-left:solid #000000 1px;
	border-right:solid #000000 1px;
}

div.news_content{
	padding:5px;
	width:580px;
	text-align:left;
	line-height:15px;
	background-color:#FFFFFF;
	border-bottom:solid #000000 1px;
	border-left:solid #000000 1px;
	border-right:solid #000000 1px;
}

div.stuff_title{
	padding:5px;
	width:170px;
	text-align: left;
	color:#000066;
	font-weight:bold;
	margin-top:15px;
	background-color:#A7B4E9;
	border-top:solid #000000 1px;
	border-left:solid #000000 1px;
	border-right:solid #000000 1px;
}

div.stuff_content{
	padding:5px;
	width:170px;
	text-align:left;
	line-height:15px;
	background-color:#ffffff;
	border-bottom:solid #000000 1px;
	border-left:solid #000000 1px;
	border-right:solid #000000 1px;
}

h1{
	padding-left:20px;
	padding-top:20px;
	color:#000066;
	font-size:24px;
	font-weight:bold;
	font-style:italic;
}
p.news_info{
	font-size:12px;
	margin-bottom:10px;
}
p.center{
	text-align:center;
}

p.text{
   padding-right:100px;
}

span.gallery_title{
   color:#000066;
   font-size:18px;
}

span.kommentar{
	margin-top:3px;
	font-size:12px;
	color:#000000;
}

a:link {
color: #000066;
font-weight: bold;
text-decoration: none;
font-size: 12px;
}
a:active {
color: #000066;
font-weight: bold;
text-decoration: none;
}
a:visited {
color: #000066;
font-weight: bold;
text-decoration: none;
}
a:hover {
color: #000066;
font-weight: bold;
text-decoration: underline;
}

a.menulink:link {
color: #ffff00;
font-weight: bold;
text-decoration: none;
font-size: 12px;
}

a.menulink:active 
{
color: #ffff00;
font-weight: bold;
text-decoration: none;
}
a.menulink:visited {
color: #ffff00;
font-weight: bold;
text-decoration: none;
}
a.menulink:hover {
color: #ffff00;
font-weight: bold;
text-decoration: underline;
}
.gallery {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	background-color: #A7B4E9;
	border: 1px solid #A7B4E9;
	cursor: pointer;
}
.gallery:hover {
	text-decoration: none;
}

.frame{
border:solid #000000 1px;
background-color:#FFFFFF;
}
.padding{
padding:6px;
}