/* html */

* html {
    filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

* html .clearit {
    height: 1%;
}

/* CSS RESET */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,select,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0;
    vertical-align: top;
}

input, select {
    vertical-align: baseline;
}

textarea {
    font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
}

input[type=text],
input[type=password],
textarea {
    font-size: 12px;
    background: #fff;
    color: #000;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
}

fieldset,img {
    border: 0;
}

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

strong {
    font-weight: bold;
    font-style: normal;
}

em {
    font-weight: normal;
    font-style: italic;
}

ol,ul {
    list-style: none;
}

caption,th {
    text-align: left;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: bold;
    margin-top:15px;
}

q:before,q:after {
    content: '';
}

abbr,acronym {
    border: 0;
}

/* BASE CSS */

#page {
    color: #000;
    font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    line-height: 1.5;
    color: #1b1b1b;
    padding-top: 5px;
    position: relative;
}

/* links */

a {
    color: #913233;
    text-decoration: none;
    -moz-outline: none;
}

a:hover {
    color: #913233;
    text-decoration: underline;
}

/* misc */

sub,
sup {
    font-size: 0.75em;
    line-height: 0.1;
}

span.shoutCount {
    color: #666;
}

.nowrap {
    white-space: nowrap;
}

small {
    font-size: 10px;
}

/* clearing */

.clearit:after,
#content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearit,
#content {
    zoom: 1;
}

/* Forms */

input[type=text],
input[type=password],
textarea {
    border: 1px solid #bbb;
    padding: 3px;
}

/* Headers H1 - H6 */
h1 {
    font-size: 18px;
    color: #913233;
    font-weight: bold;
    line-height: 1.2em;
}

h2 {
    font-size: 14px;
    color: #913233;
    font-weight: bold;
    line-height: 1.5em;
}

h2 img {
    vertical-align: text-bottom;
}

h5 {
    font-size: 11px;
    color: #913233;
    font-weight: bold;
}

/* Buttons */

a.button,
input.button,
button.button,
a.confirmButton,
input.confirmButton,
button.confirmButton {
    padding: 0 4px;
    border: 1px solid #ccc;
    border-color: #999 #858585 #666 #858585;
    color: #fff;
    background: #f8f8f8;
    font-size: 11px;
    cursor: pointer;
    vertical-align: middle;
    vertical-align: baseline;
    text-decoration: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #9b9b9b;
    font-weight: bold;
    line-height: 16px;
    text-shadow: #9b9b9b 0 -1px 1px
}
a.confirmButton,
input.confirmButton,
button.confirmButton {
    border-color: #505050 #404040 #2d2d2d #404040;
    font-weight: bold;
    background: url(#/confirm_button.png) left top repeat-x #515151;
    text-shadow: #515151 0 -1px 1px
}
a.button:hover,
input.button:hover,
button.button:hover,
a.confirmButton:hover,
input.confirmButton:hover,
button.confirmButton:hover {
}
a.button:active,
input.button:active,
button.button:active,
a.confirmButton:active,
input.confirmButton:active,
button.confirmButton:active,
a.activeButton,
input.activeButton,
button.activeButton {
}

input.confirmButton[disabled],
input.disabledConfirmButton {
    color: #bbb;
}



/******* FOOTER *******/

#LastFooter {
    font-size: 11px;
    text-align: left;
    line-height: 1.181818em;
    overflow: hidden;
    margin: 0px 0 0 110px;
    padding: 15px;
    background: #fff;
    color: #1b1b1b;
    border: 1px solid #ffebce;
    border-width: 0px 5px 5px 1px;
    -moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
    
}

#footerLinks {

    padding: 15px 0 0 0;
    margin: 0 -30px 0 0;
    list-style-type: none;
}

#footerLinks blockquote {
    font-family: "Lucida Sans", sans-serif;
    font-style: italic;
    font-size: 12px;
    margin: 0.2em 0 0.5em 0;
}

#footerLinks * {
    margin: 0;
    padding: 0;
}

#footerLinks li {
    display: block;
    float: left;
    width: 25%;
    _width: 24%;
}

#footerLinks li.first {
    margin-left: 0;
}

#footerLinks dt {
    font-weight: bold;
    margin-bottom: 0.6em;
}

#footerLinks dt a {
    text-decoration: underline;
}

#footerLinks dt a:hover {
    color: #913233;
    text-decoration: underline;
}


#footerLinks dd {
    margin-bottom: 0.2em;
}

#footerLinks dd a:hover {
    color: #913233;
    text-decoration: none;
}

#footerLogos {
    border-top: 1px solid #ccc;
    color: #aaa;
    margin-top: 30px;
    padding-top: 10px;
    overflow: hidden;
}

