/* Stylesheet in-die-kraft.de - Franz Mees 17.4.2009	 */
/*
/************ Allgemeines ******************************************************/

body {
	color: #320000;
	text-align: center;
}
p {
	margin-top: 0px;
	margin-bottom: 1.0em;
}
.abbr {
	border-bottom: 1px dotted #326666;
	cursor: help;
}
.text {
	color: #320000;
	font-weight: normal;
}
.textsmall {
	font-size: 9px;
	line-height: 1.5em;
}
.tb1 {
	width: 450px;
}
.tb1 h1 {
	margin-bottom: 46px;
	padding-left: 20px;
}
.tb1 p {
	margin-bottom: 1.0em;
	padding-left: 20px;
}
.tb1 td {
	vertical-align: top;
}
.rechts {
	text-align: right;
}
.fett {
	font-weight: bold;
}
/************ Containerspezifisches ******************************************************/

#container {
	margin: auto;		/* Seite zentrieren */
	width: 940px;
	font-family: verdana, arial, helvetica, sans-serif;
}
#header, #header1, #main, #footer {
	font-size: 11px;
}
#content_bottom {
	font-size: 9px;
}
#header {
	height: 80px;
	padding: 16px 0px 0px 18px;
	text-align: left;
}
#header1 {
	height: 26px;
	padding: 6px 0px 0px 0px;
}
#navi {
	font-family: arial, helvetica, sans-serif;
	float: right;
	text-align: right;
	width: 800px;
	font-size: 13px;
}
#main {
	height: 600px;
}
#leftside, #rightside {
	position: relative;
	height: 550px;
	padding: 30px 10px 20px 10px;
	line-height: 1.5em;
}
#leftside {
	color: #666666;
	float: left;
	width: 160px;
	text-align: right;
	border-right: 1px solid #F3EDCB; /*#F3CDA7;*/
}
.leftside_topnavi {
	padding: 70px 6px 26px 6px;
}
.leftside_box {
	padding: 82px 6px 26px 6px;
}
.leftside_box h1 {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #F3CDA7;
}
.leftside_box h2 {
	font-weight: bold;
	margin-top: 12px;
}
.leftside_box_bottom {
	position: absolute;
	left: 20px;
	bottom: 10px;
	text-align: left;
}
#rightside {
	float: right;
	width: 140px;
	text-align: left;
}
.rightside_box_bottom {
	position: absolute;
	left: 30px;
	bottom: 10px;
}
#content	/* ohne float, stets als letztes notieren */ {
	text-align: left;
}
#content a {
	text-decoration: none;
	color: #EF612F;
}
#content a:hover {
	text-decoration: none;
	color: #F3CDA7;
}
#content_top {
	height: 540px;
	background-color: #FFFFFF;
	margin: 10px 0px 10px 0px;
	padding: 20px 30px 20px 40px;
	line-height: 1.5em;
	letter-spacing: 0.0em;
	overflow: auto;
	scrollbar-arrow-color: #F3CDA7;
	scrollbar-base-color: #F3EDCB;
	scrollbar-darkshadow-color: #F3EDCB;
	scrollbar-face-color: #F3EDCB;
	scrollbar-shadow-color: #F3CDA7;
	scrollbar-track-color: #FFFFFF;
}
#content_bottom {
	height: 26px;
	color: #EF612F;
	text-align: right;
	padding: 4px 40px 0px 0px;
}
#footer {
	text-align: left;
	clear: both;
	height: 26px;
	padding: 6px 0px 0px 220px;
	color:#320000;
}
/************ Überschriften ******************************************************/

h1 {
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 24px;
	margin-bottom: 0.5em;
	font-weight: normal;
	letter-spacing: 0.0em;
}
h1.h1small {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0.0em;
	margin-bottom: 2.0em;
	letter-spacing: 0.0em;
	color: #000000;
}
h2, h2.hintergrund {
	font-family: verdana, arial, helvetica, sans-serif;
	letter-spacing: 0.0em;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 0.0em;
	margin-top: 1.5em;
	background-repeat: no-repeat;
	background-position: left 5px;
	padding:0px 0px 0px 20px;
}
h2 {
	background-image: url(images/square.gif);
}
h2.hintergrund {
	background-image: url(images/square.gif);
}
h3 {
	font-weight: bold;
	font-size: 12px;
}
ul {
	margin-top: 1.0em;
}
li {
	line-height: 2.0em;
}
/************ Links ******************************************************/
			
a {
	text-decoration: none;
	color: #EF612F;
}
a:hover {
	color: #F8FFD9;
	background-color: #EF612F;
}

