/*##############################
www.flensburger-bachchor.de Stylesheet
Datei: style.css
Media: screen
Datum: 27.07.2007
###############################*/
*{
	margin:0;
	padding:0;
}

html{
	font-family: Tahoma; Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}

body{
	height: 100%;
	min-height: 100%;
	background-image:url(../image/hg-bachchor.jpg);
	background-repeat:repeat-x;
	background-color: #9e9c6c;
	color: #686765;
	text-align:center;

}

.csc-firstHeader {
	color: #686765;
	font-size: 13px;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	padding-top: 3px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

h1{
	color: #686765;
	font-size: 13px;
	margin-bottom: 10px;
}

h2{
	font-size: 11px;
	text-decoration: underline;
	color: #686765;
}

h3{}

h4{}

#langmenu {
	margin-left: 22px;
	margin-top: 9px;
}

#langmenu img {
	padding-left: 3px;
	padding-right: 3px;
}

#langmenu span {
	padding-left: 6px;
	padding-right: 6px;
}

#langmenu a {
	color: #4C4C4C;
	text-decoration: none;
	
}

#langmenu a:hover {
	text-decoration: underline;
	
}

.bodytext{
	margin-bottom: 10px;
	color: #686765;
	line-height: 160%;
}
ul li {
	list-style-image: url(../image/aufzaehlung.gif);
	margin: 0 0 5px 25px;
	padding-left: 10px;
}

ol li {

	margin: 0 0 5px 25px;
	padding-left: 10px;
}

ul, ol {
	padding-top: 3px;
	margin-bottom: 15px;
	font-size: 11px;
}

sup {   line-height: 0;
       font-size: 8px;
}

a img{
	border:0px;
}

#main{
	margin:0 auto 0 auto;
	width:747px;
	background-image: url(../image/hg-747.gif);
	
	background-position: 50% 150px;
	background-repeat:repeat-y;
	text-align:left;
	padding-top:50px;
	
	/* während der Erstellung 	
	height:100%;
	min-height:100%;*/

}
/* 3px-Bug Ausgleich */
* html #main{
	margin:-3px auto 0 auto;
}

/* Hauptelemente */
#header{
	width:inherit;
	height:103px;
	margin-left:1px;
}

#left{
	float: left;
	width: 160px;
	border-right: 1px solid #aeaca3;
	/*margin-left: 24px;*/
	padding-top: 0px;
	padding-left: 24px;
	margin-bottom: 50px;
}

/* linkes Menü */
.lm1 a,.lm2 a,.lm3 a{
	display: block;
	padding: 5px 10px 5px 5px;
	color: #4c4c4c;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	font-size: 11px;
	text-transform: uppercase;
}

.lm1 a:hover,
.lm3 a:hover{
	background-color: #AEAAA1;
}
.lm2 a:hover {text-decoration: underline;}

.lm1 a{

}

.lm2 a{
	padding:5px 10px 5px 5px;
	font-weight:normal;
	text-transform: none;
	/*background-color: #ECEAE4;*/
}

.lm3 a{
	padding:5px 10px 6px 5px;
	font-weight:normal;
	text-transform: none;
	/*background-color: #fff;*/
}
.lm1act a{
	display:block;
	padding:5px 10px 5px 5px;
	font-weight:bold;
	text-decoration:none;
	text-align:right;
	font-size: 11px;
	text-transform:uppercase;
	background-color: #AEAAA1;
	color: #4c4c4c;
}
.lm2act a{
	display:block;
	padding:5px 10px 5px 5px;
	text-decoration: underline;
	text-align:right;
	font-size: 11px;
	color: #4c4c4c;
}
.lm3act a{
	display:block;
	padding:5px 10px 5px 5px;
	font-weight:bold;
	text-decoration:none;
	text-align:right;
	font-size: 11px;
	text-transform:uppercase;
	background-color:#7A7A7A;
	color:#fff;
}
#middle{
	float:left;
	width: 452px;
	padding: 0px 50px 0px 25px;
	/* nur bei der erstellung: */
	min-height:100px;
	margin-bottom: 50px;
}

#middle a{
	color: #686765;
	font-weight: bold;
	text-decoration: underline;
}
#middle a:hover{
	color: #c00;
}

#footer{
	width: 700px;
	height: 34px;
	background-image: url(../image/footer.gif);
	background-repeat: no-repeat;
	padding-top: 64px;
	font-size: 10px;
	text-align:center;
	color: #686765;
	margin-left: 24px;
}

/* Rahmenoptionen */
.csc-frame-frame1 {
        border-bottom: 1px solid #fff;
        padding-bottom: 10px;
        margin-bottom: 15px;
        clear: both;
}

.csc-frame-frame2 {
        background-color: #ECEAE4;
        margin-bottom: 15px;

        clear: both;
}

.csc-frame-frame2 .bodytext{
        padding: 10px;
}
.csc-frame-frame2 h1{
        background-color: #7a7a7a;
        padding: 5px;
        color: #fff;
}

/* Formulare */

form {
/*	background-color: #A6965E; */
	padding: 15px 0px;
	font-size: 11px;
}

fieldset {
	border: 0;
	margin-bottom: 5px;
}

label {
	width: 140px;
	text-align: right;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

fieldset input {
	width: 220px;
	margin-bottom: 5px;
}

textarea {
	width: 220px;
	margin-bottom: 5px;
}


.csc-mailform-field{
	line-height: 2em;
	margin-bottom: 5px;
}

.csc-mailform-submit {
	margin-left: 145px;
	width: 220px;
	background-color: #686765;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
}

/* Bildunterschriften */

.csc-textpic-caption {
	font-size: 10px;
	padding-bottom: 10px;
}