/* CSS Document */


/* ====================================================================================================== */
/* GENERAL STYLES */

@charset "iso-8859-1";
* {
	margin:0;
	padding:0;
}
html {
	height: 100%;
	margin-bottom: 0.01em;
	overflow-y:scroll;
}
/* ==========================================================================================================  */



/* BODY */
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/images/pattern_white_gray_148x148.gif);
	background-color: #F3F3F3;
}
/* ==========================================================================================================  */
/* WRAPPER */
.wrapper {
	width: 980px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto; /* the auto margins (in conjunction with a width) center the page */
	margin-bottom: 10px;
	margin-left: auto; /* the auto margins (in conjunction with a width) center the page */
}
/* ==========================================================================================================  */
.wrapper a {
	color:#888;
	text-decoration:none;
	font-size:16px
}
.wrapper a:visited {
	color:#888;
	text-decoration:none;
	font-size:16px
}
.wrapper a:hover {
	color:#000;
	text-decoration:none;
	font-size:16px
}
.wrapper a:active {
	color:#888;
	text-decoration:none;
	font-size:16px
}

/* ==========================================================================================================  */
.container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0;
}
/* ==========================================================================================================  */
/* HEADER */
.header {
	width: 980px;
	height: 130px;
	margin-bottom: 100px;
}
/* ==========================================================================================================  */
/* MENY-DIV */
.menu_div {
	width: 675px;
	float: right;
}
/* ==========================================================================================================  */
/* COMPANY-MENY */
.company_menu {
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	color: #5a3400;
	text-align: right;
	float: left;
	padding: 3px;
	margin-top: 3px;
	clear: right;
}
.company_menu li {
	display: inline;
	padding-right: 12px;
	padding-left: 12px;
}
.company_menu li a {
	border-bottom: none;
	color:#5a3400;
	text-decoration: none;
}
.company_menu li a:hover {
	color:#ffe6f2;
	text-decoration: underline;
}
.company_menu li a:active {
	color:#5a3400;
	text-decoration: none;
}
/* ====================================================================================================== */
/* FLAG_MENU */
.flag_menu {
	list-style-type: none;
	text-align: center;
	width: 110px;
	padding: 3px;
	float: right;
	clear: right;
}
.flag_menu li {
	display: inline;
}
.flag_menu li a {
	text-decoration: none;
}
.flag_menu li a:visited {
	text-decoration: none;
}
.flag_menu li a:hover {
	text-decoration: underline;
}
.flag_menu li a:active {
	text-decoration: none;
}
.flag_menu_inactive {
	text-decoration: none;
	color: #E6EAEE;
}
/* ==========================================================================================================  */
/* LOGO */
.logo_div {
	width: 279px;
	height:64px;
	margin-top:10px;
	margin-left:20px;
	float: left;
}
/* ==========================================================================================================  */
/* SLOGAN */
.slogan {
	font-size: 36px;
	color: #CCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: right;
	margin-top: 25px;
	letter-spacing: 3px;
	float: right;
	width: 640px;
	margin-right: 20px;
	line-height: 36px;
	vertical-align: baseline;
}
/* ==========================================================================================================  */
/* HEADER_DIVIDER */
.top_divider {
	background-color: #CCC;
	background-position: center;
	height: 1px;
	width: 960px;
	margin: 0 auto;
}
/* ==========================================================================================================  */
img {
	border:0px;
}
/* ==========================================================================================================  */
/* MAIN_CONTAINER (main_col + left_col + right_col) */
.main_container {
	width: 960px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/* ==========================================================================================================  */
/* MAIN_COL */
.main_col {
	margin: 20px 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. 
	                      No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:center;
}
.main_col_start {
	margin: 20px 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. 
	                      No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:center;
}
.main_col a {
	color:#00F;
	text-decoration: none;
}
.main_col a:hover {
	color:#000;
	text-decoration: none;
}
.main_col a:active {
	color:#00F;
	text-decoration: none;
}

.h1_main_col {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-bottom: 20px;
	color:#5a3400;
}

/* ==========================================================================================================  */
/* BOXES */

.small_boxes {
	width: 720px;
	float:left;
}
.medium_boxes {
	width: 960px;
	float:left;
}
.large_boxes {
	width: 480px;
	float:left;
}
/* ==================================================  */
.box_small {
	background-color: #FFF;
	width: 160px;
	height: 230px;
	color: #5a3400;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	float:left;
}
.box_medium {
	background-color: #FFF;
	width: 220px;
	height: 290px;
	color: #5a3400;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	float:left;
}
.box_large {
	background-color: #FFF;
	width: 460px;
	height: 550px;
	color: #5a3400;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
}
.box_x_small {
	width:450px;
	height:80px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

/* ==================================================  */
.box_small_bilder {
	width: 140px;
	height: 140px;
	margin-bottom: 7px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
.box_medium_bilder {
	width: 200px;
	height: 200px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 7px;
	margin-left: auto;
}
.box_large_bilder{
	width: 440px;
	height: 440px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.box_x_small_bilder {
	width:80px;
	height:80px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	float:left;
}
/* ==================================================  */
.h1_boxes {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 2px;
}
.h1_boxes a {
	color:#5a3400;
	text-decoration:none;
}
.h1_boxes a:visited {
	color:#5a3400;
	text-decoration:none;
}
.h1_boxes a:hover {
	color:#5a3400;
	text-decoration:none;
}
.h1_boxes a:active {
	color:#5a3400;
	text-decoration:none;
}

.h2_boxes {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-top: 9px;
	margin-bottom: 4px;
}
.h2_boxes a {
	color:#5a3400;
	text-decoration:none;
}
.h2_boxes a:visited {
	color:#5a3400;
	text-decoration:none;
}
.h2_boxes a:hover {
	color:#930;
	text-decoration:none;
}
.h2_boxes a:active {
	color:#5a3400;
	text-decoration:none;
}


.box_medium_text {
	font-size:12px;
	width: 200px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.box_medium_text a {
	color:#5a3400;
	text-decoration:none;
}
.box_medium_text a:visited {
	color:#5a3400;
	text-decoration:none;
}
.box_medium_text a:hover {
	color:#930;
	text-decoration:none;
}
.box_medium_text a:active {
	color:#5a3400;
	text-decoration:none;
}

.box_small_text {
	font-size:12px;
	width: 140px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.box_small_text a {
	color:#5a3400;
	text-decoration:none;
}
.box_small_text a:visited {
	color:#5a3400;
	text-decoration:none;
}
.box_small_text a:hover {
	color:#930;
	text-decoration:none;
}
.box_small_text a:active {
	color:#5a3400;
	text-decoration:none;
}



.small_boxes p {
	font-size:12px;
}
.medium_boxes p {
	font-size:12px;
}
.large_boxes p {
	font-size:12px;
}
/* ==========================================================================================================  */
/* LEFT_MENU */
#leftmenu {
	width: 220px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #930;
	text-decoration: none;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
	float: left;
}
#leftmenu ul.level_one {
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	list-style-type: none;
}
#leftmenu li.level_one {
	margin-top:20px;
}
#leftmenu ul.level_two {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	margin-left:20px;
	list-style-type: disc;
}
#leftmenu ul.level_three {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	margin-left:16px;
	list-style-type: circle;
}
/* ==================================================  */
#active {
	color: #FEE6F2;
	text-decoration:none;
}
/* ==================================================  */
.level_one li a {
	color:#5a3400;
	text-decoration:none;
}
.level_one li a:visited {
	color:#5a3400;
	text-decoration:none;
}
.level_one li a:hover {
	color:#FEE6F2;
	text-decoration:none;
}
.level_one li a:active {
	color:#5a3400;
	text-decoration:none;
}
/* ==================================================  */
.level_two li a {
	color:#5a3400;
	text-decoration:none;
}
.level_two li a:visited {
	color:#5a3400;
	text-decoration:none;
}
.level_two li a:hover {
	color:#FEE6F2;
	text-decoration:none;
}
.level_two li a:active {
	color:#5a3400;
	text-decoration:none;
}
/* ==========================================================================================================  */




