@charset "utf-8";

/****************************************************
 * description:		main css-styles for wienerwaldputz.at
 * author: 			christoph batik
 * email:			christoph.batik@keynet.at
 * web:				www.keynet.at
 * **************************************************
 */
 
 
/* css normalize
--------------------------------------------------- */

/* margin, padding */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Entfernt list-style von Listen */
ol,ul { list-style : none; }

/* font-style und font-weight */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Zellen-Abstände in Tabellen */
table { border-collapse : collapse; border-spacing : 0; }

/* Entfernt Rahmen um fieldset und img */
fieldset,img { border : 0; }



/* formatierung uebergeordnet
--------------------------------------------------- */

html { overflow-y: scroll; }
html, body { width: 100%; height: 100% }
legend { display: none; }

body {
	color: #000;
	background-color: #d2d2d5;
	text-align: center;
	margin: 0;
	font-weight: 400px;
}

body, td, input, textarea, select {
	font: 12px/100% Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.clearfix { clear: both; }

a { color: #5ea9d9; }
a:link { color: #5ea9d9; }
a:visited { color: #5ea9d9; outline: none; }
a:hover { color: #d7e9f5; text-decoration: none;}
a:focus { color: #d7e9f5; outline: none; -moz-outline-style: none; text-decoration: none; }



/* layout
--------------------------------------------------- */

#container {
	/*position: absolute;
	float: left;
	top: 0px;
	left: 50%; */
	width: 960px;
	/*margin: 0 0 0 -480px; */
	margin: 0 auto;
	text-align: left;
	height: 100%;
	min-height: 100%;
	position: relative;
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */ 
	height:100%; /* Mindesthöhe für den IE */ 
	overflow: hidden !important; /* FF Scroll-leiste */
	background: #c8dbe7 url('../img/pics/knoten.jpg') 0 90px no-repeat; 
}

.qr_code {
	position: absolute;
	left: 50%;
	margin: 0 0 0 490px;
	bottom: 25px;
	width: 40px;
}

#wrapper {
	float: left;
	width: 100%;
}


/* header
--------------------------------------------------- */

.logo {
	float: left;
	margin: 10px 0 0 33px;
}

header {
	width: 100%;
	height: 90px;
	background: #b4b4b9;
}

header span {
	font-size: 36px;
	color: #6ebe46;
}


/* general
--------------------------------------------------- */

.general {
	float: left;
	position: absolute;
	top: 12px;
	left: 320px;
}

.general li {
	display: inline-block;
	background: transparent url('../img/bg_general.gif') center right no-repeat;
	padding: 0 8px;
	height: 15px;
	zoom: 1; /* for > IE7 */
    *display: inline; /* for > IE7 */
}

.general li.last {
	background: transparent;
	padding-right: 0;
}

.general a {
	color: #fff;
	text-decoration: none;
	/*letter-spacing: -1px;*/
}


/* navigation
--------------------------------------------------- */

.main_nav {
	float: left;
	position: relative;
	z-index: 597;
	background: #fff url('../img/bg_mainnav.png') 1px 0 repeat-x;
	width: 585px;
	height: 55px;
	margin: 40px 0 0 129px;
	/*-webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -khtml-border-bottom-left-radius: 8px;
    -khtml-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px; */
    -webkit-border-radius: 0 0 8px 8px;
    -khtml-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    -webkit-box-shadow: 1px 1px 9px #9da1a5;
    -moz-box-shadow: 1px 1px 9px #9da1a5;
    box-shadow: 1px 1px 9px #9da1a5;
    border-left: 1px solid #dfdfe2;
    border-right: 1px solid #dfdfe2;
    border-bottom: 1px solid #dfdfe2;
    padding: 0 0 0 5px;
}


ul.main_nav li,
ul.main_nav ul {
	list-style: none;
}

ul.main_nav li {
	display: inline-block;
	background: transparent url('../img/bg_mainnav_li.png') top left no-repeat;
	width: 190px;
	height: 31px;
	margin: 18px 5px 0 0;
	vertical-align: middle;
	zoom: 1; /* for > IE7 */
    *display: inline; /* for > IE7 */
}


ul.main_nav li.hover,
ul.main_nav li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
	background: transparent url('../img/bg_mainnav_li_act.png') top left no-repeat;
}

ul.main_nav li a, ul.main_nav li:hover a {
	display: block;
	padding: 10px 0 0 6px;
	margin: 1px 0 0 1px;
	width: 182px;
	height: 21px;
}

ul.main_nav li:hover a {
	background: #fff;
	color: #5ea9d9;
}

ul.main_nav a {
	color: #4d4d4d;
	text-decoration: none;
	font-size: 15px;
	/*letter-spacing: -1px; */
}	


ul.main_nav ul {
	display: block;
	visibility: hidden;
	position: absolute;
	top: 28px;
	left: 0;
	z-index: 598;
	border-left: 1px solid #bebec2;
	border-right: 1px solid #bebec2;
	border-bottom: 1px solid #bebec2;
	width: 188px; 
	background-color: #fff;
	text-align: left;
	padding: 10px 0 5px 0;
}

ul.main_nav li:hover ul li {
	text-align: left;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	border: 0;
	background: transparent;
	display: block;
}

ul.main_nav li:hover ul li a  {
	padding: 5px 0px;
	margin: 0;
	width: auto;
	height: auto;
	color: #4d4d4d;
	font-size: 12px;
	border-top: 1px dotted #dcdcdc;	
	margin: 0 6px;
}

ul.main_nav li:hover ul li a:hover {
	color: #5ea9d9;
}

ul.main_nav ul li:hover {
	background: transparent;
}

ul.main_nav a:hover, ul.main_nav a.hover, ul.main_nav a.active {
	color: #5ea9d9;
}

ul.main_nav li:hover > ul {
 visibility: visible;
}


.sub_nav {
	float: left;
	margin: 30px 0 0 34px;
	width: 300px;
}

.sub_nav h2 {
	color: #5ea9d9;
	font-weight: normal;
	font-size: 20px;
	/*letter-spacing: -1px;*/
	margin-bottom: 20px;
}

.sub_nav li {
	padding: 4px 0;
}

.sub_nav a {
	display: block;
	padding: 4px 0 4px 14px;
	color: #4d4d4d;
	/*letter-spacing: -1px; */
	text-decoration: none;
}

.sub_nav a:hover, .sub_nav a.active {
	color: #4d4d4d;
	background: #b4b4b9 url(../img/arrow_subnav.gif) center right no-repeat;
}


/* content
--------------------------------------------------- */

.main_content { float: left; }

.content, .content_no_bg {
	width: 510px;
	background: #fff;
	min-height: 300px;
	float: left;
	margin: 13px 0 0 0;
    -webkit-box-shadow: #929ea6 1px 1px 9px;
    -moz-box-shadow: #929ea6 1px 1px 9px;
    box-shadow:  #929ea6 1px 1px 9px;
    padding: 31px;
    /*letter-spacing: -1px; */
    line-height: 145%;
    color: #4d4d4d;
    z-index: 1;
    position: relative;
}

.content_no_bg {
	background: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	min-height: auto;
	padding: 0 0 0 31px;
	width: 541px;
}

.content h1 {
	font-size: 18px;
	font-weight: normal;
	color: #4d4d4d;
	margin-bottom: 20px;
	line-height: 100%;
}

.content p, .content ul, .content ol {
	margin-bottom: 18px;
}

.content ul li {
	list-style: none;
	margin-left: 8px;
	background: transparent url('../img/bullet.gif') 0px 8px no-repeat;
	padding-left: 12px;
}

.content a:hover {
	color: #75c4f6;
	text-decoration: none;
}

.content_no_bg .csc-default {
	background: #fff;
	margin: 20px 0;
	-webkit-box-shadow: 2px 2px 6px #929ea6;
    -moz-box-shadow: 2px 2px 6px #929ea6;
    box-shadow: 2px 2px 6px #929ea6;
}

.content_no_bg h1 {
	background: #5fa9da;
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	padding: 10px 10px 13px 10px;
}

.content_no_bg p, .content_no_bg ul {
	padding: 15px 10px;
}

p.blauebox { background-color: #5fa9da; color: #ffffff; padding: 10px;}
p.blauebox a, p.blauebox a:hover { color: #fff; }
	


/* footer
--------------------------------------------------- */

footer {
	background: #b4b4b9;
	height: 22px;
	width: 100%;
	position: absolute;
	bottom: 0;
	/*letter-spacing: -1px; */
	color: #fff;
	z-index: 2;
}

.copyright {
	float: left;
	margin: 4px 0 0 334px;
}

.notes {
	float: right;
	margin: 4px 56px 0 0;
}

.copyright a, .notes a  {
	color: #fff;
	text-decoration: none;
}