/* CSS Document */

body {
	background-color: #4A4A4A;
/*	background-color: #950000; */
/*	background-image: url(../images/bg-test.png);  */

	background-image: url(/fileadmin/templates/kac/images/kac-pbgtexture-rot.jpg);
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 20px 0;
	padding: 0;
}

/********HEADINGS*******/
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 1.75em;
}
h1, h2, h3, h4 {
	line-height: normal;
	font-family:Arial, sans-serif;
	font-weight: bold;
}
h2 {
	margin: 1.5em 0 0 0;
	font-size: 1.35em;
}
h3 {
	margin: 0 0 0 0;
	font-size: 1.25em;
	
}


#mainwrapper {
	background-color: #DBDBDB;
	background-image: url(/fileadmin/templates/kac/images/kac-shadow-rot.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 766px;
}

#header {
	background-image: url(/fileadmin/templates/kac/images/kac-masthead.jpg);
	background-repeat: repeat-y;
	height: 162px;
}

#contentwrapper {
	background-image: url(/fileadmin/templates/kac/images/760x1024-3.gif);
	margin: 0 auto 15px;
	padding: 1.4em 0 0;
	width: 750px;
}

#mainbox1 {
	float: left;
	width: 520px;
}

#mainbox1 p{
	line-height: 1.5em;
	margin: 8px 0 0px;
}

#mainbox2 {
	background-image: url(/fileadmin/templates/kac/images/760x1024-3.gif);
	float: right;
	width: 229px;
}

#contentleft {
	font-size: 0.85em;
	padding: 0 10px 20px 30px;
	line-height:1.5em;
}
#contentright {
	font-size: 0.68em;
	padding: 0 30px 10px 10px;
	text-align: center;
	line-height:1.5em;
}

/*********PAGE LINK STYLES********/
#contentwrapper a, a:hover, #contentwrapper a:active, #contentwrapper a:focus, 
#footer a:hover, #footer a:active, #footer a:focus,
#maincontent2 a, #maincontent2 a:active, #maincontent2 a:focus
{
/*	background-color: #4D4D4D; */
	color: #930E23;
	text-decoration: none;
	font-weight: bold;
}

#contentwrapper a:hover,  #maincontent2 a:hover {
text-decoration: underline;
}
#contentwrapper a:visited {
color: #DE1634;
}

#contentleft a, #contentleft a:active, #contentleft a:focus {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}

#contentleft a:visited {
color: #333333;
}


#BottomPic {

}

#bottom {
background-image:url(/fileadmin/templates/kac/images/kac-footer-rot.jpg);
background-position:left bottom;
background-repeat:no-repeat;
height:48px;
}

#footerbox {
color:#CECCC4;
font-size:0.7em;
margin:0 auto;
width:750px;
}

#footer {
padding:0 0 0 30px;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.align-justify {
	text-align: justify;
}

p.kleine-schrift {
font-size: 0.85em;
}

div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img, div.csc-textpic-border div.csc-textpic-single-image img {
	background-color: white;
	border: solid 1px black;
	padding: 4px;
}

.sitenavhide {
	display: none;
}

.sitenavshow {display: inline;}

.clearit {
	clear: both;
}