/*
 SilverStripe BlackCandy Theme
 http://www.silverstripe.com
 */
 
/************
  * Misc Styles and defaults 
  */
  
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	color: #333;
 	font-size: 65%; 
	font-family: Verdana, Lucida, sans-serif; 
	background-color: #e6e9ee;
}

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

html {
	background-color: #e6e9ee;
}
.clear{
	clear:both;
}
img {
	border: 0;
}

a {
	text-decoration: none;
}


a.langlink {
	font: normal normal 11px Verdana, Helvetica, sans-serif;
	color: #bbb;
	text-decoration: none;
}

a.langlink:hover {
	color:#999;
}

.graytext {
	color: #bbb;
}

hr {
	color: #E8E9EB; 
	width: 564px;
	background-color: #E8E9EB;
	height: 2px;
	border: 0;
}

/**************
 	Site Container Box
*/
#prewhite {
	position: absolute; 
	top: 0; 
	left: 50%; 
	margin-left: -495px; 
	width: 990px; 
	height: 15px; 
	background-color: #fff; 
	z-index: -1;
}

#BgContainer {
	padding-top: -20px;
	padding-bottom: 20px;
	width: 990px;  
	margin: 0 auto; 
	background-color: #fff;
}
#Container { 
	width: 960px;
	margin: 0 15px;
	background-color: #fff;
	}
#Layout {
	width: 960px;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 10px;
}
#Content {
	width: 960px;
	float: none; 	
	margin: 0 auto;
	text-align: left;
	}
	#LeftContent {
		float: left;
		width: 574px;
		margin: 0;
		padding: 0;
		margin-bottom: 20px;
	}
	
	#HomeLeftContent {
		float: left;
		width: 574px;
		margin: 0;
		padding: 0;
		margin-bottom: 10px;
	}
	#RightContent {
		margin: 0;
		padding: 0;
		float: right;
	}


/** Header **/

#Langer {
	text-align: right;
	margin-top: 5px;
}

#Header { 
 	width: 960px; 
	height: 65px;
 	margin: 0 auto;
	overflow: hidden;
	background: #fff url(../images/grothusen_head.jpg) no-repeat left center;
	}
 

/*** Main Nav ***/
#Navigation {
	width: 960px;
	margin: 0 auto;
	height: 38px;
	margin-top: 10px;
	overflow: hidden;
	background: #fff url(../images/menu_bg.jpg) repeat-x left top;
}

#NaviLeft {
	width: 2px;
	height: 38px;
	float: left;
	background: #fff url(../images/navi_links.jpg) repeat-x left top;
}

#NaviRight {
	width: 2px;
	height: 38px;
	float: right;
	background: #fff url(../images/navi_rechts.jpg) repeat-x left top;
}

#NaviText {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	float: right;
	line-height: 30px;
	vertical-align: middle;
	margin-right: 10px;
}



#Navigation ul { 
 	float: left; 
	margin-right: 10px;
	}
	#Navigation ul li { 
	 	list-style: none; 
		margin: 0 ; 
		float: left;
		line-height: 2.8em;
		display: block;
		border-right: 1px solid #CDD5E7;
		height: 30px;
		}
  		#Navigation ul li a { 
			float: left;
			text-decoration: none;
			display: block; 
			height: 35px; 
			font-size: 1.2em; 
			padding-left: 3px;
			color: #fff;
			text-transform: uppercase;
			}
		#Navigation ul li a div {
			text-align: center;
	      float: left;
			padding-left: 7px;
			padding-right: 10px;
			height: 35px; 
			padding-top: 2px;
 
		}
			#Navigation ul li a:hover { 
			 	background: transparent url(../images/hoverTabLeft.jpg) no-repeat left top; 
				color: #fff;
				cursor: pointer;
				}
			
			#Navigation ul li a:hover span {
				background: transparent url(../images/hoverTabRight.jpg) no-repeat right top;
				cursor: pointer;
			}
			#Navigation ul li a:hover div	{
				background: transparent url(../images/menu_over.jpg) repeat-x left top;
				cursor: pointer;
			}
    		
  		#Navigation ul li a.section div, 
  		#Navigation ul li a.section,
  		#Navigation ul li a.section:hover,
  		#Navigation ul li a.current:hover,
			#Navigation ul li a.section span,
    	#Navigation ul li a.section:hover span,			
			#Navigation ul li a.current:hover div,
			#Navigation ul li a.current div,
			#Navigation ul li a.current,
			#Navigation ul li a.current span,
			#Navigation ul li a.current:hover span {
				text-decoration: underline;
				cursor: pointer;
			}
    
