/*************************
LAYOUT
**************************/

* /*Set's border, padding and margin to 0 for all values*/
{
    padding: 0;
    margin: 0;
}

body, html {
    color: #3a3a3a; 
	font-size: 11px;
    font-family: Arial,Verdana,Helvetica;
    background-color: #f2f3f8;
    text-align: center; /*** Centers the design in old IE versions ***/
    height: 100%;
    background-image:url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: top center;
}

body {
    font-size: 100.01%;
}

.clear { clear: both; }

#mainContainer {
    width: 990px;
    margin: 0 auto; /*** Centers the design ***/
    min-height: 100%;
	border-left:4px solid #fff;
	border-right:4px solid #fff;
    text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
	background:#fff;
}

* html #mainContainer {
   height: 100%;  /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}




/************* HEADER */

#header {
    padding: 0px;
    height: 259px;
	background:#fff;
	border-bottom:#349400 4px solid;
	overflow: hidden;
	width: 990px;
	position:relative;
}
#logo{
position:absolute;
top:125px;
right:5px;
z-index:3;
}

#headerbackground{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

#headercover{
	position:absolute;
	bottom:3px;
	left:0;
	background:url(images/topbg.png) no-repeat;
	z-index:2;
}


#topmenu{
position:absolute;
top:230px;
left:10px;
font-size:21px;
font-weight:bold;
Z-index:4;
}
* html #topmenu{
top:225px;
}

#topmenu a, #topmenu a:link, #topmenu a:active, #topmenu a:visited{
margin-right:10px;
}


#suche{
position:relative;
margin-top:10px;
font-size:0.8em;
}
#suche .mailbutton{
background:#99cc00;
border:1px solid #336600;
padding:0.1em;
}
#suche .feld{
padding:0.1em 0;
}


/************* MENÜ LINKS */

#left-menu{
margin:0px 10px;
}

#left-menu a, #left-menu a:link, #left-menu a:visited, #left-menu a:active {
display:block;
padding:0px 0px 6px 0px;
}

#left-menu .left-menu-sub{
margin-left:20px;
margin-top:-5px;
margin-bottom:5px;
}

#left-menu .left-menu-sub a, #left-menu .left-menu-sub a:link, #left-menu .left-menu-sub a:visited, #left-menu .left-menu-sub a:active {
display:block;
padding:0px;
margin:0px;
}


/************* WRAPS */

.contentWrap{
    padding: 10px 0;
}
.leftWrap{
padding:10px 5px 10px 0;
}
.rightWrap{
padding:10px 0 10px 5px;
}

/************* FOOTER */

#footer {
    width: 950px;
    height: 29px; /*** The drawback with this solution is that the height of the footer can't be flexible. If you add so much content to the footer that it extends 30px, you will get a vertical scrollbar and the content will overflow the footer if you don't set overflow to hidden ***/
    margin: 0 auto;
    margin-top: -30px; /*** By using a negative margin-top we now moves the footer up the same amount as the footer height to avoid vertical scrolling. Remember, if you use borders and padding on your footer you will have to calculate this in your negative margin-top value also. ***/
    text-align: left;
	border-top:1px solid #999;
	color: #999;
	position:relative;
	font-size: 0.85em;
}

#footer-left{
position:absolute;
left:0px;
top:2px;
}

#footer-right{
position:absolute;
right:0px;
top:2px;
}

#footer-right a, #footer-right a:link, #footer-right a:visited, #footer-right a:active {
color: #440000;
text-decoration:none;
}

/*************************
INHALTE
**************************/

h1{
font-size:30px;
padding-bottom:0.35em;
font-family:Smudger LET;
color:#5b5b5b;
}
h2{
font-size:1.3em;
padding-bottom:0.25em;
color:#5b5b5b;
}
h3{
font-size:1.1em;
padding-bottom:0.15em;
color:#5b5b5b;
}
ul{
margin-left:25px;
padding-bottom:1em;
}

p{
padding-bottom:1em;
}

table p{
padding-bottom:0;
}
table {
margin-bottom:10px;
font-size:11px;
}

table.preistabelle, table.preistabelle td{
border:1px solid #fff;
}
table.preistabelle td{
padding:3px;
}

a, a:link, a:visited, a:active {
color:#349400;
text-decoration:none;
font-weight:bold;
}

a:hover {
color:#349400;
text-decoration:underline;
}


/************* RAHMEN */

.csc-frame-frame1{
width:98%;
background:#fff;
border:1px solid #349400;
color:#000;
margin-bottom:1em;
padding:5px;
}
*html .csc-frame-frame1{
width:96%;
}
.csc-frame-frame1 ul{
padding:0.3em 0.5em;
}
.csc-frame-frame1 p{
padding-bottom:5px;
}
.csc-frame-frame1 a, .csc-frame-frame1 a:link, .csc-frame-frame1 a:visited, .csc-frame-frame1 a:active {
color:#349400;
text-decoration:none;
font-weight:bold;
}
.csc-frame-frame1 a:hover {
color:#349400;
text-decoration:underline;
}
.csc-frame-frame1 h1 {
color:#349400;
padding:0.3em 0.3em 0.1em 0.3em;
font-size:17px;
}

