/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * Main Layout File
 */
 
/* Misc Styles and defaults 
-------------------------------------------- */
  
* {
	margin: 0;
	padding: 0;
}

body {
	color: #656862;
 	font-size: 12px; 
 	margin-bottom: 40px;
	font-family: Arial, Helvetica, sans-serif; 
	background: url(/themes/schneiderbauag/images/bg.png) repeat-y center top #52564e;
}

html, body {
	height: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clear{
	clear:both;
}



/* CONTAINER
----------------------------------------- */
#BgContainer {
	width: 990px;  
	margin: 0 auto; 
}
#Container {

}
#Layout {
	width: 752px;
	padding: 0 15px 15px 15px;
	margin: 0 0 30px 20px;	
	float: left;
	text-align: left;
}
#Content {
	width: 480px;
	float: left;
}
#ContentForm {
	width: 280px;
	float: left;
}
#ContentFull {
	float: left;
}

/* RECHTE CONTENT SPALTE
----------------------------------------- */
#ContentRightForm {
	margin: 75px 0 0 0;
	width: 450px;
	float:right;
}
#ContentRight {
	margin: 50px 0 0 0;
	width: 224px;
	float:right;
}

#ContentRight h4 {
	margin-bottom: 10px;
}

/* HEADER
----------------------------------------- */
#Header { 
 	width: 990px;
	height: 153px;
	background: #52564e;	
}

#Cube {
	float:left;
}
#Claim {
	margin: 81px 0 0 30px;
	float:left;
}

#HeaderRight {
	margin: 50px 8px 0 0;
	float: right;
	}
	#HeaderRight a {
		color: #fff;
		text-transform:uppercase;
		text-decoration: none;
		padding: 0 0 0 13px;
		font-size: 10px;
	}
	#HeaderRight a:hover {
		color: #fff;
		text-decoration: underline;
	}

/* RIGHT
----------------------------------------- */
#Right {
	float:right;
	color: #e0e0e0;
	width: 158px;
	padding: 44px 0 0 0;
}
#Right h2 {
	color: #fff;
	font-weight:bold; 
	font-size:12px;
	margin: 0;
	padding:0;
}
#Right h3 a {
	color: #fff000; 
	font-weight:bold; 
	font-size:11px;
	margin: 0;
	padding:0;
	text-transform:uppercase;
}
#Right a {
	color: #e0e0e0;
	text-decoration: none;
}

/* HAUPTBILDER
----------------------------------------- */
#HauptBilder {
	margin: 0 0 36px 0;
}

/* MAIN NAVIGATION - TABS
----------------------------------------- */
#Navigation {
	width: 787px;
	height: 46px;
	font-size:12px;
	padding: 14px 0px 0px 21px;
	overflow: hidden;
	background:url(/themes/schneiderbauag/images/bg_nav.png) no-repeat;
}
	#Navigation ul { 
 		float: left; 
	}
		#Navigation ul li { 
	 		list-style: none; 
			float: left;
			display: block;
		}
  			#Navigation ul li a { 
				float: left;
				display: block; 
				padding: 10px 15px 10px 15px;
				color: #fff000;
				text-transform: uppercase;
				text-decoration: none;
				text-align:center;
				}
				#Navigation ul li a:hover, #Navigation ul li:hover { 
					background: #fff; 
					color: #52564e;
					cursor: pointer;
				}
				* html Navigation ul li a:hover  {  
				 /* CSS-Hack f?r IE6 und kleiner */  

				}  
    			#Navigation ul li a.current,
	    		#Navigation ul li a.section,
	    		#Navigation ul li a.section:hover,
	    		#Navigation ul li a.current:hover { 
				 	background: #fff; 
				 	color: #52564e;
					font-weight: bold;
					}

/* MAIN NAVIGATION - DROPDOWN LEVEL 2
----------------------------------------- */	
#Navigation ul li ul{ 
    width: 195px;
}
#Navigation ul li ul li{ 
    list-style: none;
    float: left;
    padding: 3px 0px 3px 0px;
    display:block;
}
#Navigation ul li ul li a { 
    width: 180px;
    text-align: left;
    text-decoration: none;
    display:block;
    color: #fff;
    padding:7px 0px 7px 15px;
    margin:0px;
	background: #656862;
	opacity: 0.8;
    /* Mozilla ignores MS image filters, so it will skip the following */	
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80,sizingMethod=scale );
}

