/* Druck Stylesheet in-die-kraft.de - Franz Mees 18.4.2009	 */
/*
/************ Allgemeines ******************************************************/

body
	{
	background-color: white;
	color: #000000;
	text-align: center;
	line-height: 150%;
	}
	
#leftside, #rightside, #content_bottom, #navi, #header1, #footer
	{
	display: none;
	}
	
p
	{
	margin-top: 0px;
	margin-bottom: 1.0em;
	}

.imgplan
	{
	width: 500px;
	border: 2px solid #CC6633;
	}

.textsmall
	{
	font-size: 12px;
	line-height: 1.2em;
	}


/************ Containerspezifisches ******************************************************/

#container
	{
	background-color: white;
	margin: auto;		/* Seite zentrieren */
	width: 940px;
	font-family: verdana, arial, helvetica, sans-serif;
	}

#header,  #main
	{
	font-size: 16px;
	}

#header
	{
	height: 60px;
	padding: 0px 0px 0px 40px;
	text-align: left;
	border-bottom: 2px solid #CC6633; 
	}

#content	/* ohne float, stets als letztes notieren */
	{
	text-align: left;
	}

#content_top
	{
	height: 514px;
	background-color: #FFFFFF;
	margin: 10px 0px 10px 0px;
	padding: 20px 30px 20px 40px;
	line-height: 1.5em;
	letter-spacing: 0.0em;
	overflow: visible;
}

/************ Ü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;
	} 

/************ Links ******************************************************/
			
a
	{
	text-decoration: none;
	color: #EF612F;
	}