/** Breadcrumbs **/
#Breadcrumbs { 
 	color: #B7C0C5;
	text-align: left;
	font-size: 0.9em; 
	margin: 0px 5px 10px 0;
	}
	#Breadcrumbs p {
		margin: 0;
	}

/*** Message Boxs ***/

.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;
}
/* Sidebar 
***********************************/
#Sidebar { 
 	width: 368px; 
	float: right;  
	margin: 0;
	padding: 0;
	margin-bottom: 16px;
	}
	#Sidebar .sidebarBox {
	margin: 0;
	}
	#Sidebar ul {
		margin: 0;
	}
	#Sidebar li {
		margin: 8px 2px;
		list-style: none;
	}
	#Sidebar h3 { 
		clear: both; 
		text-transform: lowercase;
		color: #fff;
		font-weight: 700; 
		font-size: 1.4em; 
		margin: 0 0 10px 0;
		line-height: 1.8;
		padding: 1px 0 0 10px;
		background: transparent url(../images/sidebarHeaderSub.gif) repeat-x center left;
	}
	
	#Sidebar .sidebarBottom {
		height: 15px;
		display: block;
		width: 200px;
		margin: -5px 0 0 0;
		background: #EFEFEF url(../images/sidebarBottomBg.gif) no-repeat center bottom;
	}
	#Sidebar a em {
		font-style: normal;
	}
    ul#Menu2 li {
	 		width: 368px; 
			height: 31px;
			line-height: 31px;
			vertical-align: middle;
     	font-size: 0.9em; 
     	margin: 0;
     	list-style: none;
			background: transparent url(../images/submenu_bg.jpg) no-repeat left top;
     	}
      ul#Menu2 li a {
        display: block;
        font-size: 1.2em;
        height: 1.8em;
        line-height: 31px;
				vertical-align: middle;
        color: #fff;
      }
	ul#Menu2 li em {
		padding-left: 8px;
		display: block;
	}
		ul#Menu2 li li em {
			padding-left: 0;
		}
      /* Level 1 
      - We use 3 elements for the nav to get 3 background images applied.
            * span - topleft rounded corner
            * em - bottomleft rounded corner
            * a - arrow on the right
            <a><span><em></em></span></a>
      */
      ul#Menu2 li a:hover,
      ul#Menu2 li a.current,
      ul#Menu2 li a.current:hover {
				cursor: pointer;
      	text-decoration: none;
				color:#fff;
				background: transparent url(../images/submenu_hover.jpg) no-repeat left top;
      }
	  ul#Menu2 li a.current {
	  		cursor: pointer;
        text-decoration: none;
				color:#fff;	
				background: transparent url(../images/submenu_hover.jpg) no-repeat left top;
	  }
      ul#Menu2 li a.section,
      ul#Menu2 li a.section:hover {
      	cursor: pointer;
        text-decoration: none;
				color:#fff; 
      }
      ul#Menu2 li a.levela:hover span,
      ul#Menu2 li a.current span,
      ul#Menu2 li a.section span,
      ul#Menu2 li a.section:hover span,
      ul#Menu2 li a.current:hover span {
      	cursor: pointer;
        text-decoration: none;
				color:#fff;     
      } 
      ul#Menu2 li a.levela:hover em,
      ul#Menu2 li a.current em,
      ul#Menu2 li a.section em,
      ul#Menu2 li a.section:hover em,
      ul#Menu2 li a.current:hover em {
        background: transparent url(../images/submenu_hover.jpg) no-repeat left top;   
      }
      ul#Menu2 li ul {
      }
      ul#Menu2 li ul li ul {           
      	margin-left: 0;
      }
      ul#Menu2 li ul li {
				width: 368px;
				background: transparent url(../images/subsub.jpg) no-repeat left top;
				padding: 0;
				font-size: 0.8em;
				display: block;
				clear: both;
				margin: 0;
				margin-top: 12px;
				height: 31px;
      }
      ul#Menu2 li li a.current,
      ul#Menu2 li li a.section,
      ul#Menu2 li li a.section:hover,
      ul#Menu2 li li a.current:hover {    
        color:#999;
      }
      ul#Menu2 li li ul {
        margin: 0 0 0 10px;
        padding: 0;
        width: 350px;
      }
      ul#Menu2 li li ul .roundWhite {
        margin-bottom: -10px;
      }
      /* Sub Menu */
      ul#Menu2 li a.levelb {
				text-indent: 8px;
				width: 350px;
				background: transparent;
				margin-left: 20px;
      }
	  ul#Menu2 li a.levelb:hover,
      ul#Menu2 li li a.current,
      ul#Menu2 li li a.current:hover,
      ul#Menu2 li li a.section,
      ul#Menu2 li li a.section:hover {
				text-decoration: none;
				display: block;
				color: #555;	
      }
      ul#Menu2 li a.levelb:hover span,
      ul#Menu2 li li a.current span,
      ul#Menu2 li li a.current:hover span,
      ul#Menu2 li li a.section span,
      ul#Menu2 li li a.section:hover span {
            color:#999;
            display: block;
      } 
      ul#Menu2 li a.levelb:hover em,
      ul#Menu2 li li a.current em,
      ul#Menu2 li li a.current:hover em,
      ul#Menu2 li li a.section em,
      ul#Menu2 li li a.section:hover em {
            color:#999;
            display: block;  
      }

	
