/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444;
	background:#f2f2f2 url(../images/body_bg.gif) top left repeat-x;
}
a img {
	border:none;
}
#site {
	width:994px;
	margin:0 auto;
	position:relative;
}
#logo {
	position:absolute;
	left:0;
	top:80px;
}
#container {
	position:absolute;
	right:0;
	top:0;
	width:876px;
}
#menu {
	height:40px;
	background:url(../images/menuBottom.gif) bottom left no-repeat;
	margin-bottom:3px;
	margin-left:6px;
}
#menu a {
	line-height:30px;
	height:30px;
	display:block;
	float:left;
	font-weight:bold;
	text-decoration:none;
	color:#9C9E9F;
	font-size:17px;
	padding:0 10px;
}
#menu a:hover, #menu a.active {
	background:#9c9e9f;
	color:#FFEC13;
}
#wrapper {
	position:absolute;
	top:336px;
	left:31px;
	width:611px;
	overflow:hidden;
}
#title {
	height:22px;
	line-height:22px;
	padding-left:20px;
	color:#FFEC13;
	font-size:18px;
	font-weight:bold;
}
#BGHolder {
	background:url(../images/contentRepeat.gif) top left repeat-y;
	/*margin-top:154px;
	margin-bottom:-154px;*/
	position:relative;
	top:154px;
}
#content {
	position:relative;
	top:-140px;
	padding:0 40px 20px 20px;
	overflow:hidden;
	background:url(../images/contentBottom.gif) bottom left no-repeat;
	min-height:160px;
}
#content a {
	color:#666;
}
* html #content {
	height:1%;
}
#credits {
	height:14px;
	font-size:10px;
}
#submenu {
	position:absolute;
	top:336px;
	right:6px;
	width:206px;
	background:url(../images/submenu_bg.png);
}
#submenu ul, #submenu li {
	margin:0;
	padding:0;
	list-style:none;
}
#submenu li {
	padding:3px 0;
}
#submenu a {
	color:#FFF;
	text-decoration:none;
	padding:3px 0;
	padding-left:12px;
	padding-right:3px;
	font-weight:bold;
}
#submenu a:hover, #submenu a.active {
	background:#FFEC13;
	color:#9C9E9F;
}

#partner {
	position:absolute;
	right:6px;
	bottom:-45px;
	display:none;
}
#partner p {
	margin:2px 0;
}

/* mailformular default style */
	
	#mailform div {
		overflow:hidden;
	}
	* html #mailform div {
		height:1%;
	}
       #mailform fieldset {

              padding: 1em;

              padding-top:40px;
              border:none;
       }

      

      #mailform label {

               width: 19em;
               font-size: 12px;

               color: #263F5E;

               padding: 0px 10px 0px 10px;

               float: left;

               text-align: left;

               margin-right: -15px;

                margin-bottom: 3px;

                display: block

        }

       #mailform .csc-mailform-label {
       		font-size:12px;
       		padding:7px 0;
       		display:block;
       	}

        #mailform input {

                margin-bottom: 10px;

                margin-left: 10px;

                color: #263F5E;

                background: #fff;

               border: 1px solid #ccc;

        }

      

        #mailform textarea{

                margin-bottom: 10px;

                margin-left:10px;

                border: 1px solid #ccc;

                background: #fff;

                color: #263F5E;

        }

       

        #mailformformtype_mail{
                color: #fff;

                font-weight:normal;

                border: 1px outset #ccc;

                background:#9c9e9f;

       

        }
        
        
/* basischeck formular */

#termin input {

                margin-top: 7px;

                margin-left: 10px;

                color: #263F5E;

                background: #fff;

               border: 1px solid #ccc;
               
               width:350px;

        }
#termin .autoW {
	width:auto;
}

.align-center {
	text-align:center;
}
.align-left {
	text-align:left;
}
.align-right {
	text-align:right;
}
.align-justify {
	text-align:justify;
}

