﻿*
{
	font-size: 12px; 
	font-family: Trebuchet MS, Helvetica, sans-serif;
}

a
{
    color: #039fe0;
    font-weight: bold;
    text-decoration: none;
}

a:hover
{
    color: #ee7f00;
}


body, form
{
    margin: 0px;
    padding: 0px;
}

.body
{
    background-image: url(../images/layout/bg.gif);
    background-repeat: repeat-x;
}


#wrapper 
{
    width:1050px;
    /*margin:auto;*/
}

#container 
{
    float:left;
    width:800px;
}

#left 
{
    float:left;
    width:230px;
    margin-left:20px;
}

#right 
{
    float:right;
    width:550px;
}

#logo
{
    padding-bottom:41px;
    padding-left:30px;
}

#content
{
    margin-top:20px;
}

#imageHeader
{
    margin-top:20px;
    height:202px;
}

.MasterImgHeaderSv
{
    width:550px;
    height:202px;
    background-image: url(../images/layout/topImage/topImage.jpg);
    background-repeat: repeat-x;
}

.MasterImgHeaderEn
{
    width:550px;
    height:202px;
    background-image: url(../images/layout/topImage/topImageEn.jpg);
    background-repeat: repeat-x;
}

.MasterImgHeaderDe
{
    width:550px;
    height:202px;
    background-image: url(../images/layout/topImage/topImageDe.jpg);
    background-repeat: repeat-x;
}

#sidebar 
{
    margin-top:135px;
    
    float:right;
    width:230px;
    margin-left:20px;
}

#profile
{
    background-color:#cfbf9c;
    padding: 20px 15px 0px 25px;
    width:170px;
}

#profileBottom
{
    background-image: url(../images/layout/profileBottom.gif);
    background-repeat:no-repeat;
    height:25px;
    width:210px;
}

#clearing 
{
    height:0px;
    clear:both
}

H1, H1 font, td H1
{
	font-size:23px;
	font-family:Georgia;
	font-weight:lighter;
	padding-top:0px;
	margin-top:0px;
}

H2, H2 font, td H2
{
	font-size:18px;
	font-weight:lighter;
	font-family:Georgia;
	line-height: 15px;
	padding: 0;
	margin: 0;
	margin-bottom: 0;
	padding-bottom: 8px;
}


H3, H3 font, td H3
{
	font-size:19px;
	font-weight:lighter;
	font-family:Georgia;
}

H4, H4 font, td H4
{
	font-size:17px;
	font-family:Georgia;
}

H5, H5 font, td H5
{
	font-size:15px;
	font-family:Georgia;
}

hr
{
 	height:1px;
 	border:0px;
 	color: #e6e6e6;
	background-color: #e6e6e6;
}

#adminEdit
{
    width:700px;
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
}

/********/
/* Menu */
/********/

#menuBottom
{
    background-image: url(../images/layout/menu/bottom.gif);
    background-repeat:no-repeat;
    height:25px;
    width:210px;
}

#menucontainer
{
    background-color: #d1e2ef;
    padding: 20px 15px 0px 25px;
    width:170px;
    text-align:left;
    
}

#menucontainer input
{
    display:none;
}

#menucontainer .ulList
{
	margin: 0; 
	padding: 0;
	list-style-type: none;
}

#menucontainer li
{
	margin: 0px; 
	padding: 0px;
}

#menucontainer li a
{
	font-weight: bold;
	display: block;
	width:170px;
	margin: 0;
	padding-bottom:3px;
	text-align:left;
	text-decoration: none; 
	color: #000;
	text-transform:uppercase;
}

#menucontainer li a span
{
    font-family: Arial, Helvetica, Sans-Serif;
}

#menucontainer li a.cascading
{
    
}

#menucontainer li a.cascaded
{
    padding-bottom:0px;
    color: #ee7f00;
}
	

#menucontainer li a:hover, #menucontainer li a.selected
{
	color: #000;
	color: #ee7f00;
}

#menucontainer li li a
{
	margin: 0;
	padding-left:10px;
	padding-bottom:2px;
	padding-top:0px;
	text-transform:none;
	background-image: url(../images/layout/menu/before.gif);
    background-repeat:no-repeat;
}

#menucontainer li li a:hover, #menucontainer li li a.selected
{
    background-image: url(../images/layout/menu/beforeHover.gif);
    background-repeat:no-repeat;
}


/********/


.rubrik
{
    font-size:23px;
	font-family:Georgia;
	font-weight:lighter;
	padding-top:0px;
	margin-top:0px;
}

.dgHeader td, .gvHeader th
{
    border-bottom: solid 1px #000;
}

.dgRow td, .gvRow td
{
    border-bottom: solid 1px #e6e6e6;
    background-color:#fff;
}

.dgRowCurrent td
{
    border-bottom: solid 1px #e6e6e6;
     background-color:#f2f2f2;
}