﻿*
{
    margin: 0;
    padding: 0;
}

body
{
    background:#FFF url(../img/skies.jpg) repeat-x;
    font-family: Georgia, "Times New Roman" , Times, serif;
    color:#333333;
}

.messages 
{
	text-align:center;
}


#wrapper
{
    width: 990px;
    height: 310px;
    margin-left: auto;
    margin-right: auto;
}


#top
{
    width: 990px;
    height: 305px;
}

#middle
{
    width: 980px;
    margin-left:5px;
    margin-bottom:15px;
    background-color:#FFF;
    min-height:630px;
}

#middleLeft
{
    width: 200px;
    float:left;
}

#middleRight
{
    width: 290px;
    float:right;
	position:relative;
}

#bottom
{
    position: relative;
    width: 980px;
    background: url('../img/bottomTile.jpg') repeat-x;
    height: 150px;
    margin-left:5px;
    margin-right:5px;
    padding-top:15px;
    margin-top:10px;

}

#bottomline
{
    position:absolute;
    float:left;
    bottom:30px;
    text-align:center;
    left:0px;
    width: 980px;
    color:White;
    font-size:11px;
    font-family: Verdana;
}


#search
{
    width: 200px;
    height: 45px;
    position: absolute;
    right: 5px;
    top:10px;
    font-size: 11px;
}

#facebookLike 
{
    width: 222px;
    height: 200px;
    position: absolute;
    right: 5px;
    top:50px;
}

.searchField
{
    width: 165px;
    height: 22px;
    background: url(../img/searchBg.gif) no-repeat;
    background-position: right;
    border: none;
    position: relative;
    font-size: 11px;
    float: left;
    bottom: 5px;
    padding-top: 8px;
    overflow: inherit;
    font-family: Georgia, "Times New Roman" , Times, serif;
    text-indent: 5px;
}

.rightColumn
{
	margin-top:270px;
    width: 222px;
    right:0;
    top:0;
    background: url(../img/aktueltBgTile.gif) repeat-x top;
    border: 1px solid #cccccc;
    position:absolute;
    height:350px;
    overflow:auto;
}


#mainContent
{
    width: 655px;
    margin-top: 10px;
    padding-left: 25px;
}

#mainContentIcons
{
    width: 690px;

}

h1
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 22px;
    margin-bottom:20px;
}

h2
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 18px;
}

h2.subMenu 
{
	background-color:#e7e7e7;
	padding:10px;
	font-size:16px;
	font-weight:normal;
	text-transform:uppercase;
}

.contentText
{
    font-family: Verdana;
    font-size: 13px;
    display:block;
    margin-top:5px;
}

.date 
{
	color:#666;
	display:block;
	font-size:12px;
	margin-top:5px;
}

.ingress 
{
	font-weight:bold;
	margin-bottom:10px;
}

.contentTextSmall
{
    font-family: Verdana;
    font-size: 11px;
}

a.aktueltLink
{
    color: #27607e;
    text-decoration: none;
    font-size: 15px;
}

a:hover.aktueltLink
{
    color: #27607e;
    text-decoration: underline;
    font-size: 15px;
}


a.contentTextSmall
{
    color: #27607e;
    text-decoration: none;
}

a:hover.contentTextSmall
{
    color: #27607e;
    text-decoration: underline;
}

.gallery 
{
}

.gallery .image 
{
	float:left;
	border: 3px solid #e7e7e7;
	padding:5px;
	margin:10px;
	min-height:120px;
	min-width:120px;
	text-align:center;
	position:relative;
}

.gallery .image .info 
{
	position:absolute;
	bottom:5px;
	left:10px;
	font-size:12px;
	text-align:center;
	margin-top:5px;
}

#news 
{
	padding:10px;
	position:relative;
}

#news h2 
{
	font-weight:normal;
	margin-bottom:10px;
}

#linkContainer 
{
	margin-left:auto;
	margin-right:auto;
	width:980px;
	text-align:center;
	*margin-left:40px;
	*margin-top:20px;
}

#linkContainer .innholdslenke 
{
	text-align:left;
	display:inline-table;
	*float:left;
	color:White;
    font-size:12px;
    margin-right:50px;
}

#linkContainer .innholdslenke a 
{
	color:#FFF;
	text-decoration:none;
}

#linkContainer .innholdslenke a:hover
{
	color:#FFF;
	text-decoration:underline;
}

.newsLinks 
{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	padding: 0 10px 0px 10px;
	margin-top:5px;
}

.newsLinks .prev 
{
	float:left;
}

.newsLinks .next 
{
	float:right;
}

.newsLinks a
{
	color: #27607e;
    text-decoration: none;
    font-size: 11px;
    font-family:Verdana;
}

.newsLinks a:hover 
{
	color: #27607e;
    text-decoration: underline;
}


.searchResultItem 
{
	margin-bottom:10px;
}

.searchResultItem a 
{
	padding-left:10px;
	color: #27607e;
    text-decoration: none;
    font-size: 15px;
}

.searchResultItem a:hover 
{
	text-decoration:underline;
}