.csc-frame-frame2{
width:98%;
background:#fff;
border:1px solid #a3a3a3;
color:#000;
margin-bottom:1em;
padding:5px;
}
*html .csc-frame-frame2{
width:96%;
}
.csc-frame-frame2 ul{
padding:0.3em 0.5em;
}
.csc-frame-frame2 p{
padding-bottom:5px;
}
.csc-frame-frame2 a, .csc-frame-frame2 a:link, .csc-frame-frame2 a:visited, .csc-frame-frame2 a:active {
color:#349400;
text-decoration:none;
font-weight:bold;
}
.csc-frame-frame2 a:hover {
color:#349400;
text-decoration:underline;
}
.csc-frame-frame2 h1 {
color:#349400;
padding:0.3em 0.3em 0.1em 0.3em;
font-size:17px;
}

.csc-frame-start{
width:50%;
background:#f8f8f8;
border:1px solid #349400;
color:#000;
margin-bottom:1em;
float:right;
}
*html .csc-frame-start{
width:48%;
}
.csc-frame-start p, .csc-frame-start ul{
padding:0.3em 0.5em;
}
.csc-frame-start a, .csc-frame-start a:link, .csc-frame-start a:visited, .csc-frame-start a:active {
color:#349400;
text-decoration:none;
font-weight:bold;
}
.csc-frame-start a:hover {
color:#349400;
text-decoration:underline;
}
.csc-frame-start h1 {
color:#349400;
padding:0.3em 0.3em 0.1em 0.3em;
font-size:17px;
}

/* Inset 3D Raised */
.raised {background: transparent; width:100%; margin:0 auto;margin-bottom:5px;}
* html .raised {width:98%;}
.raised h1, .raised p {margin:0 10px;}
.raised h1 {font-size:17px; color:#fff; letter-spacing:1px;}
.raised p {padding-bottom:0.5em;}

.raised .top, .raised .bottom {display:block; background:transparent; font-size:1px;}
.raised .b1, .raised .b2, .raised .b3, .raised .b4, .raised .b1b, .raised .b2b, .raised .b3b, .raised .b4b {display:block; overflow:hidden;}
.raised .b1, .raised .b2, .raised .b3, .raised .b1b, .raised .b2b, .raised .b3b {height:1px;}
.raised .b2 {background:#349400; border-left:1px solid #349400; border-right:1px solid #349400;}
.raised .b3 {background:#349400; border-left:1px solid #349400; border-right:1px solid #349400;}
.raised .b4 {background:#349400; border-left:1px solid #349400; border-right:1px solid #349400;}
.raised .b4b {background:#fff; border-left:1px solid #349400; border-right:1px solid #349400;}
.raised .b3b {background:#fff; border-left:1px solid #349400; border-right:1px solid #349400;}
.raised .b2b {background:#fff; border-left:1px solid #349400; border-right:1px solid #349400;}


.raised .b1 {margin:0 5px; background:#349400;}
.raised .b2, .raised .b2b {margin:0 3px; border-width:0 2px;}
.raised .b3, .raised .b3b {margin:0 2px;}
.raised .b4, .raised .b4b {height:2px; margin:0 1px;}
.raised .b1b {margin:0 5px; background:#349400;}
.raised .boxcontent {display:block;  background:#fff; border-left:1px solid #349400; border-right:1px solid #349400;background:url(images/roundedbg_s.gif) repeat-x top left;}
.raised .boxcontent p{padding-top:5px;padding-bottom:0px;}
.raised .boxcontent .csc-textpic-imagewrap {margin-top:5px;margin-left:3px;min-width:50px;text-align:center;}

.intent-left-50{
width:49%;
float:left;
}
.intent-right-50{
width:49%;
float:right;
}

.align-right{
text-align:right;
}
.align-center{
text-align:center;
}

.csc-frame-rulerAfter{
border-bottom:1px solid #a3a3a3;
margin-bottom:5px;
}
.csc-frame-rulerBefore{
border-top:1px solid #a3a3a3;
margin:5px 0;
padding-top:5px;
}

.csc-default{
margin-bottom:5px;
}

fieldset{
padding:8px;
}
legend{
font-size:14px;
font-weight:bold;
}

fieldset.csc-mailform{
border:0;
}
label{display:block;font-weight:bold;}
.csc-mailform-submit{
background:#349400;
color:#fff;
font-weight:bold;
border:1px solid #000;
margin-top:3px;
font-size:10px;
}

.wtgallery_list-pic{
float:left;
margin-left:5px;
margin-bottom:5px;
}


