* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	font-family: "Arial";
	color: #1a385b;
	background-color: #fff;
	font-size: 11px;
	margin: 0;
	padding: 0;
	/* This removes the border around the viewport in old versions of IE */
	border: 0;
	width: 100%;
}

/* Defining headings */

/* Bold, 19px */
h1 {
	color: #c9d400;
	font-weight: bold;
	font-size: 1.7273em;
	text-decoration: none;
	margin-bottom: 20px;
}

h1 span {
	color: #1a385b;
}

/* Not bold, but normal (used for products) */
h1.products {
	font-weight: normal;
}

/* Bold, 15px */
h2 {
	color: #c9d400;
	font-weight: bold;
	font-size: 1.3637em;
	text-decoration: none;
	margin-bottom: 20px;
}

/* Normal, 15px, no margin at all */
h3 {
	color: #c9d400;
	font-weight: bold;
	font-size: 1.3637em;
	text-decoration: none;
	margin: 0;
	padding: 0;
	line-height: 110%;
}

/* Sub-Type, different color */
h3.sub {
	font-weight: normal;
	color: #1a385b;
}

h4 {
	margin: 0px;
	font-size: 1.1em;
	font-weight: bold;
}

img {
	border: 0;
}

a {
	color: #1a385b;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* Nice method for clearing floated blocks without having to insert any extra markup
   From http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Outer container holding the layout - ability to center the page */
#outer-container {
	margin: 0;
	width: 1050px;
	text-align: left;
}

/* Main header */
#header {
	clear: both;
	float: left;
	width: 100%;
	height: 120px;
	text-align: left;
	background: #fff;
}

#service-nummer {
	width: 200px;
	height: 120px;
	float: left;
	background: #c9d400 url('/content/images/service_nummer.gif') no-repeat 20px 40px;
}

#service-nummer p {
	padding: 40px 0 0 20px;
	font-size: 120%;
	font-weight: bold;
	display: none;
}

#logo {
	float: right;
	margin-right: 0;
	margin-top: 30px;
	background: #ccc;
}

/* Middle header */
#mid-header {
	clear: both;
	float: left;
	width: 100%;
	height: 250px;
	text-align: left;
}

/* Left side of middle header */
#left-mid-header {
	float: left;
	width: 200px;
	height: 250px;
}

#navigation {
	float: left;
	background: #1a385b;
	width: 200px;
	height: 160px;
}

/* Text-resizing content */
#non-navigation {
	float: left;
	height: 40px;
	width: 200px;
	background: #1a385b;
	color: #c7d200;
	padding-left: 20px;
	padding-top: 10px;
	font-size: 100%;
}

#non-navigation a {
	font-size: 1.1819em;
	font-weight: bold;
	color: #c7d200;
	text-decoration: none;
}
#tuev {
	float: left;
	background: #1a385b;
	width: 200px;
	height: 55px;
        text-align:center;
}
/* Right side of middle header */
#right-mid-header {
	float: left;
	width: 850px;
	height: 250px;
}

#stimmungs-bild {
	background: #F8F6D4;
	width: 850px;
	height: 210px;
}

#impressum-link {
	background: #f8f6d4; /*#fbfce0;*/
	color: #1a385b;
	width: 850px;
	height: 40px;
	text-align: right;
	padding-top: 10px;
}

#impressum-link a {
	margin-right: 20px;
	text-decoration: none;
}

#impressum-link a:hover {
	text-decoration: underline;
}

/* column container */
.inner-container {
	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	position: relative;
	clear: both;
	float: left;
	/* width of whole page */
	width: 100%;
	/* This chops off any overhanging divs */
	overflow: hidden;
}

/* 3 column settings */
.layout {
	/* Right column background colour */
	background: #f8f6d4; /*#fbfce0;*/
}

.layout .middle-column {
	float: left;
	width: 200%;
	/* Width of right column */
	margin-left: -285px;
	position: relative;
	right: 100%;
	/* Centre column background colour */
	background: #f8f6d4; /*#fbfce0;*/
	text-align: left;
	/* Separating border between middle and right column */
	border-right: 5px solid #e4e5c0;/*#f2f3d7;*/
}

