html, body{
    background-color: #ffffff;
    height: 100%;
    margin: 0px;
}

body{
	background-image: url(/img/designgfx/index_top_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

body, a:link, a:visited, a:active, a:hover, p, td, div, span{
    font-family: Verdana;
    font-weight: normal;
    font-size: 10px;
    text-decoration: none;
    color: #ffffff;
}

a:hover{
    text-decoration: underline;
}

.center_div{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.maindiv_wrapper{
	width: 1000px;
	text-align: left;
    position: relative;
}

.top{
    width: 1000px;
    height: 132px;
    background-image: url(/img/designgfx/top.png);
    background-repeat: no-repeat;
}

.menu{
    width: 769px;
    height: 35px;
    margin-left: 112px;
    background-image: url(/img/designgfx/menubg.png);
    background-repeat: no-repeat;
    margin-bottom: 5px;
}

.menu ul
{
    margin: 5px 0px 0px 0px;
    margin-left: 200px; 
    list-style: none;
}

.menu li{
    display: inline;
    height: 35px;
    margin-left: 20px;
}

.menulink, a.menulink:link, a.menulink:visited, a.menulink:active, a.menulink:hover{
    font-family: georgia;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
}

a.menulink:hover{
    text-decoration: underline;
}

.referencer_holder
{
    width: 200px;
    margin-left: 112px;
    padding-top: 45px;
    float: left;
    background-image: url(/img/designgfx/referencer.png);
    background-repeat: no-repeat;
    background-position: top;
    background-color: #c2c2c2;
}

.referencer{
    width: 100%;
    margin-left: 5px;
    margin-bottom: 10px;
}

.referencer_bund{
    width: 200px;
    height: 5px;
    background-image: url(/img/designgfx/referencer_bund.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

.content_holder{
    width: 556px;
    float: right;
    margin-right: 120px;
}

.content_top{
    width: 556px;
    height: 5px;
    background-image: url(/img/designgfx/mainbg_top.png);
    background-repeat: no-repeat;
}

.content{
    width: 546px;
    min-height: 200px;
    background-color: #a0a0a0;
    padding-left: 5px;
    padding-right: 5px;
}

.content h1{
    font-size: 24px;
    margin: 0px 0px 10px 0px;
    font-weight: normal;
}

.content h2{
    font-family: Georgia;
    font-size: 15px;
    margin: 0px 0px 10px 0px;
    font-weight: normal;
}

.content_text{
    margin: 10px 5px 10px 0px; 
    min-height: 53px;
    background-image: url(/img/designgfx/content_grafik_top.png);
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.content_bund{
    height: 53px;
    background-image: url(/img/designgfx/content_grafik_bund.png);
    background-repeat: no-repeat;
    margin-top: -30px;
}

.content_bottom{
    width: 556px;
    height: 4px;
    background-image: url(/img/designgfx/mainbg_bund.png);
    background-repeat: no-repeat;
}

.clear{
    clear: both;
}

.forsidefrise{
    width: 539px;
    height: 238px;
    margin-bottom: 10px;
    margin-left: 3px;
    margin-top: 3px;
}

/*
Slidemenu CSS
*/

.arrowlistmenu{
    width: 185px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
    height: 21px;
    width: 100%;
    font-family: Georgia;
    font-size: 18px;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 0px; /*bottom spacing between header and rest of content*/
    padding: 4px 0 4px 3px; /*header text is indented 10px*/
    color: #ffffff;
    cursor: hand;
    cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
    background-color: #4f5b6d;
    padding-left: 5px;
    width: 185px;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
    padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
    font-family: Georgia;
    color: #ffffff;
    display: block;
    padding: 2px 0;
    padding-left: 19px; /*link text is indented 19px*/
    text-decoration: none;
    font-weight: normal;
    font-size: 15px;
    width: 160px;
}

.arrowlistmenu ul li a:visited{
    color: #ffffff;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
    color: #4f5b6d;
}

.categoryitems{
    padding-right: 20px;
}

.menu_spacer{
height: 1px;
border-top: 1px dashed #ffffff;
margin-top: 10px;
}

/*
Slidemenu CSS end
*/
