@charset "UTF-8";
/* ################################################################
** # "YAML for TYPO3" (c) by You if you put something in here :) ##
** ################################################################
**
**  Date     : 23.8.07
**  File     : myOwnStyles.css
**  Function : This file is not part of the YAML-CSS-Framework.
**             It was included to give the user the possibility to quickly apply tests, changes or
**             whatever with no need to change the YAML-files and mess up anything.
**             Hmmm. Does this make sense? Anyway, use it or just leave it empty. It will do no harm.
**             This is the last stylesheet beeing imported. So, everything can be overwritten here.
**             Be careful what you put in here and don't hold us responsible for anything that goes wrong...
*/
@media all
{

.upper {
background: none repeat scroll 0%;
border: none;
}

body {
padding: 0 0 0 0;
background: #FFFFFF;

}
h1 {
color:#FF9933;
}

#page {
background-image: none;
border: 0px;
width:990px;
}

#main {
background: transparent;
}

#header {

background: url('/fileadmin/css/ninukot_layout/css/images/header.gif') no-repeat center;
position: relative;
margin: 10px 0 0 0;
padding: 0 0 0 0;
width: 990px;
height: 100px;
}

#nav_main {
background: #FF9933 repeat-x scroll right center;
width: 990px;
}

#teaser {
clear: both;
height: 25px;
width: 990px;
margin: 0 0 10px 0;
}


#page_margins {
background: url('/fileadmin/css/ninukot_layout/css/images/bakgrunnur.gif') no-repeat top;
border: none;
}

#footer {
margin: 10px 0 0 0;
padding: 0;
border: none;
background: url('/fileadmin/css/ninukot_layout/css/images/footer.gif') no-repeat center;
width: 990px;
height: 50px;
}

#col2 {
margin: 35px 0 0 0;
}

#topnav{
top: 60px;
}

#footer {
font-size: 100%;
color: #FFFFFF;
text-align: center;
}

}