.layout .left-column {
	float: left;
	width: 100%;
	margin-left: -50%;
	position: relative;
	/* Left column width + right column width */
	left: 485px;
	/* Left column background colour */
	background: #1a385b;
	text-align: left;
}

.layout .wrap-column {
	float: left;
	width: 50%;
	position: relative;
	/* Width of left column */
	right: 200px;
	/* Centre column bottom padding. Leave it out if it's zero */
	padding-bottom: 1em;
	text-align: left;
}

.layout .main-content {
	/* Centre column side padding:
		Left padding = left column width + centre column left padding width
		Right padding = right column width + centre column right padding width 
	*/
	margin: 10px 305px 0 220px;
	position: relative;
	left: 200%;
	overflow: hidden;
	min-height: 800px;
}

* html .main-content {
	width: 100%;
}

.layout .left-content {
	float: left;
	/* This overrides the float:left above */
	float: right;
	/* Width of left column content (left column width minus left and right padding) */
	width: 165px;
	position: relative;
	/* Width of the left-had side padding on the left column */
	right: 20px;
}

* html .layout .left-column {
	left: 488px;
}

.layout .right-content {
	float: left;
	/* This overrides the float:left above */
	float: right;
	/* Width of right column content (right column width minus left and right padding minus border-width of middle/right box separation) */
	width: 250px;
	/* Width of right column right-hand padding + left column left and right padding */
	margin-right: 50px;
	margin-top: 8px;
	position: relative;
	left: 50%;
}

/* Footer */
#footer {
	clear: both;
	float: left;
	width: 100%;
	text-align: left;
}

/* Navigation Menu */
#navigation ul {
	list-style: none;
	margin-left: 0;
	padding-top: 20px;
}

#navigation li  {
	padding-bottom: 1px;
	margin: 0;
}

/* Define list-items for all menus */
#navigation a {
	display: block;
	background: none;
	color: #c7d200;
	height: 19px;
	width: 200px;
	text-align: left;
	padding-left: 20px;
	line-height: 19px;
	text-transform: uppercase;

	font-size: 1.1819em;
	text-decoration: none;
	vertical-align: middle;
	text-align: left;
	font-weight: bold;
}

#navigation a:hover {
	background: transparent url('/content/images/navigation_active.gif') no-repeat 0 0;
	color: #fff;
}

#navigation a.active,
#navigation a.active:hover {
	background: transparent url('/content/images/navigation_hover.gif') no-repeat 0 0;
	color: #fff;
}

ul#subnav {
	padding-top: 0;
	margin-left: 20px;
}

ul#subnav li {
	padding-bottom: 3px;
}

ul#subnav a {
	width: 180px;
	text-align: left;
	padding-left: 12px;
	text-transform: none;
	height: 17px;
	line-height: 17px;
	font-weight: normal;
}

ul#subnav a:hover {
	background: transparent url('/content/images/subnav_arrow.gif') no-repeat 0 0;
	color: #c7d200;
}

ul#subnav a.active,
ul#subnav a.active:hover {
	background: transparent url('/content/images/subnav_arrow.gif') no-repeat 0 0;
	color: #c7d200;
	font-weight: bold;
}

.left-hand {
	display: block;
	float: left;
	width: 170px;
	position: relative;
}

.left-hand img {
	margin-bottom: 6px;
}

.right-bar {
	margin-left: 175px;
	padding-left: 5px;
	position: relative;
}

.main-content, .right-content {
	line-height: 140%;
	letter-spacing: 120%;
}

ul, li {
	font-size: 100%;
}

ul.small {
	width: 180px;
}

ul.arrow-list {
	margin-left: 20px;
	list-style: none;
}

ul.arrow-list li {
	margin: 0;
	padding: 0;
}

ul.arrow-list li span {
	position: relative;
	display: inline;
	margin-left: -20px;
	padding-right: 20px;
	background: url('/content/images/green_arrow.gif') no-repeat 1px 0;
}

ul.arrow-list li h3 {
	display: inline;
}

ul.arrow-list li h3.sub {
	margin-top: 3px;
	margin-bottom: 5px;
	display: block;
}

.main-content ul {
	margin-left: 12px;
	list-style-type: square;
}

.main-content ul li {
	margin: 0;
	padding: 0;
}

