/* -------------  PRINT CSS | Ralph Pfeifer | Kommunikations-Design ------------------
für kimm-ev.de -- Copyright 2007
KIMM e.V.

Ralph Pfeifer
Kommunikations-Design
-------------------------------
Strümpfelbacher Str. 314
71384 Weinstadt
-------------------------------
Tel: 07151 275170
Fax: 0941 5992 10128 
-------------------------------
mailto:info@ralph-pfeifer.de
http://www.rpkdr.de
-------------------------------
*/
/* -------- L A Y O U T ------------- */
body {
	font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11pt;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: url(../gfx/);
	background-repeat: repeat-y;
}
#pagebrace {
	width: 100%;
}

/*-------  Header -----------*/
#header {
	background-color: #FFFFFF;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;
	}
#header .logo {
	float: left;
	width: 300px;
	padding-top: 18px;
	padding-left: 0px;
}
#header .claim {
	padding-top: 80px;
	padding-left: 320px;
}
.adresszeile {
	margin-top: 15px;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	font-size: 9pt;
}
.print-footer {
	padding-top: 15px;
	padding-bottom: 10px;
	border-top: solid black 1px;
	margin-bottom: 20px;
}
/*-------  Content -----------*/

#content {
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../gfx/);
	background-repeat: no-repeat;
	background-position: 420px 0px;
	margin: 0px;
}
/*-------  Service-Navigation -----------*/
#service-navi {
	width: 185px;
	background-image: url(../gfx/spirale_hg_content.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	font-weight: bold;
	padding-top: 20px;
	margin-top: 20px;
	margin-left: 30px;
	padding-bottom: 30px;
}

#service-navi div,
#service-navi form {
	line-height: normal;
	margin: 0px;
	padding: 0px 0px 0px 10px;	
}
#service-navi div a:link,
#service-navi div a:visited {
	color: #001155;
	text-decoration: none;
	}
#service-navi div a:hover,
#service-navi div a:active {
	color: #88001B;
	text-decoration: underline;
}
.service-navi-breadcrumb {
	font-size: 87%;
	margin: 0px 0px 0px 8px;
	padding: 0px 0px 0px 9px;
	list-style-image: url(../gfx/pfeil-liste.gif);
	font-weight: normal;
}

