@charset "utf-8";
@import url("navigation.css");
@import url("searchbox.css");
@import url("mailform.css");
@import url("contenttable.css");
@import url("newsletter.css");
@import url("full_width.css");


/* CSS Document */

/**
  * general elements
  *
  */
* { 
	padding: 0; 
	margin: 0; 
} 

html {
	height: 100.1%;
}

body {
	background: #FFF url(../img/body_bg.gif) repeat-x; 
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	height: 100.1%;
}

#wrapper {
	margin: 0 auto;
	width: 956px;
}

/**
  * print
  *
  */
  
#printhead, #printfooter {
	display: none;
}
  


/**
  * head
  *
  */
  
#head {
	float: left;
	height: 128px;
	width: 956px;
}

	#logo {
		float: left;
		height: 83px; /* 98px */
		padding: 15px 0 0 27px;
		text-align: left;
		width: 929px; /* 956px */
	}
	
	#topnavi {
		/* float: left; */
		height: 30px;
		padding: 0 0 0 24px;
		width: 932px; /* 956px */
	}
	

/**
  *  main
  *
  */		
#main {
	background: #FFF;
	float: left;
	min-height: 200px;
	width: 956px;
}	


	#leftnavi {
		/* depends completly on page */
	}
	

	#content {
		float: left;
		line-height: 18px;		
		/* padding depends on page */
		/* width depends on page */
	}
	
		#pagetitle {
			float: left;
			height: 40px;
			line-height: 40px;
			margin: 30px 0 10px 0;
			/* width depends on page */
		}
		
			#content #pagetitle h1 {
				color: #EE3B33;
				font-size: 22px;
				font-weight: normal;
				margin: 0;
				padding: 0;
			}	
			
		#content h1 {
			font-size: 12px;
			padding: 8px 0;
		}
		
		#content p {
			padding: 6px 0;
		}
		
		#content img {
			padding: 8px 0;
		}
	
	
		#content a {
			color: #EE3B33;
			font-weight: bold;
			text-decoration: underline;
		}
		
		#content a:hover {
			text-decoration: none;
		}
		
		
		#content .standard {
			float:left;
			margin: 0 0 12px 0;
			/* width depends on page */			
		}
		
		#content .doublecontent {
			float: left;
			margin: 0 0 12px 0;	
			/* width depends on page */			
		}
		
		#content .csc-textpic-caption {
			color: #666;
			font-size: 11px;
		}
		
		
		
	#rightcontent {
		background: #F2F2F2 url(../img/rightcontent_bg.gif) no-repeat;
		float: right;
		width: 190px;
	}
	
		#rightcontent_inner {
			background: url(../img/rightcontent_inner_bg.gif) bottom no-repeat;
			float: left;
			height: 600px;
			width: 190px;
		}
		
		#rightcontent_inner div.contentpart .standard {
			margin: 0 0 7px 0;
			padding: 0;			
		}
		
		#rightcontent_inner div.contentpart .csc-textpic {
			min-height: 1px;
		}
		
		#rightcontent_inner #searchbox {
			background: url(../img/searchbox_bg_new.gif) no-repeat;
			float: left;
			height: 35px; /* 43px */
			padding: 8px 0 0 8px;
			width: 182px; /* 190px */
		}
		


		
	#footer {
		height: 30px;
		margin: 10px 0 0 0;
		width: 956px;
	}
	
		#footercontent {
			border-top: 1px solid #A6A6A6;
			color: #505050;
			height: 30px;
			line-height: 30px;
			margin: 0 0 0 31px;
			width: 700px;
		}
		
		#footercontent .spacer {
			margin: 0 15px 0 0;
		}
		
		#footercontent a {
			color: #505050;
			text-decoration: underline;
		}
		
		#footercontent a:hover {
			text-decoration: none;
		}
