/* general */

body
{
    font-size: 12px;
    color: #4c4c4c;
    font-family: "Lucida Grande", Helvetica, Tahoma, Arial, sans-serif;
    padding: 0;
    margin: 0;
    background: rgb(72, 75, 77) url('../images/background_4.png') top repeat-x;
}

body *
{
    padding: 0;
    margin: 0;
}
a 
{
	color: #A7A7A7;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
/* layout */

#container
{
    width: 773px;
    border: 1px #626262 solid;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 0px;    
    padding-bottom: 0px;
}

#header
{
    width: 100%;
    height: 94px;
    background: url('../images/header.jpg') top no-repeat;
	text-align: right;
}
#headeren
{
    width: 100%;
    height: 94px;
    background: url('../images/header_en.jpg') top no-repeat;
	text-align: right;
}

#header h1, #header h2
{
    display: none;
}

#menubar
{
    width: 100%;
    height: 34px;
    background: url('../images/menu_background_s.jpg') repeat-x;
    text-align: right;
}


.mainmenu
{
    float: right;
	height: 30px;
    padding-left: 5px;
    padding-right: 5px;
}

.mainmenu a
{
    color: white;
}

.mainmenu a:hover
{
    color: #a7a7a7;
    text-decoration: underline;
}

#page
{
    padding-top: 15px;
    width: 100%;
    padding-bottom: 0px;
}

#sidebar
{
    margin-left: 17px;
    width: 185px;
    padding: 0px 8px 10px 0px;
    float: left;
    background: rgb(255, 255, 255);
    padding-bottom: 40px;
}
#sidebar2
{
    margin-left: 17px;
    width: 180px;
    padding: 0px 8px 10px 0px;
    float: left;
    background: rgb(255, 255, 255);
    padding-bottom: 40px;
}
#text
{
    float: left;
    width: 530px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
}
#textpartneri
{
    width: 530px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
}
#text ul
{
    padding-left: 30px;
}

#pictures
{
    float: right;
    width: 207px;
    padding-right: 15px;
}

/* formatting */

#bottom
{
    text-align: center;
    padding: 0px;
    margin: 0px;
	vertical-align: top;  
    background: url('../images/bottom.jpg') bottom no-repeat;

}
#footer
{
	color: white;
    text-align: center;
    padding: 10px;
    margin: 0px;
    font-size:9px;
}
#footer a
{
    color: white;
    decoration: underline;
}

#footer a:hover
{
    color: #c50022;
}
#menubar
{
    font-weight: bold;
    line-height: 30px;
}

#text a
{
    color: rgb(197, 0, 34);
}

#text a:hover
{
    color: #fff;
    background: #000;
}

#sidebar h2
{
    font-size: 15px;
    color: rgb(0, 0, 0);
    padding-bottom: 9px;
    margin-bottom: 9px;
    padding-left: 9px;
    border-bottom: 1px solid black;
}

#sidebar a
{
	color: #ae0e0e;
    text-decoration: none;
}

#sidebar a:hover
{
	color: #9b9b9b;
    text-decoration: underline;
}

#sidebar ul
{
    font-size: 12px;
    padding-left: 0px;
}

#sidebar li
{
    color: #c50022;
	list-style: none;  
	border-bottom: 1px dotted gray;
	padding-bottom: 8px;	
	padding-top: 8px;

}

#sidebar p
{
    margin-top: 30px;
    text-align: center;
    font-size: 12px;
}

/* TEXT */

.imgright
{
    float: right;
    border: 1px solid gray;
    margin-left: 10px;
    margin-bottom: 10px;
}
.imgleft
{
    float: left;
    border: 1px solid gray;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

#text p
{
    margin-bottom: 12px;
    text-align:justify;
}

#text h1
{
    padding-top: 0px;
    margin-top: 0px;

    margin-bottom: 14px;
	color: #ae0e0e;
    font-size: 20px;
}

#textpartneri h1
{
    padding-top: 0px;
    margin-top: 0px;

    margin-bottom: 14px;
	color: #ae0e0e;
    font-size: 20px;
}

#text h2
{
    margin-top: 6px;
    margin-bottom: 12px;
    font-size: 16px;
}
#textpartneri h3
{
    margin-top: 18px;    
    margin-bottom: 8px;
    padding-bottom: 8px;
    font-size: 18px;
}

#textpartneri a
{
    text-decoration: underline;

}

#text h3
{
    margin-top: 12px;    
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 18px;
}
#text h4
{
    margin-top: 12px;
    margin-bottom: 6px;
    font-size: 13px;
}
