@charset "utf-8";
html,body { margin:0px; height:100%; background:#ffffff; }
* {
	font-size:12px;
	color:#3c3b39;
	font-family:Arial, Helvetica, sans-serif;
	border-style:none;
	text-decoration:none;
}
img, form { display:block; margin:0px; }

.clearFloat { clear:both; }

#GlobalContainer { width:954px; margin:auto; }

#HeaderContainer { width:100%; height:223px; background:url("/gfx/design/Standard/headerBgRepeatY.gif") repeat-y left top; position:relative; }
	
	#HeaderContainer ul, 
	#HeaderContainer li { list-style:none; margin:0px; padding:0px; }
	
	#ToolBar {
		width:873px;
		height:32px;
		background:#4e4d4b;
		position:absolute;
		right:0px;
	}
		#ToolBar .cornerCurve { position:absolute; bottom:0px; width:100%; }
		
		#ToolBar a { color:#b9b9b8; }
			#ToolBar a:hover { color:#ffffff; }
		#ToolBar input[type=submit] { border:0px solid #3c3b39; color:#ffffff; background:#3c3b39; }
		#ToolBar input[type=text] {
			width:160px;
			height:14px;
			border:0px solid #3c3b39;
			margin:0px 7px 0px 2px;
			background:#91908f; color:#ffffff;
		}
		#ToolBar table { margin:0px 25px 0px 0px; }
			#ToolBar table td { padding:7px 3px 0px 3px; color:#b9b9b8; }

	#HeaderContainer .wrapper { width:100%; height:191px; background:url("/gfx/design/Standard/headerBgBottom.gif") no-repeat left bottom; position:absolute; top:32px; }
		#Logo img { margin:25px 25px 0px 0px; }
		
		#FlashBanHeader { margin:0px 0px 0px 0px; }
			#FlashBanHeader * { margin:0px; padding:0px; }
		
		#NavigateBarTop { margin:10px 0px 0px 15px; }
			#NavigateBarTop a { color:#3c3b39; font-weight:bold; }
			#NavigateBarTop a:hover, #NavigateBarTop a.selected { color:#990a4a; }

#PageContainer {  }

	#LeftContainer { width:740px; float:left; margin:0px 0px 0px 10px;}
	
	#RightContainer { width:180px; float:left; margin:-10px 4px 0px 10px; position:relative; }
		
		#RightContainer ul,
		#RightContainer li { list-style:none; margin:0px; padding:0px; }
		
		
		#NewsTeaser { background:url("/gfx/objects/NewsBarRepeat.gif") repeat-y; margin-bottom:10px; }
		#NewsTeaser h2, #NewsTeaser h3 { margin:0px; }
		#NewsTeaser h2 { margin:5px 0px 14px 12px; color:#990a4a; }
		
		#NewsTeaser ul { margin:0px 12px 0px 12px; }
			#NewsTeaser li { height:57px; margin:0px 0px 14px 0px; overflow:hidden; }
		
			#NewsTeaser a .date { font-size:10px; color:#990a4a; }
			#NewsTeaser a:hover h3 { text-decoration:underline; }

		.rightTeaser { margin-bottom:10px; }
			.rightTeaser table { width:100%; }
			.rightTeaser .title { background:#ae205d; }
				.rightTeaser .title .txt { width:100%; }
				
					.rightTeaser .title .txt * {
						display:block;
						padding:3px 0px 3px 0px;
						color:#ffffff;
						font-weight:bold;
					}
			
			.rightTeaser .content {
				width:100%;
				padding:2px;
				border-left:1px solid #ae205d;
				border-right:1px solid #ae205d;
				background:#ffffff;
				font-size:10px;
				overflow:hidden;
			}
				.rightTeaser .content * { font-size:10px; }
				.rightTeaser .content a { display:block; text-align:right; color:#ae205d; padding-right:5px; }
				.rightTeaser .content a:hover { text-decoration:underline; }
				.rightTeaser .content ul { margin:4px !important; }
					.rightTeaser .content ul li { padding:0px 0px 5px 0px !important; }
					.rightTeaser .content ul a { display:inline; text-align:left; }
			
			.rightTeaser .bottom { width:auto; background:#ffffff url("/Skins/default/gfx/rightTeaser/bottomRepeat.gif") repeat-x; }
		
		/* Propertys for Relations list */
		


#FooterContainer { height:38px; margin:0px 0px 0px 0px; background:#333230; color:#ffffff; position:relative; }
	#FooterContainer * { color:#ffffff; }
	
	#FooterContainer ul,
	#FooterContainer li { list-style:none; margin:0px; padding:0px; }
	
	#FooterContainer ul { margin-left:35px; }
		#FooterContainer ul li { float:left; margin:4px 10px 0px 0px; }
		
		
