
/* ----- ///// ALLGEMEIN ///// ----- */


html {
	height: 100%;
	}
	
body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 62.5%/1.3em Arial, Helvetica, sans-serif;
	color: #333;
	}
	
/* ----- ///// LAYOUT ///// ----- */

#page {
	width: 933px;
	position: relative;
	min-height: 100%;	
	margin: 0 auto;
	text-align: left;
	background: #FFF url(images/bg_table.gif) center repeat-y;
	}

* html #page {
	height: 100%;
	}

#header {
	position: relative;
	height: 109px;
	background: transparent url(images/bg_header.jpg) center repeat-y;
	}

#logo {position: absolute;left: 50px; top: 15px;}
#logo a {display: block;width: 310px; height: 75px;text-indent: -10000px;}

#nav {padding: 5px 20px;text-align: right;}

#content {
	/*margin: 20px 10px 30px;*/
	margin: 20px 10px 0;
	padding: 0 30px 0 0; 
	padding-bottom: 30px;/* benoetigt fuer footerStickAlt, s.a. footer-element */
	}

#content-1sp {
	/*margin: 20px 10px 30px;*/
	margin: 20px 10px 0;
	padding: 0 30px 30px 30px;
	}

#sidecontent {
	float: left;
	width: 200px;
	padding: 10px 0;
	}
#news {
	float: left;
	width: 200px;
	padding: 10px 0;
	}

#maincontent {
	float: right;
	width: 650px;
	padding: 20px 0 0;
	/*margin-left: 200px;*/
	}

#content-1sp #maincontent {width: auto;float: none;}

#footer {
	clear: both;
	position: relative;
	height: 30px;
	margin-top: -30px;
	}
	
/* ----- ///// news ///// ----- */

	.boxcell1 {
		background: #F4F4F4;
		padding: 10px;
		width: 180px;
	}
         .boxspacer1 {
		width: 5px;
		font-size: 2px;
	}
	.boxcell1 h2 {
		color: #036;
		font-size: 14px;
		font-weight: bold;
		margin: 0 0 6px;
	}
	.boxcell1 a {
		text-decoration: none;
		/* color: #cc3399; */
		font-weight: bold;
	}
	.boxcell1 h2 a {
		text-decoration: none;
		color: #cc3399;
}
	.boxcell1 h3 a {
		text-decoration: none;
		color: #000000;
	}
	.boxcell1 a:hover {
		text-decoration: underline;
	}
	.boxcell1 p {
		margin: 0 0 3px;
		font-size: 11px;
	}
	.boxcell1 img {
		margin: 0;
		padding: 3px;
		background-color: #dedede;
	}
/* ----- ///// news archive ///// ----- */

	.boxcell2 {
		background: #F4F4F4;
		padding: 10px;
		width: 450px;
	}
         .boxspacer2 {
		width: 5px;
		font-size: 2px;
	}
	.boxcell2 h2 {
		color: #036;
		font-size: 14px;
		font-weight: bold;
		margin: 0 0 6px;
	}
	.boxcell2 a {
		text-decoration: none;
		/* color: #cc3399; */
		font-weight: bold;
	}
	.boxcell2 h2 a {
		text-decoration: none;
		color: #cc3399;
}
	.boxcell2 h3 a {
		text-decoration: none;
		color: #000000;
	}
	.boxcell2 a:hover {
		text-decoration: underline;
	}
	.boxcell2 p {
		margin: 0 0 3px;
		font-size: 11px;
	}
	.boxcell2 img {
		margin: 0;
		padding: 3px;
		background-color: #dedede;
	}

/* ----- ///// NAVIGATION ///// ----- */

#sidecontent ul.nav {
	list-style: none;
	margin: 0;
	}

#sidecontent ul.nav ul {
	list-style: none;
	margin: 0 0 1px 10px;
	}

#sidecontent ul.nav li {
	margin: 1px 0;
	}

#sidecontent ul.nav li a {
	display: block;
	padding: 5px 10px;
	background: #F4F4F4;
	}

#sidecontent ul.nav li a:hover {
	background: #E1CDD9;
	text-decoration: none;
	}

#sidecontent ul.nav li a.active {
	background: #EEE;
	}

#sidecontent h4 {
	margin: 15px 0 10px;
	}
	
/* ----- ///// CONTENT ///// ----- */

h1 {
	margin: 10px 0;
	font-size: 1.6em;
	line-height: 1.3;
	}

h2 {
	margin: 30px 0;
	font-size: 1.5em;
	line-height: 1.3;
	}

h3 {
	margin: 30px 0 15px;
	font-size: 1.4em;
	line-height: 1.3;
	}

li h3,
li h4 {
	margin: .6em 0 0;
	font-size: 1.0em;
	}

h4 {
	margin: 40px 0 15px;
	padding: 5px;
	font-size: 1.4em;
	line-height: 1.3;
	background: #D0ADC3 url(images/bg_heading.gif) left bottom repeat-x;
	}

p, ul, ol, dl {
	margin: 0 0 10px;
	font-size: 1.3em;
	line-height: 1.3;
	}

li ul,
li ol,
li dl,
li p {
	font-size: 1.0em;
	}

ul {margin-left: 30px;list-style: disc outside;}

ul li {
	/*padding-left: 20px;*/
	}
	
ul.abcnav {margin-left: 0;list-style: none;}
ul.abcnav li {display: inline;float: left;margin: 2px 5px 2px 0;}
ul.abcnav li a {display: block;padding: 1px 3px;background-color: #EEE;}
	
ul.abc {margin: 30px 0;list-style: none;}
ul.abc dl {margin: 30px 0;}
ul.abc p {margin: 10px 0;}
dt {font-size: 1.1em;font-weight: bold;}
dd {margin-bottom: 10px;}

a {
	color: #003;
	color: #154F98;
	font-weight: bold;
	}

a.shoplink {
	margin-left: 20px;
	padding-left: 30px;
	background: transparent url(images/pfeil.gif) left center no-repeat;
	}

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

a.active {
	color: #A4397D;
	text-decoration: none;
	}

/* ----- ///// CLEARFIX ///// ----- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

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