/* 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 a {
	padding-right: 3px;
	font-size: 10px;
}
.actionLinks li {
   display: inline;
   border-right: 1px solid;
}
   .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 
*****************************************/
ul#SearchResults {
	margin: 10px 0;
}
ul#SearchResults li {
	list-style: none;
	margin: 5px 0;
	font-size: 1em;
}

/* 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 
*****************************************/

#Footer { 
 	clear: both;  
	width: 960px; 
	margin: 0 auto;
	border-top: 1px solid #E8E9EB;
	text-align: center; 
	color: #93A4AE;
	}
	
  	#footerLinks { 
		width: 960px;
		padding-top: 12px;
		border-bottom: 1px solid #E8E9EB;
		font-size: 11px;
		padding-bottom: 5px;
	}
	
	#footerLinks a{ 
		margin-right: 20px;
	}
  	#footercopy{ 
		padding-top: 10px;
   	color: #93A4AE;
   	font-size: 11px;
	}
	
/* newsblock content */

#newsblock {
	clear: both;
	width: 368px;
	float: right;
	margin-bottom: 18px;
	}
	#newshead {
		background: #F4F5F7 url(../images/head_news.jpg) no-repeat left top;
		color: #8F9CA4;
		height: 25px;
		width: 368px;
		padding-top: 6px;
		}
		#newshead span {
			padding-left: 10px;
		}
		
	#newsbody {
		background: #F4F5F7 url(../images/footer_audio_video_tipp.jpg) no-repeat left bottom;
		padding-bottom: 20px;
		padding-left: 10px;
		padding-right: 10px;
		height: 272px;
	}
	div.newsitem {
		clear: both;
		color: #8F9CA5;
		margin-bottom: 10px;
		}
		div.newsitemtitle {
			font-weight: bold;
		}
		
		div.newsitemtext a {
			color: #069;
		}
		
		div.newsitemtext a.newsboxlink {
			text-decoration: none; 
			color:#909CA3;
		}
		
		div.newsitemtext a.newsboxlink:hover {
			text-decoration: underline; 
		}

