@charset "utf-8";
/* CSS Document */

/* * * Allmänna taggar * * */

body{
margin:0;
background-color:#28081d;
font-family:"Courier New", Courier, monospace;
color:#FFFFFF;
/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
}

a:active,a:link,a:visited{
color:#FF00AD;
text-decoration:none;
}
a:hover{
color:#29ABE2;
margin-bottom:10px;
}

p{
color:#EEE;
font-size:12px;
}

h1{
color:#29ABE2;
font-size:22px;
}

h3{
color:#29ABE2;
font-size:20px;
}

/* * * Layout * * */

#header{
width:100%;
height:170px;
background-image:url(../gfx/images/header_bg.gif)
}

#headerInside{
width:900px;
height:170px;
margin:auto;
}

#main{
width:100%;
/*background-color:#00FFFF;*/
background-image:url(../gfx/images/footer_bg2.gif);
background-position:bottom;
background-repeat:no-repeat;
margin:auto;
}

#outerContainer{
width:830px;
margin:auto;
}

#leftFlash{
width:150px;
height:420px;
float:left;
background-image:url(../gfx/images/tempvanster.png);
background-repeat:no-repeat;
}

#rightFlash{
width:150px;
height:420px;
float:left;
background-image:url(../gfx/images/temphoger.png);
background-repeat:no-repeat;
}

#mainContainer{
width:438px;
padding-left:45px;
padding-right:45px;
float:left;
background-color:#000000;
min-height:420px;
border-left:#B41D78 1px solid;
border-right:#B41D78 1px solid;
}

#containerFooter{
height:130px;
width:530px;
clear:both;
margin:auto;
background-image:url(../gfx/images/underBar.gif);
background-repeat:no-repeat;
}

/* * * Menyn * * */

#meny{
margin:auto;
height:20px;
margin-top:40px;
margin-bottom:5px;
font-size:13px;
font-weight:900;
}
#meny ul{

display: inline;
list-style: none;
}

#meny ul li{
display: inline;
list-style: none;
margin-right:12px;
}



/* * * MainContainer * * */

.datum{
color:#FF00AD;
}

#contentBody{
margin-top:20px;
}

#contentBody img{
float:left;
margin-right:15px;
margin-top:3px;
margin-bottom:10px;
}

.current:link,.current:active,.current:visited,{
color:#ffffff;
}

.news-date{
color:#960542;
}

.event{
color:#ffffff;
}

#anmalFormular{
margin:auto;
margin-left:72px;
}
#eventFormular{
margin:auto;
margin-left:72px;
}

#startPageFooter{
font-size:11px;
}
