/* @group YUI 2: Reset CSS */

/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
html{
	color:#000;
	background:#FFF;
}
/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF.
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	*font-size:100%; /*to enable resizing for IE*/
}
/*because legend doesn't inherit in IE */
legend {
	color:#000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset { display: none; }

/* @end */



/* @group clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* @end */



/* @group layout */

html, body {
	height: 100%; /* WICHTIG!!! STRECKT ANZEIGENBEREICH AUF 100% */
	min-height: 100%;
	background-color: #494E52;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	letter-spacing: 0.5px;
	color: #323B40;
}

#container {
	margin: auto; /* Div soll zentriert werden */
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height: auto !important; /* Important Regel für moderne Browser */
	height: 100% !important; /* Mindesthöhe für den IE */
	overflow: hidden !important; /* FF Scroll-leiste */ 
}

#container {
	display: table;
}
#col1, #col2 {
	display: table-cell;
}

#container {
	position:relative;
	top: 10px;
	padding:auto;
	margin:auto;
	/*width: 1014px;*/
	width: 988px;
	height: auto;
	background: url(../images/backgrounds/page_background_02.gif) repeat-x left top #848f91;
	border: 1px solid #323B40;
	text-align: left;
}

#col1 {
	width: 328px;
	background-color: #626f74;
}

#col2 {
	width: 660px;
}


#row1, #row2, #row3, #row4 {
	display: none;
}

#row1, #row2, #row3, #row4 {
	width: 328px;
	display: block;
	vertical-align: text-top;
}

#row1 {
	background: url(../images/backgrounds/column1_row1_background.gif) repeat-y left top;
	height: 380px;
}
#row1 #pic {
    margin-left: 40px;
    width: 288px;
}
#row1 #pic img {
    vertical-align: text-top;
}

#row1 #linkBox {
	margin-left: 190px;
	margin-top: 10px;
}

div#linkBox a {
	opacity: 0.6;
	font-size: 15px;
}
div#linkBox a:hover {
	opacity: 1;
}
#row2 {
	height: 15px;
	background: url(../images/backgrounds/column1_row2_background.gif) repeat-y left top;
}
#row3 {
	padding: 20px 0 0;
	white-space: nowrap;
	border: 0 none #BBC5C8;
	background: url(../images/backgrounds/column1_row3_background.gif) repeat-y left top;
}
#row4 {
	height: 1px;
	background: url(../images/backgrounds/column1_row4_background.gif) no-repeat left top;
}

#content {
	margin-left: 50px;
	margin-right: 20px;
}
#contentWrapper {
	content: ".";
	height: 2em;
}

#footer {
	height: 30px;
	display:  table;
}

/* @end */

div#col2 {
	background: url(../images/backgrounds/bg_03.jpg) no-repeat scroll;
}
div#col2 {
	background: url(../images/backgrounds/bg_05.jpg) no-repeat scroll #92a1a4;
}



/* @group Typo */

.nobr {
	white-space: nowrap;
}
hr {
	color: white;
	background-color: white;
	height: 2px;
	margin: 2em 0;
	border-style: none;
}
ul {
    list-style-type: square;
    display: block;
    margin-bottom: 1.5em;
}
ul li {
    margin-left: 3em;
	margin-bottom: .4em;
}
p {
	margin-bottom: 1em;
	line-height: 1.33em;
}
h1 {
	font-size: 1.55em;
	line-height: 1.44em;
	margin-top: 0em;
	margin-bottom: 2em;
}
h1::first-letter {
	font-size: 1.6em;
}
h2, h3 {
	margin-top: 1.5em;
	margin-bottom: .5em;
	color: #fafbfb;
}
h2 + h3 {
	background: inherit;
	margin-top: .75em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.15em;
}


h3+p, h3+*+p, h3+p+p+p, h3+p+p+p+p, h3+p+p+p+p+p  {
	background-color: inherit;
	margin-left: 2em;
}

.slogan {
	font-size: 25px;
	text-align: right;
	color: #99ccff;
}

/* @end */

img.logo {
	vertical-align: top;
}

/* @group Links */

a:focus{
	outline: 0;
}

a:link {
	text-decoration: none;
	color: #E9F0F4;
}
a:visited {
	text-decoration: none;
	color: #E9F0F4;
}
a:hover {
	text-decoration: underline;
	color: #E9F0F4;
}
a:active {
	text-decoration: none;
	color: #E9F0F4;
}

/* @end */



/* @group Menu */

a.main_menu, a.main_menu:link, a.main_menu:visited {
	font-size: 15px;
	letter-spacing: 2px;
	text-decoration: none;
	color: #99ccff;
}
a.main_menu:hover, a.main_menu:active, a.main_menu.active  {
	color: #f8c01a;
}

img.main_menu {
	margin-left: 31px;
	margin-right: 97px;
	text-align: left;
	vertical-align: middle;
}

div.menuelement {
	height: 37px;
	vertical-align: middle;
}
.f-nav{ z-index: 9999; position: fixed; top: 0; } /* this make our menu fixed


/* @end */