#audioblock, #videoblock, #projectblock {
	clear: both; 
	width: 574px;
	float: left;
	margin-top: 20px;
	}
	#projectblock {
		margin-top: 0px;
	}
	#videoblock {
		margin-bottom: 20px;
	}
	#audiohead, #videohead, #projecthead {
		background: #fff url(../images/head_audionews.jpg) no-repeat left top;
		color: #8F9CA4;
		height: 25px;
		width: 574px;
		}
		#videohead {
			background: #fff url(../images/head_videonews.jpg) no-repeat left top;	
		}
		#projecthead {
			background: #fff url(../images/head_projekte.jpg) no-repeat left top;
		}
		#audiohead span, #videohead span, #projecthead span {
			display: block;
			padding-top: 6px;
			padding-left: 10px;
		}

	#audiobottom, #videobottom, #projectbottom {
		clear: both;
		background: #E6EAEB url(../images/footer_audio_video_news.jpg) no-repeat left bottom;
	}
	div.audioitem, div.videoitem, div.projectitem {
		height: 109px;
		border-left: 1px solid #E6EAEB;
		border-bottom: 5px solid #E6EAEB;
		clear: both;
		margin: 0;
		color: #8F9CA5;
		overflow: hidden;
		}
		div.audiocontent, div.videocontent, div.projectcontent {
			float: left;
			width: 428px;
			
		}
		div.audiopic, div.videopic, div.projectpic {
			float: left;
			width: 145px;
		}
		div.audioitemtitle, div.videoitemtitle, div.projectitemtitle {
			font-weight: bold;
			padding-left: 10px;
			padding-top: 10px;
		}
		div.audioitemtext, div.videoitemtext, div.projectitemtext {
			padding-left: 10px;
			padding-right: 10px;
		}
		
		div.audioitemtext p, div.videoitemtext p, div.newsitemtext p, div.projectitemtext p {
			display: inline;
			padding: 0;
			margin: 0;
			line-height: 14px;
			font-size: 1.1em;
		}
		
		div.audioitemtext a, div.videoitemtext a, div.projectitemtext a {
			color: #069;
		}
	
 
 #HomeLinks { 
 	clear: both;
	width: 960px;
	font-size: 11px;
	padding-bottom: 5px;
	}
	#HomeLinks a { 
 		margin: 0px;
		padding: 0px;
	}
	#HomeLinks a img { 
 		display: block;
		margin: 0;
		padding: 0;
		float: left;
	}
	
	
/* tipps */
#atippblock, #vtippblock {
	clear: both; 
	width: 368px;
	float: left;
	margin-top: 20px;
	}
	#vtippblock {
		margin-bottom: 20px;
	}
	#atipphead, #vtipphead {
		background: #fff url(../images/head_audiotipp.jpg) no-repeat left top;
		color: #8F9CA4;
		height: 25px;
		width: 368px;
		}
		#vtipphead {
			background: #fff url(../images/head_videotipp.jpg) no-repeat left top;	
		}
		#atipphead span, #vtipphead span {
			display: block;
			padding-top: 6px;
			padding-left: 10px;
		}

	#atippbottom, #vtippbottom {
		clear: both;
		background: #E6EAEB url(../images/footer_audio_video_tipp.jpg) no-repeat left bottom;
	}
	div.atippitem, div.vtippitem {
		height: 223px;
		border-left: 1px solid #E6EAEB;
		border-bottom: 5px solid #E6EAEB;
		clear: both;
		margin: 0;
		color: #8F9CA5;
		overflow: hidden;
		}
		div.atippcontent, div.vtippcontent {
			float: left;
			width: 193px;
			
		}
		div.atipppic, div.vtipppic {
			float: left;
			width: 174px;
		}
		div.atippitemtitle, div.vtippitemtitle {
			font-weight: bold;
			padding-left: 10px;
			padding-top: 10px;
		}
		div.atippitemtext, div.vtippitemtext {
			padding-left: 10px;
			padding-right: 10px;
		}
		
		div.atippitemtext p, div.vtippitemtext p {
			display: inline;
			padding: 0;
			margin: 0;
			line-height: 14px;
		}
		
		div.atippitemtext a, div.vtippitemtext a {
			color: #069;
		}


	