#Navigation ul li ul li a:hover { 
    width: 180px;
    display:block;
    text-align: left;
    text-decoration: none;
    color: #fff;
    padding:7px 0px 7px 15px;
    margin:0px;
    background: #52564E;
	opacity: 0.9;
	/* Mozilla ignores MS image filters, so it will skip the following */	
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90,sizingMethod=scale );	
}
#Navigation ul li ul li a.current,
#Navigation ul li ul li a.section,
#Navigation ul li ul li a.section:hover,
#Navigation ul li ul li a.current:hover { 
    width: 180px;
    display:block;
    color: #fff;
    border-bottom:none;
    padding:7px 0px 7px 15px;
    background-color:#52564E;
}

/* BREADCRUMBS
-------------------------------------------- */
#Breadcrumbs { 
	text-align: left;
	margin: 0px 5px 10px 0;
	font-size: 10px;
	text-transform:uppercase;
}
	#Breadcrumbs a {
		color: #a9ada6;
	}

/* OVERVIEW LIST
-------------------------------------------- */
.overviewList {
	float:left;
	margin: 0 10px 40px 0;
	width: 240px;
}
/* LATEST NEWS LIST
-------------------------------------------- */
.newsImage {
	float: left;
	border: 1px solid #656862;
	margin: 0 8px 0 0;
}
ul#NewsList li{
    list-style: none;
    margin-left: -25px;
}
li.newsDateTitle a {
    font-size: 16px;
    font-weight: bold;
 
}
ul#NewsList li a.Link {
    color: #CC0000;
}
ul#NewsList li a.Link:hover {
    text-decoration: underline;
}




/* COMMENTS
---------------------------------------- */
#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}
#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
	#PageComments li.odd {
		background: #E8F6FF url(../images/commentBg.png) no-repeat 1% 10%;
		padding-left: 40px;
		padding-right: 10px;
		border-bottom: 2px solid #BCE4FE;
	}
	#PageComments li.even {
		background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
		padding-right: 40px;
		padding-left: 10px;
	}

		#PageComments li.odd p.info {
			color: #3AA0C3;
		}

		.actionLinks li {
		   display: inline;
		   border-right: 1px solid;
		}
			.actionLinks li a {
				padding-right: 3px;
				font-size: 10px;
			}
   			.actionLinks li.last {
      			border-right: none;
   			}

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
	#PageComments p.info {
		color: #999;
		margin: 0px;
		padding: 0;
		line-height: 1em;
		font-size: 0.9em;
	}

/* SEARCH RESULTS STYLES
------------------------------------------------ */
ul#SearchResults {
	margin: 10px 0;
}
	ul#SearchResults li {
		list-style: none;
		margin: 5px 0;
		font-size: 1em;
	}

/* SEARCH FORM 
-----------------------------------------------*/
html #SearchForm_SearchForm {
	float: right;
	width: 240px;
	margin: 5px;
}
html #SearchForm_SearchForm .middleColumn {
	float: left;
	width: 164px;
	margin: 0 5px 0 0;
	padding: 2px;
	background-color: #51a9df;
	
}
	html #SearchForm_SearchForm .middleColumn input.text {
		width: 160px;
		border: none;
		color: #666;
	}
html #SearchForm_SearchForm #SearchForm_SearchForm_action_results {
	float: left;
	margin-top: 2px;
}

/* MESSAGEBOXS
--------------------------------------------- */
.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}



p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
	}
/* UNSUBSCRIBE NEWSLETTER
------------------------------------------------ */
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

	#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
	}
		#Unsubscribe_MailingListForm_MailingListForm p label{
			display: inline;
		}
	#Unsubscribe_MailingListForm_MailingListForm label{
		margin:0;
	}


/* FOOTER
----------------------------------------------- */

#FooterOuter {
	margin: 0 auto;
	width:990px;
}
#FooterInner { 
	width: 748px;
	padding: 15px 2px 15px 2px;
	margin: 0 0 0 36px;	
	border-top: 4px solid #c8cac7;
	font-size: 10px;
}
	#FooterRight {
		float: right;
	}
  	#FooterLeft {
		float: left;
	}
	#FooterRight a {
		padding: 0 0 0 13px;
	}
	#Footer a {
  		color: #676b64;
		text-transform:uppercase;
  		text-decoration: none;
	}
	#Footer a:hover {
		color: #676b64;
		text-decoration: underline;
	}