/* ==========================================================================================================  */
/* RIGHT_INFO */
.right_info {
	width: 220px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5a3400;
	text-align:left;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	float:left;
}

.right_info h1{
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: normal;
}
.right_info h2 {
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: normal;
}




#navigation {
	font-size: 14px;
	width:440px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.navigation_left {
	width:130px;
	text-align:left;
	float:left;
}
.navigation_middle {
	width:180px;
	text-align:center;
	float:left;
}
.navigation_right {
	width:130px;
	text-align:right;
	float:left;
}

#navigation a {
	color:#5a3400;
	text-decoration:none;
}
#navigation a:visited {
	color:#5a3400;
	text-decoration:none;
}
#navigation a:hover {
	color:#930;
	text-decoration:none;
}
#navigation a:active {
	color:#5a3400;
	text-decoration:none;
}


/* ==========================================================================================================  */
/* MAIN_CONTENT */
.main_content_red {
	padding: 0px;
	margin-top: 0px;
	margin-right: 13px;
	margin-bottom: 0px;
	margin-left: 13px;
}
.main_content_red h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #b4425c;
	font-size: 24px;
	margin-bottom: 10px;
}
/* ==========================================================================================================  */
 /* LEFT_COL */
 .left_col {
	position: absolute;
	top: 220px;
	left: 11px;
	width: 230px;
	padding: 0px;
	background-color: #eeeaeb;
}
 .left_col_start {
	position: absolute;
	top: 220px;
	left: 11px;
	width: 310px;
	padding: 0px;
}
.left_col_heading_grey {
	background-color: #999;
	height: 40px;
	text-align: center;
	color: #FFF;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.left_col_heading h2 {
	font-size: 24px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.left_col a {
	color:#fff;
	text-decoration: none;
}
.left_col a:hover {
	color:#000;
	text-decoration: none;
}
.left_col a:active {
	color:#fff;
	text-decoration: none;
}
.left_col_start a {
	color:#fff;
	text-decoration: none;
}
.left_col_start a:hover {
	color:#000;
	text-decoration: none;
}
.left_col_start a:active {
	color:#fff;
	text-decoration: none;
}
.left_col_content p {
	font-size: 13px;
	margin: 10px;
	color: #666;
}
.left_col_start_content p {
	margin: 10px;
}
.left_col_content_red {
	font-size: 14px;
	margin: 10px;
	color: #B4425C;
}
.left_col_content a {
	color:#666;
	text-decoration: none;
}
.left_col_content a:hover {
	color:#000;
	text-decoration: underline;
}
.left_col_content a:active {
	color:#000;
	text-decoration: none;
}



/* ==========================================================================================================  */
/* AKTUELLT_COL */





/* ==========================================================================================================  */
/* RIGHT_COL */
.right_col {
	position: absolute;
	top: 220px;
	right: 11px;
	width: 230px;
	padding: 0px;
	background-color: #F0F0F0;
}
.right_col_start {
	position: absolute;
	top: 220px;
	right: 11px;
	width: 310px;
	padding: 0px;
}
.right_col_heading {
	font-size: 14px;
	margin: 10px;
	color:#666;
	font-weight:bold;
}
.right_col_img_border {
	border: 1px solid #dcdcdc;
}
.right_col_content p {
	font-size: 12px;
	color:#666;
	margin: 10px;
}
.right_col_start_content p {
	margin: 10px;
}
.right_col_start a {
	color:#fff;
	text-decoration: none;
}
.right_col_start a:hover {
	color:#000;
	text-decoration: none;
}
.right_col_start a:active {
	color:#fff;
	text-decoration: none;
}

/* ==========================================================================================================  */
 /* FOOTER */
.footer {
	width: 600px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 12px;
	color: #aaa;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.footer p {
	font-size: 12px;
}
.footer a {
	color:#aaa;
	text-decoration: none;
}
.footer a:visited {
	color:#aaa;
	text-decoration: none;
}
.footer a:hover {
	color:#000;
	text-decoration: underline;
}
.footer a:active {
	color:#aaa;
	text-decoration: none;
}
/* ==========================================================================================================  */
/* ====================================================================================================== */
 /* DESIGNER */
#designer {
	width: 400px;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#CCC;
	padding-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align: center;
	margin: 70px auto;
}
#designer p {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	color:#ccc;
}
#designer a {
	color:#ccc;
	text-decoration:none;
	font-size:11px
}
#designer a:visited {
	color:#ccc;
	text-decoration:none;
	font-size:11px
}
#designer a:hover {
	color:#5a3400;
	text-decoration:none;
	font-size:11px
}
#designer a:active {
	color:#ccc;
	text-decoration:none;
	font-size:11px
}
/* ==========================================================================================================  */
/* ==========================================================================================================  */
.fltrt { /* this class can be used to float an element right in your page. 
            The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
/* ==========================================================================================================  */
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
/* ==========================================================================================================  */
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}



