/*------------------------------------------------------------------------------------
  Global Styles
------------------------------------------------------------------------------------*/
html, body {
	color:#777;
	margin: 0;
    padding: 0;
	font: 12px/18px Arial, Helvetica, sans-serif;
	
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address,table {
		font-size:12px;    
		margin:0;
		padding: 0;
}

a {
	color:#850404;
	text-decoration:none;
}
a:hover {
	color:#222;
}

p{
	margin: 0 0 18px 0;
} 


/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}

fieldset {
        border: none;
}

input, select, textarea {
	background:#fff;
	border:1px solid #b5113e;
		font-size: 100%;
		font-family: inherit;
}

img {
	border:0;
}

.clear {
	clear:both;
	font-size:1px;
	height:1px;
}

/*---------------------------------------------------------------------------------------------*/
body {
	background:url(../pixel/background01.jpg) repeat-x left top;
}

#print {
	display:none;
}
#wrapper {
	margin:0 auto;
	width:948px;
	
}

#header {
	background:url(../pixel/header01.gif) no-repeat 48px 0px;
	height:216px;
	position:relative;	
	
}
#header h1{
	display:none;
}
#header p {
	position:absolute;
	top:200px;
	right:0px;
	margin:0;
	padding:0;
}

#navigation {
	position:absolute;
	left:270px;
	top:135px;	
	width:676px;
	background:url(../pixel/line01.gif) repeat-x left bottom;
}

#navigation li {	
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	width:135px;

}
#navigation li a {
	display:block;
	color:#b5113e;
	border-left:1px solid #ccc;	
	font-size:11px;
	font-weight:bold;
	letter-spacing:1px;
	padding:8px 0 8px 18px;
	text-transform:uppercase;
}

#navigation li a:hover,#navigation .active {
	
	border-bottom:2px solid #b5113e;
	background:url(../pixel/background04.jpg) left top;
}

#banner {
	height:204px;
}
#subnavigation {
	background:url(../pixel/background02.jpg) no-repeat left top;
	float:left;
	min-height:200px;
	width:232px;
}
#subnavigation ul {
	margin-left:28px;
}
#subnavigation li {
	width:120px;
	list-style-image:url(../pixel/list01.gif);
	margin-bottom:1em;
}
#subnavigation li:hover,#subnavigation li.over,#subnavigation li.active {
	list-style-image:url(../pixel/list02.gif);
}

#subnavigation a:hover,#subnavigation .active {
	color:#888;
}


/* 3te Ebene*/
#subnav3 {
	width:716px;
}

#subnav3 ul {

}

#subnav3 li {
	margin:0;
	padding:0;
	float:left;
	list-style:none;
	width:auto;
}

#subnav3 li  a{
	display:block;
	padding:5px 10px;
	border-bottom:2px solid #CCCCCC;
	text-decoration:none;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	border-left:1px solid #ccc;	
	height:37px;
	float:left;
}

#subnav3 li a:hover,#subnav3 .active {
	color:#888;
	border-bottom:2px solid #b5113e;
	background:url(../pixel/background04.jpg) left top;
}


/* Inhalt */
#content {
	background:url(../pixel/background03.jpg) no-repeat right top;
	float:left;
	min-height:280px;
	width:716px;
}
#content h1 {
	color:#b5113e;
	font-size:2.0em;
	font-weight:normal;	
	margin: 0 0 27px 0;
}

#content h2 {
	color:#b5113e;
	font-size:18px;
	font-weight:normal;	
	margin: 0 0 1.0em 0;
}

#content h3 {	
	color:#666;
	font-size:16px;
	font-weight:normal;
	padding: 0 0 9px 0;
}
#content a {
	text-decoration:underline;
}
#content .rahmen {
	
	border:1px solid #fff;
}

#content ul.thumblist  {
	border-right:1px solid #f7e5ea;
	display:block;
	width:206px;	
}
#content ul.thumblist li {
	list-style:none;
	float:left;
	margin:0;
	padding:0 15px 15px 0;
}
	
#content .boxmedia
{
	margin: 1em 0;
	padding: 0.5em;
	background-color: #DFDFDF;
	border-left: 3px solid #C5C5C5;
}

#content .boxmedia h2
{
	font-size: 1.0em;
	padding: 0.3em;
	display: block;
}

#content .boxmedia p
{
	margin:0em;
	padding: 0.3em;
	font-size: 11px;
}
#content .boxmedia img {
	margin: 0;
	padding: 0;
	border:none;
}

