/**
 * Stylesheet fuer http://www.johanneskalpers.de/

 */
HTML, BODY {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #86310B;
	font-family: Verdana, Arial;
	font-size: 12px;
	line-height: 20px;
}

#header a img {
	border-color: #9B2D05;
}

#header a:hover img {
	border-color: #EFE9E0;
}

#container {
	width: 955px;
	margin: auto;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #DCD4C8;
}

.langMenu {
	width: 955px;
	height: 133px;
	background: url(images/header.jpg) no-repeat;
	text-align: left;
}

#layoutTable {
	background-color: #DCD4C8;
	width: 955px;
}

#content {
	color: #444;
	padding-top:    35px;
	padding-left:   100px;
	padding-right:  100px;
	padding-bottom: 30px;
	text-align: justify;
	vertical-align: top;
	line-height: 20px;
}
#content P, #content TD
{
	color: #444;
	text-align: justify;
	line-height: 20px;
}

#footer {
	color: #9B2D05;
	background-color: #EFE9E0;
	background: url(images/footer.jpg);
	background-repeat: no-repeat;
 	background-position: bottom;
	height: 32px;
	padding: 4px 30px 0 0;
	text-align: right;
	text-transform: uppercase;
	position: absolute;
	width: 925px;
	clear: both;
	bottom: 0;
	right: 0;
}

A {
	color: #9B2D05;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

A:hover {
	color: #000;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
#footer A:active, #footer A:link, #footer A:visited {
	color: #9B2D05;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
#footer A:hover {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}


.mailform_redtext {
	color: #FF0000;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
}
.mailform_boldtext {
	color: #9B2D05;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
}
.mailform_input {
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
}
.mailform_smalltext {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
}
.tx-srfreecap-pi2-cant-read {
	color: #9B2D05;
	font-size: 12px;
	font-weight: bold;
}
.tx-srfreecap-pi2-cant-read a:active,
.tx-srfreecap-pi2-cant-read a:link,
.tx-srfreecap-pi2-cant-read a:visited {
	text-decoration: underline;
}



H1 {
	color: #86310b;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	width: 60%;
	padding-bottom: 2px;
	border-bottom: 1px dashed #86310b;
}

H3 {
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

#content_repertoire_img {
	position: absolute;
	top:  280px; 
	left: 790px;
	width: 199px; 
	height: 354px; 
	z-index: 1;
}
#content_repertoire_img IMG {
	border: 1px solid #000;
}

.csc-textpic-caption {
	font-size: 10px;
	padding-top: 4px;
}
.csc-textpic-imagewrap IMAGE {
}
.csc-textpic-text {
}

/************* clearfix */
.clearfix:after {
content: ".";
display: block;
height: 0;
font-size: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* hide from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end hide from IE-mac */
