/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * Main Layout File
 */
 
/* Misc Styles and defaults 
-------------------------------------------- */
  
* {
	margin: 0;
	padding: 0;
}
body {
	color: #434e4e;
	font-size: 0.65em;
	font-family:Verdana, Helvetica, sans-serif;
	background: #D4DCF3 url(../images/bg_body.jpg) repeat-x;
	letter-spacing:0.01em;
	margin:0 0 5px 0;
}
html {
	overflow:scroll;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

img  {
	border:none;
}
.clear {
	clear:both;
}
/* CONTAINER
----------------------------------------- */

#BgContainer {
	width: 980px;
	height:auto;
	margin: 0 auto;
	background-color:#FFF;
	background: url(../images/bg_mother.gif) repeat;
	
	
}

#HeaderAussen {
	background: url(../images/bg_header.jpg) no-repeat;
	position:relative;
	width:980px;
	height:330px;
	
}

.klick-index {
	position:absolute;
	top:13px;
	left:2px;
	height:114px;
	width: 537px;
	display: block;
	border: 0px solid black;
}

#Flaggen {
	position:absolute;
	top:16px;
	left:928px;
	height:49px;
	width: 71px;
}



#Layout {
	width: 980px;
	height:auto;

}
#Content {
	width: 545px;
	float: left;
	text-align: left;
	margin:0 0 0 0;
	padding:23px 10px 0px 10px;

}
#Content.narrow {
	width: 450px;
}




/* BREADCRUMBS
-------------------------------------------- */
#Breadcrumbs {
	color: #B7C0C5;
	text-align: left;
	font-size: 0.9em;
	margin: 0px 5px 10px 0;
}
#Breadcrumbs p {
	margin: 0;
}
/* Navi */
#Navigation {
	width:190px;
	height:auto;
	float:left;
	margin:20px 0 0 5px;
	
}
#Menu ul {
	list-style: none;
	margin: 0px;
}
#Menu li {
	background: none;
	padding: 0px;
}
#Menu a {
	display: block;
	position: relative;
	width: 150px;
	height:18px;
	text-decoration: none;
	padding:6px 0 0 20px;
	color: #01589a;
	font-size:1.1em;
}
#Menu .section {
	background: url(../images/bg_navi.gif) no-repeat left;
	color: #01589a;
	font-weight: bold;
	font-size:1em;
	
}
#Menu .selected {
	background: url(../images/bg_navi.gif) no-repeat left;
	display: block;
	width: 150px;
	height: 18px;
	text-decoration: none;
	padding:6px 0 0 20px;
	color: #01589a;
	font-weight: bold;
	font-size:1.1em;
	
}
#Menu a:hover {
	background: url(../images/bg_navi.gif) no-repeat left;
	font-weight:normal;
	color: #434e4e;
}

/* Sub Menü */
#Sub-Menu ul {
	list-style: none;
	margin:0;
}
#Sub-Menu li {
	background: none;
	padding: 0px;
	margin: -4px 0 4px 0;
}
#Sub-Menu a {
	display: block;
	position: relative;
	width: auto;
	height: 15px;
	text-decoration: none;
	padding-left: 30px;
	margin-top: 2px;
	color: #01589a;
	font-size: 1em;
}
#Sub-Menu .selected {
	display: block;
	position: relative;
	width: auto;
	height: 15px;
	text-decoration: none;
	padding-left: 30px;
	margin-top: 2px;
	color: #434e4e;
	font-size: 1em;
	background:none;
}
#Sub-Menu a:hover {
	font-weight:bold;
	background:none;
}
/* SIDEBAR
-------------------------------------- */
#Sidebar {
	width: auto;
	float: left;
	margin: 10px 0 0 10px;
	padding: 0;
}
#Sidebar ul, #Sidebar ol {
	color: #666;
	margin:15px 0 0 0px;
	padding:0 0 0 0px;
}
#Sidebar li {
	font-size: 1.2em;
}
/* Rechts
-------------------------------------- */

#Rechts {
	float: right;
	margin:13px 20px 0 0;
	

}
/* STATIC SIDEBAR
-------------------------------------- */

.StaticSidebarBox {
	width: 186px;
	padding:0;
	line-height:1.4em;
	

}
.StaticSidebarTop {
	height: 40px;
	width: 186px;
}

.StaticSidebarTop h3 {
	color: #01589a; ;
	font-weight: normal;
	font-size: 1.45em;
	padding:15px 0 0 15px;

}

.StaticSidebarMain {
	height:auto;
	width: 153px;
	padding:0 20px 0 15px;
	
}

.StaticSidebarMain a {
	text-decoration: none;
	color: #01589a;
}


.StaticSidebarMain a:hover {
	text-decoration: underline;
}

.StaticSidebarMain img {
	padding:10px 0;
}
.StaticSidebarBottom {
	height:34px;
	width: 186px;
	
}

/* SEARCH FORM 
-----------------------------------------------*/
/* Alles */

#SearchForm_SearchForm {
	position:absolute; top:75px; left:740px;	
	width: 200px;
	height:50px;

}
/* Input mit Button */
#SearchForm_SearchForm .middleColumn {
	float: left;
	width:150px;
	height: auto;
	border: none;
	background-color:#FFF;
	margin:0;
}
/* Suchfeld */
#SearchForm_SearchForm .middleColumn input.text {
	width: 150px;
	height:23px;
	border: none;
	color: #0080C1;
	font-weight:normal;
	font-size:1em;
	background: #fff url(../images/suchfeld.jpg) no-repeat;
	padding:0 0 6px 6px;
}
/* Button*/
#SearchForm_SearchForm #SearchForm_SearchForm_action_results {
	width: 30px;
	height:25px;
	background: #fff url(../images/suche.jpg) no-repeat;
	background-color:#fff;
	border: none;
	margin:3px 0 0 0;
	
}
/* SEARCH RESULTS STYLES
------------------------------------------------ */
ul#SearchResults {
	margin: 0;
	width:540px;
	float:left;
	
}


#SearchResults h2 {
	margin-top:20px;
}
ul#SearchResults li {
	list-style:none;
	margin: 0;
	font-size: 1em;
}
/* FOOTER
----------------------------------------------- */

#Footer {
	clear: both;
	width: 980px;
	height: 21px;
	background: transparent url(../images/bg_footer.jpg) no-repeat;
	padding:35px 0 0 0;
	text-align:center;
	color:#FFF;
}
/* MESSAGEBOXS
--------------------------------------------- */
.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #666;
	border: 1px solid #000;
	background-color: #E7F0D3;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 1px solid #000;
	background-color: #FFD7AA;
}
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;
}