#footerLogos p {
    margin-bottom: 15px;
    text-align: center;
}

#footerLogos p a {
    color: #666;
}

#LastFooter a {
    color: #666;
}

#footerLogos span {
    padding-left: 0.4em;
    border-left: 1px solid #ccc;
}

#footerCopy {
    margin-top: 15px;
    color: #666;
    font-size: 10px;
}

#footerCopy a {
    color: #666;
    text-decoration: underline;
}

#footerCopy a:hover {
    color: #913233;
    text-decoration: underline;
}

#footerCopy blockquote {
    font-family: "Lucida Sans", sans-serif;
    font-style: italic;
    font-size: 12px;
    margin: 0.2em 0 0.5em 0;
}

/* quotes */

span.quote {
	display: block;
	margin: 5px 0 1.5em 0;
	padding: 5px;
	background: #f5f5f5;
	border: 1px solid #ccc;
}

span.quote span.quote {
    margin: 5px 0 0 0;
}

/* Full-width layout */

body {
    background:  #4F1D21;
}

#page {
    margin: 0 auto;
    min-width: 913px;
    max-width: 1102px;
}

* html div#page {
    width: expression(documentElement.clientWidth < 912 ? "913px":"auto");
}

/*************** CONTENT - Pagelayout ***************/

div.sic {
    padding: 0 15px;
}

div.sic #content {
    position: relative;
    clear: both;
    margin: -15px 0 0 110px;
    padding: 0 15px 15px 15px;
    min-height: 400px;


    background: #fff url(../images/background.png) repeat-x;
    overflow: visible;
    border: solid #ffebce;
    border-width: 1px 5px 0px 1px;
    
    
filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

/*************** SIC - Pagelayout ***************/

div.sic #content .fullWidth {
    margin: 15px 0;
    clear: both;
}

#page .twoCols h2 {
    margin-left: 0;
}

.twoCols {
    overflow: hidden;
}

div.sic #content .leftColumn,
.twoCols .leftColumn {
    float: left;
    display: inline;
    overflow: hidden;
    width: 50%;
}

div.sic #content .leftColumn .wrapper,
.twoCols .leftColumn .wrapper {
    margin: 0 7px 15px 0;
    zoom: 1;
}

div.sic #content .rightColumn,
.twoCols .rightColumn {
    float: right;
    display: inline;
    overflow: hidden;
    width: 49%;
}

div.sic #content .rightColumn .wrapper,
.twoCols .rightColumn .wrapper {
    margin: 0 0 15px 7px;
    zoom: 1;
}

/*
    Stuff for all layouts
*/

#LastFooter {
    clear: both;
}

* html #LastFooter {
    height: 1%;
}

/********** HEADER ************/

#header {
    height: 67px;
    /* hacky hacks */
    margin-left: 20px;
    margin-right: -10px;
    color: #fff;
    z-index: 99;
    line-height: 1;
    background-image: none;
    margin-top: 5px;
}

* html #header {
    background-image: none;
}

#headerWrapper {
    background-image: url(#/flatness/header_left3.png);
    background-position: left top;
    background-repeat: no-repeat;
    /* hacky hacks */
    margin-left: 90px;
    padding: 10px 0 0 0;
    position: relative;
    /*height: 52px;*/
}

#header a {
    color: #fff;
}

#header a:hover {
    color: #fff;
    text-decoration: underline;
}

#header h1 {
    position: absolute;
    top: 7px;
    left: 21px;
    width: 98px;
    height: 50px;
    text-indent: -9999px;
    overflow: hidden;
}

#header h1 a {
    display: block;
    height: 40px;
    width: 98px;
    padding-top: 10px;
}

#header h1 a img {
    display: block;
}

#header h1 span {
    display: none;
}

/*-------------------------------------
 	SiteNav - Linkes Menü
---------------------------------------*/

#secondaryNavigation {
    position: absolute;
    left: -151px;
    top: -1px;
    width: 150px;
    z-index: 10;
    font-size: 11px;
    line-height: 2em;
    font-weight: normal;
}

div.sic #secondaryNavigation {
    top: -1px;
}

#secondaryNavigation ul {
    overflow: hidden;
    padding: 1px 0 0 0;
    border-top: 1px solid #FFEBCE;
    background: #fff url(../images/background.png) repeat-x;
}

#secondaryNavigation li {
    display: block;
}

#secondaryNavigation li a {
    display: block;
    width: 145px;
    margin: -1px 0 0 0;
    padding: 4px 5px 5px 10px;
    text-decoration: none;
    background: transparent;
    border: 1px solid #FFEBCE;
	border-right: 2px solid #FFEBCE;
    color: #5F2326;
}
#secondaryNavigation li.first a {
    border-top: 0;
}

