/* CSS Document 
politikmanagemnt-online.de
main_template */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 1.5em;
	color: #333333;
	text-align: center;
	background-color: #E8E6DC;
	width: 100%;
	height: 100%;
}

#all {
	width: 72em;
	height: auto;
	min-height: 100%;
	margin-left: -36em;
	text-align: left;
	position: absolute;
	left: 50%;
	font-size: 1em;
	background-image: url(bg_weiss.gif);
	background-repeat: repeat-y;
	background-position: 18em 0px;
	float: left;
}
	#top {
		width: 54em;
		height: 6.5em;
		position: relative;
		top: 0;
		left: 0;
		float: left;
	}
	#top .logo_bg {
		font-family: "Courier New", Courier, mono;
		text-align: right;
		color: #E8E6DC;
		font-size: 4.9em;
		font-weight: bold;
		text-align: right;
		position: relative;
		top: 0.7em;
		right:0;
	}
	#top h1 {
		color: #933350;
		font-size: 1.2em;
		font-weight: bold;
		text-align: right;
		position: absolute;
		top: 2.1em;
		right: 0;
		word-spacing: -0.5em;
	}
	#main {
		width: 55em;
		height: auto;
		position: relative;
		top: 1em;
		left: 0;
		float: left;
	}
		#title{
			width: 35em;
			height: auto;
			padding-left: 19em;
			background-color: #933350;
			padding-top: 0.1em;
			padding-right: 0em;
			padding-bottom: 0.1em;
			float:left;
		}
		#title h1 {
			font-size: 1.2em;
			font-weight: normal;
			color: #FFFFFF;
			padding:0;
			margin:0;
		}
		#left_nav {
			width: 18em;
			height: auto;
			margin-top: 2em;
			float: left;
			color: #793448;
			text-align: right;
			background-color: #E8E6DC;
			float: left;
		}
		#content {
			width:35em;
			height: auto;
			padding: 0 0 2em 1em;
			margin-top: 2em;
			float: left;
		}
	#right {
		width: 15em;
		height: auto;
		position: absolute;
		top: 7.5em;
		right: 0;
		padding-right: 1em;
		background-color: #FFFFFF;
	}
	#right img {
		max-width: 16em;
		margin-bottom: 0.5em;
		
	}
	.rightimg {
		margin-bottom: 0.5em;
	}
	
	#footer {
		width: 72em;
		height:auto;
		float: left;
	}

.clearer {
 clear:both;
 visibility: hidden;
}