
/* FRAMEWORK 
================================== */

body
{
    background-image: url(../img/back.jpg);
    background-attachment: fixed;
    font-family: Verdana, Arial;
    font-size: 11px;
    color: #000;
}

h1
{
    font-family: Myriad Pro, Century Gothic, Arial, Verdana;
    font-size: 20px;
    font-weight: bold;
    color: #cd212a;
    margin-bottom: -10px;
}

h3
{
    font-family: Myriad Pro, Century Gothic, Arial, Verdana;
    font-size: 18px;
    font-weight: bold;
    color: #cd212a;
    margin-bottom: 0px;
}

h5
{
    font-family: Myriad Pro, Century Gothic, Arial, Verdana;
    font-size: 18px;
    font-weight: bolder;
    color: White;
}

p
{
    font-family:  Verdana, Arial;
    font-size: 11px;
    font-weight: normal;
    margin-left: 1px;
}


a:link
{
    text-decoration: none;
    color: #333;
}

a:hover
{
    text-decoration: underline;
    color: #333;
}

a:visited
{
    text-decoration: none;
    color: #333;
}

#wrap
{
    background-image: url(../img/contentBack.png);
    width: 990px;
    float: left;
}

.odd
{
    background-color:#ccc;
    }
    
    
.thumb
{
    border:3px solid #ccc;
    margin-right:5px;
    margin-top:5px;
    }

#uberwrap
{
    width: 990px;
    margin: 0 auto;
}

.headerTop
{
    width: 990px;
    float: left;
    height: 188px;
}


.menu
{
    float: left;
    margin-left: 15px;
    width: 960px;
    height: 37px;
    background-color: Black;
    font-weight: normal;
    font-size: 11px;
}

.menu ul
{
    margin: 0 0 0 0;
    padding: 0;
}

.menu ul li
{
    padding-top: 13px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    list-style: none;
    height: 31px;
}

.menu a
{
    color: White;
}


/* NEWS
================================== */

.aktuellt_header
{
    font-family: Myriad Pro, Century Gothic, Arial, Verdana;
    font-size: 20px;
    font-weight: normal;
    color: #cd212a;
}

.aktuellt_item
{
    font-family: Verdana, Arial;
    font-size: 11px;
}


/* Easy Slider 
====================================*/

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		padding: 0;
		margin: 0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:387px;
		height:302px;
		overflow:hidden;
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:38px;
		height:73px;
		position:absolute;
		left:10px;
		top:125px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:370px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:38px;
		height:54px;
		background:url(../img/btn_prev.png) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../img/btn_next.png) no-repeat 0 0;	
		}	

