@charset "utf-8";


/* ALLGEMEIN*/
* {
    padding: 0;
    margin: 0;
}

body {
	width: 100%;
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
}
.sprachen {
	width: 826px;
	margin: 0 auto 0 auto;
	text-align:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
.sprachen a {
	color: #999999;
	text-decoration:none;
}
.sprachen a:hover {
	text-decoration:underline;
}
#head,
#navi,
.content,
#footer {
    width: 100%;
}

#head,
.content,
#footer {
    background-position: top center;
    background-repeat: no-repeat;
}

#cleaner {
    clear: both;
}


/*HEADBEREICH*/
#logo {
    height: 92px;
    margin: 30px auto 0 auto;
    background-image: url(../images/logo_bg.gif);
    background-repeat: repeat-x;
    background-position: bottom left;
}

#logo_bild {
	height: 92px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: top center;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#head {
    height: 198px;
    margin: 12px auto 0 auto;
    background-image: url(../images/head_bg.gif);
    background-repeat: repeat-y;
}

#head_bild {
    height: 198px;
    margin: 0 auto 0 auto;
    background-repeat: repeat-y;
    background-position: top center;
}

#head_bild_folge {
    height: 198px;
    margin: 0 auto 0 auto;
    background-repeat: repeat-y;
    background-position: top center;
}


/*NAVIGATIONSBEREICH*/
#navi_bg {
    height: 63px;
    background-image: url(../images/content_verlauf.gif);
    position: relative;
}

#navi {
    height: 26px;
    width: 826px;
    margin: 0 auto 0 auto;
}

#navi ul {
    padding-top: 5px;
    list-style-type:  none;
}

#navi ul li {
    float: right;
    margin-left: 25px;
    color: #4f5463;
}

#navi a {
    color: #69443d;
    text-decoration: none;
    font-size: 11px;
}

#navi a:hover {
    text-decoration: underline;
}

.active {
	font-weight:bold;
}


/*CONTENTBEREICH*/
.content {
    width: 900px;
    text-align: center;
    font-size: 11px;
    color: #455445;
    position: relative;
    margin: 0 auto 0 auto;
    background-image: url(../images/content_index.gif);
    padding: 180px 0 0 30px;
}

.content p {
    padding: 0px 0 0 30px;
}*

.content_vorlage {

    width: 826px;
    text-align: left;
    font-size: 10px;
    color: #455445;
    margin: 0 auto 0 auto;
	padding-bottom:20px;
    position: relative;
    background-image: url(../images/content_strich.gif);
    background-repeat: no-repeat;
    background-position: bottom center;
}
.csc-frame-frame1 {
	padding-bottom:15px;
}
.content_vorlage p {
	padding-top:5px;
	padding-bottom:5px;	
}

/*FOOTERBEREICH*/
#footer {
	height: 40px;
	text-align: center;
	padding-top: 100px;
	background-image: url(../images/footer.gif);
}

#footer_vorlage {
    height: 20px;
    padding-top: 50px;
    text-align: center;
    margin-bottom: 10px;
    background-image: url(../images/footer_pic_red.gif);
    background-repeat: no-repeat;
    background-position: 50% 30%;
}

#copyright_vorlage {
    text-align: center;
}
#copyright_vorlage a {
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

#footer a {
    padding: 10px 0 0 45px;
    font-size: 11px;
    color: #7a7a7a;
    text-decoration: none;
    letter-spacing: 5px;
}

#copyright {
	text-align: center;
}

#copyright a {
	padding: 10px 0 0 45px;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
}


#footer_vorlage a {   
    font-size: 11px;
    color: #7a7a7a; 
    padding-left: 15px;
    text-decoration: none;
    letter-spacing: 5px;
}

#footer a:hover, #copyright_vorlage a:hover, #copyright a:hover {
    text-decoration: underline;
}
/************************ CONTACT ************************/
.csc-mailform-field label {
	display:block;
	width:200px;
	float:left;
	margin-bottom:5px;
}
.csc-mailform-field input  {
	width:300px;
	margin-bottom:5px;
}
.csc-mailform-field textarea  {
	width:300px;
	margin-bottom:5px;
}
.Tx-Formhandler {
	margin-top:15px;
}
.Tx-Formhandler ul {
	margin-bottom:15px;
}