#content .image_box {
	margin:5px;
	width:220px;
}
#content .image_box p{
	margin:0 0 5px 0;
	line-height:12px;
	font-size:10px;
}

#content .alignRight {
	text-align:right;
}
#content .alignCenter {
	text-align:center;
}

#content .boxAktion {
	border:1px solid #c5c5c5;
	margin-top:2.0em;
	margin-bottom:2em;
	padding:0.5em;
	
}
#content .boxAktion p {
	font-size: 1.0em;
	color:#777;
	
}


.col {
	float:left;
	margin:0 20px 20px 0;
	width:101px;
}
.col.two {
	width:222px;
}
.col.three {
	width:343px;
}
.col.four {
	width:464px;
}
.col.five {
	width:585px;
}
.col.six {
	width:706px;
}
.col.end {
	margin-right:0;	
}
.row {
	clear:both;
}

small {
	line-height:140%;
}

#footer {
	border-top:1px solid #f7e5ea;
	clear:both;
	margin-left:228px;
}

#footer li {
	float:left;
	list-style:none;
	margin:0;
	padding: 9px 18px 18px 0;
}
#footer a:hover,#footer .active {
	color:#888;
}

.kontakt_sendinfo {
	z-index:-1;
}

#news {
	margin:0 20px 20px 0;
}


#news img {
	position:relative;
	z-index:1000;
	padding:0 10px 10px 0;
}
.small {
	font-size:0.8em;
}

.grey {
	color:#666;
}


/* Liste mit Absätzen*/
.listbox {
	width: 500px;
	border-bottom: 1px solid #DFDFDF;
	padding:1em;
}
.listbox .col_left {
	float:left;
	width:120px;
}

.listbox .col_right {
	margin-left:120px;
}

/* Infoklassen */
.infomessage {
	margin:5px;
	padding:5px;
	background-color:#C6F5C5;
	border-top:1px solid #006600; 
	border-bottom:1px solid #006600;
	color:#006600;
	font-weight:bold;
}

.errormessage {
	margin:5px 0px;
	padding:5px 10px;
	background-color:#FFD7D7;
	border-top:1px solid #FF0000; 
	border-bottom:1px solid #FF0000;
	color:#333;
	font-weight:normal;
}

.errormessage h4 {
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	color:#FF0000;
}

/* Formulardaten */

.box{
	margin-bottom: 1.5em;
	padding:1.0em;
	border: 1px solid #C5C5C5;
	width: auto;
	-moz-border-radius:10px; /* Firefox */
	-webkit-border-radius:10px; /* Safari, Chrome */
	border-radius:10px; /* CSS3 */
}

.box legend{
	font-size:0.9em;
	padding:10px;
}

.box form {
	margin:1.0em;
}

.box input {
	background-color: white;
	border: 1px solid #C4C4C4;
	color: #555;
	font-size: 1.0em;
	height: 1.3em;
	padding-top: 0px;
	padding-left: 0px;
}
.box select {
	background-color: white;
	border: 1px solid #C4C4C4;
	color: #555;
	font-size: 1.0em;
	padding:3px;
}

.box input {
	height: auto;
	padding-top: 3px;
	padding-bottom: 3px;
}

.box .payInfo {
	padding:1em;
	width:400px;
	border:1px solid #f00;
	background-color:#FFF;	
	text-align:center;
}
.box .buttonSenden {
	background-color: #eee;	
	background: -webkit-gradient(
            linear,
            center top, center bottom,
            color-stop(0%, #eee),
            color-stop(100%, #ccc)
          );
	background: -moz-linear-gradient(
            top, #eee, #ccc
          );

	border: solid 1px #666;;
	padding: 0.5em;
	margin-top: 4px;
	padding-left: 1.0em;
	padding-right: 1.0em;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	cursor: pointer;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
	color: black;
	text-shadow: 0px 1px 1px white;
	font-family: "Lucida Sans MS", "Lucida Grande", Helvetica, sans-serif;
	font-size: 1.2em;
}

.textSmall {
	width:100px;
}
.textStandard {
	width:250px;
}
.textLong {
	width:300px;
}
.w50 {
	width:50px;
}
.w100 {
	width:100px;
}
.w250 {
	margin-left:2px;
	width:240px;
}
.w300 {
	width:300px;
}

.dtfloat dt {
	float:left;
}
