body {
    font-family: Arial, Helvetica;
    font-size: 12px;
    color: #333;
}

#main {
    width : 990px;
    height : 1102px;
    background-image: url(/images/bg.gif);
    background-repeat: no-repeat;
}
#main_start {
    width : 990px;
    height : 1102px;
    background-image: url(/images/bg_start.gif);
    background-repeat: no-repeat;
}

#logo {
    float: left;
    height: 111px;
    width: 150px;
    margin-top: 19px;
    border-bottom: 1px solid #006ab2;
}

#nav_top_service {
    float: right;
    height: 37px;
    width: 840px;
    margin-top: 93px;
    line-height: 37px;
    border-bottom: 1px solid #006ab2;
}

#nav_top_service a {
    float: right;
    color: #0072BC;
    font-weight: bold;
    text-decoration: none;
}

#nav_top_service a:hover {
    color: #666;
}

#nav_top_service a.subActive {
    color: #666;
}

#nav_top_service .subseparator {
    float: right;
    margin-left: 8px;
    margin-right: 8px;
    height: 37px;
    width: 1px;
    background-image: url(/cms/upload/bilder/layout/separator.gif);
}

#nav_top_service #search_top {
    float: right;
}

#nav_top_service #search_top input {
    margin:0;
    padding:0;
    background-color: #ccc;
    border: 0;
    float: left;
    margin-top: 10px;
    margin-right: 5px;
    width: 50px;
}

#nav_top_service #search_top a {
    float: left;
    border-right: 1px solid #000;
    margin-right: 8px;
    padding-right: 8px;
}

#nav_top_e1 {
    float: left;
    width: 990px;
    height: 37px;
    line-height: 37px;
}

#nav_top_e1 .globalseparator {
    float: left;
    margin-left: 8px;
    margin-right: 8px;
    height: 37px;
    width: 1px;
    background-image: url(/cms/upload/bilder/layout/separator.gif);
}

#nav_top_e1 a {
    float: left;
    color: #0072BC;
    font-weight: bold;
    text-decoration: none;
}

#nav_top_e1 a:hover {
    color: #666;
}

#nav_top_e1 a.navHighlighted {
    color: #666;
}

#nav_top_e2 {
    float: left;
    width: 990px;
    height: 17px;
    margin-top: 5px;
    margin-bottom: 67px;
    line-height: 17px;
}

#nav_top_e2 a {
    float: left;
    color: #0072BC;
    text-decoration: none;
}

#nav_top_e2 a:hover {
    color: #666;
}

#nav_top_e2 a.subActive {
    color: #666;
}

#nav_top_e2 .subseparator {
    float: left;
    margin-left: 8px;
    margin-right: 8px;
    height: 17px;
    width: 1px;
    background-image: url(/cms/upload/bilder/layout/separator.gif);
}

#content {
	float: left;
	width: 760px;
	height: 528px;
	padding-right: 20px;
	background-repeat: no-repeat;
	
}

#content a {
    text-decoration: none;
    color: #006ab2;
}

#content a:hover {
    color: #666;
}

#content h1 {
    font-size: 13px;
    color: #006ab2;
    margin:0;
    padding:0;
    margin-bottom: 20px;
}

#sidebar_right {
    float: right;
    width: 210px;
    height: 100px;
}

#sidebar_right h2 {
    margin:0;
    padding:0;
    font-size: 13px;
    color: #006ab2;
}

#sidebar_right .line_right_top, #sidebar_right .line_right_bottom {
    float: left;
    width: 210px;    
    height: 1px;
    background-image: url(/cms/upload/bilder/layout/line_right.gif);
    background-repeat: repeat-x;
}

#sidebar_right .line_right_top {
    margin-bottom: 20px;
}

#sidebar_right .line_right_bottom {
    margin-top: 20px;
}


