@charset "utf-8";
@import url("reset.css");
@import url("general.css");
@import url("formate.css");

/* Grundlayout */
#page {
	background: #f0f4f6 url(../images/bg_page.png) repeat-x;
	width: 924px;
	margin: 15px 0 20px 56px;
	float: left;
}

	#header { position: relative; padding-left: 25px; }
		#logo { 
			position: absolute;
			right: 0;
			top: 17px;
		}
		#header .functionbar { float: right; width: 400px }
		#header .styleswitcher { float: left; margin: 14px 5px 0 0 }
			#header .styleswitcher li { display: inline; margin-right: 3px }
				#header .styleswitcher li a { 
					line-height: 10px
				}
				#header .styleswitcher li.normal a { font-size: 10px }
				#header .styleswitcher li.middle a { font-size: 12px }
				#header .styleswitcher li.large a { font-size: 15px;}
	
	#main { 
		clear: both;
		padding: 50px 0 15px 22px;
	}
		#content { float: left; width: 676px; min-height: 480px }
			#teaser { overflow: hidden }
				#teaser li {  
					float: left; 
					width: 212px; 
					margin-right: 20px 
				}
				#teaser li.lastTeaser { 
					margin-right: 0px 
				}
				#teaser .teaserContent {
					padding: 0 2px;
					background: url(../images/teaser_bg.gif);
					border-top:  1px solid #e0e5e6;
					border-bottom: 2px solid #e0e5e6;
				}
				#teaser li.green h2 { color: #039565 }
				#teaser li.orange h2 { color: #f90 }
				#teaser li.blue h2 { color: #00a0dc }
				
		.content #content { 
			float: left; 
			width: 629px; 
			min-height: 333px; 
			background: #fff url(../images/content_bg.gif); 
			margin: 28px 0 58px 0;
			padding: 0 20px 20px 27px;
			border-top: 1px solid #e1e7e9;
			border-bottom: 2px solid #e0e5e6
		}
			.content_sub { 
				float: left;
				width: 208px;
				margin-right: 25px;
				margin-left: -25px 
			}
			
			.content_main {
				float: left;
				width: 415px
			}
			
			.one-column .content_main {
				width: 620px
			}
			
			.one-column .content_main {
				margin-left: 25px
			}
		
		
		#sidebar { 
			float: left; 
			width: 204px; 
			padding-left: 22px;
			margin-top: -68px;
			position: relative;
			font-size: 0.86em;
		}
		
		#sidebar .content { 
			background-color: #D8DFE2;
			padding: 10px;
		}
		 
		#footer { clear: both }

/* Editmode */
.edit { }
	.edit .navigation_showCompleteLevel2 { margin: 0 }