.space_20 {
	height:20px;
}



/* ==========================================================================================================  */
.red_dot {
	font-family:"Century Gothic";
	font-size: 72px;
	color: #F00;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 80px;
	text-align: center;
}


/* ==========================================================================================================  */
h1 {
	font-family:"Century Gothic";
	font-size: 72px;
	color: #AAA;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 80px;
	text-align: center;
}
h2 {
	font-family:"Century Gothic";
	font-size: 36px;
	color: #AAA;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	margin-bottom: 80px;
}
h3 {
	font-family:"Century Gothic";
	font-size: 24px;
	color: #AAA;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	margin-bottom: 50px;
}
h4 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
h5 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
h6 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
p {
	font-size:14px;
}

.h3_arial a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000;
}
.h3_arial {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000;
}


/* ==========================================================================================================  */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
}
/* ==========================================================================================================  */


/* ==========================================================================================================  */
/* SERVICES-MENY */
.services_menu {
	list-style-type: none;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: right;
	margin-top: 33px;
	margin-right: 50px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.services_menu li {
	display: inline;
}
.services_menu li a {
	border-bottom: none;
	color:#fff;
	text-decoration: none;
}
.services_menu li a:hover {
	color:#000;
	text-decoration: none;
}
.services_menu li a:active {
	color:#fff;
	text-decoration: none;
}



/* ==========================================================================================================  */
/* Tips for absolutely positioned sidebars with header and footer:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly   after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at   the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear   where you desire. */
/* ==========================================================================================================  */
/* 2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when   taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most   content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the footer as well, and the sidebar   would not appear to be contained. */
/* ==========================================================================================================  */
/* 3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document. */
/* ==========================================================================================================  */
/* 4. If the source order is changed, the top value should be equal to the height of the header since this will cause the columns to visually meet the header. */
/* ==========================================================================================================  */