#secondaryNavigation li a:hover,
#secondaryNavigation li.current a {
    color: #913233;
    background: transparent;
}
#secondaryNavigation li.current a {
    border-right-color: #FFEBCE;
    font-weight:normal;
}

/* 2. Ebene*/

#secondaryNavigation ul li ul {
    width:145px;
    padding: 1px 0 0 5px;
    border:none;
    font-weight:normal;
}

#secondaryNavigation ul li ul li a {
    display: block;
    width: 135px;
    margin: -1px 5px 0 0;
    padding: 4px 5px 5px 15px;
    text-decoration: none;
    background: transparent;
	border:none;
	font-weight:normal;
}

#secondaryNavigation ul li ul li.current a {
    font-weight:normal;
}

/* 3. Ebene*/

#secondaryNavigation ul li ul li ul {
    width:145px;
    margin-left:-4px;
    padding: 1px 0 0 10px;
    border:none;
    font-weight:normal;
}

#secondaryNavigation ul li ul li ul li a {
    display: block;
    width: 130px;
    margin: -1px 5px 0 0;
    padding: 4px 5px 5px 20px;
    text-decoration: none;
    background: transparent;
	border:none;
	font-weight:normal;
}

#secondaryNavigation ul li ul li ul li.current a {
    font-weight:normal;
}

/*-------------------------------------
 	SiteNav - Topmenü
---------------------------------------*/


#siteNav ul {
	margin-left:			0px;
	z-index:				1;
	    background: #fff url(../images/background.png) repeat-x;
	    
	    filter:alpha(opacity=80);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;

}

#siteNav li {
	float:					left;
	position:				relative;
	top:					0;
	left:					0;
}

#siteNav li a {
	padding:				12px 12px 2px 12px;
}

#siteNav li.current a {
	margin-bottom:			-1px;
}

#siteNav li ul {
	display:				none;
	position:				absolute;
	top:					0;
	left:					0;
	margin:					0;
	padding:				0;
}

#siteNav ul:after {
    content:				"."; 
    display:				block; 
    height:					0; 
    clear:					both; 
    visibility:				hidden;	
}

#siteNav li ul li ul {
	position:				relative;
}

#siteNav li ul li {
	width:					auto;
}

#siteNav li > ul {
	top:					auto;
	left:					auto;
}

#siteNav li:hover ul {
	display:				block;
}

#siteNav li.current ul {
	padding-bottom:			1px;
}

#siteNav li {
	font-size:				12px;
	text-align:				center;
}

#siteNav li li {
	text-align:				left;
}

#siteNav li li li {
	text-indent:			10px;
}

#siteNav a {
	text-decoration:		none;
	display:				block;
}

#siteNav {
	background:				transparent;
}

#siteNav li {
}

#siteNav li a:link, #siteNav li a:visited {
	background:				transparent;
	color:					#913233;
}

#siteNav li a:hover {
	background:				transparent;
	color:					#FFEBCE;
	text-decoration:		none;
}

#siteNav li.current a:link, #siteNav li.current a:visited {
	background:				#E5CDC1;
	color:					#913233;
	border-left:			1px solid #FFEBCE;
	border-top:				1px solid #FFEBCE;
	border-right:			1px solid #FFEBCE;
}

#siteNav li ul, #siteNav li.current ul {
	border-left:			1px solid #FFEBCE;
	border-bottom:			1px solid #FFEBCE;
	border-right:			1px solid #FFEBCE;
}

#siteNav li ul li ul, #siteNav li.current ul li ul {
	border:					0;
}

#siteNav li ul li a:link, #siteNav li ul li a:visited, #siteNav li.current ul li a:link, #siteNav li.current ul li a:visited {
	background:				#d3e3eb;
	color:					#913233;
}

#siteNav li ul li a:hover, #siteNav li.current ul li a:hover {
	background-color:		#baced7;
	color:					#FFEBCE;
}

#siteNav li li li a:link, #siteNav li li li a:visited,
#siteNav li.current li li a:link, #siteNav li.current li li a:visited {
	background-image:		none;
	color:					#58879b;
}

#siteNav li.over {
	color:					yellow;
	border:					1px solid red;
}

/**************** LOGO ********************/

#logo {
	margin-left: -5px;
	margin-top:10px;
width:99%;
display:block;
}

/**************** Zitate ********************/

blockquote {
    font-family: "Lucida Sans", sans-serif;
    font-style: italic;
    font-size: 12px;
    margin: 0.2em 0 0.5em 0;
}