/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * Main Layout File
 */
 
/* Misc Styles and defaults 
-------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
body {
	color: #333;
 	font-size: 75%; 
 	margin-bottom: 40px;
	font-family: Verdana, Lucida, sans-serif;
	background: url(../images/bg.gif);
}
html {
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
.clear {
	clear:both;
}

/* CONTAINER
----------------------------------------- */
#BgContainer {
	width: 1024px;  
	margin: 0 auto;
	background: url(../images/bg_right.gif) repeat-y top right;
}
#Container { 
	width: 1024px;
	padding-bottom: 1px;
	background: url(../images/bg_left.gif) repeat-y top left;
}
#Layout {
	width: 988px;
	clear: both;
	overflow: hidden;
	margin: auto;
	background: #fff;
	border: 1px solid silver;
}
#Content {
	width: 762px;
	float: right; 	
	margin-top: 10px;
	text-align: left;
}

/* HEADER
----------------------------------------- */
#Header { 
 	width: 990px;
	height: 250px;
 	margin: 0 auto;
	overflow: hidden;
	background-color: silver;
	}
	.main {
		background: url(../images/banner.jpg) no-repeat center;
		padding-left: 1px;
		}
	.kursgruppen {
		padding-left: 1px;
		}
 	#Header h1 { 
	  	color: #fff; 
		font-size: 3.2em; 
		font-family: Tahoma, Verdana, sans-serif;
		font-weight: 300;
		padding: 20px 0 0 30px;
	}
	#Header p {
		font-size: 1.1em;
		color: #fff;
		clear: left;
		font-weight: 400;
		margin: 75px 0 0 10px;
	}
	.logo {
		margin: 20px 0 0 30px;
	}
	.headerlogo {
		margin: 20px 0 0 30px;
		position:absolute;
		z-index:1;
	}

/* MAIN NAVIGATION - TABS
----------------------------------------- */
#Navigation {
	width: 988px;
	margin: 0 auto;
	padding-top: 1px;
	overflow: hidden;
	background: #87969E;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
}
	#Navigation ul {
 		float: right; 
	}
		#Navigation ul li { 
	 		list-style: none;
			margin: 0 1px 0 1px;
			float: left;
			line-height: 2.8em;
			width: 10.7em;
			display: block;
			background: url(../images/menueactive.gif) repeat left; 
		}
  			#Navigation ul li a {
				text-decoration: none;
				display: block;
				width: 10.7em;
				height: 2.5em;
				font-size: 1em;
				color: #CBD0CE;
			}
				#Navigation ul li a span {
					text-decoration: none;
					text-align: center;
					width: 10.7em;
					display: block;
					height: 2.5em;
				}
					#Navigation ul li a:hover {
			 			background: url(../images/menuehover.gif) repeat left;
						color: #fff;
						cursor: pointer;
					}
					#Navigation ul li a:hover span {
						background: url(../images/menuehover.gif) repeat left;
						cursor: pointer;
					}
					#Navigation ul li a.current,
					#Navigation ul li a.section,
					#Navigation ul li a.section:hover,
					#Navigation ul li a.current:hover {
						background: url(../images/botton.jpg) repeat left;
						color: #777;
						font-weight: bold;
					}
					#Navigation ul li a.current span,
					#Navigation ul li a.section span,
					#Navigation ul li a.section:hover span,
					#Navigation ul li a.current:hover span {
						background: url(../images/botton.jpg) repeat left;
						color: #777;
						font-weight: bold;
					}

/* BREADCRUMBS
-------------------------------------------- */
#Breadcrumbs { 
	color: #666; 
	text-align: left;
	font-size: 0.9em; 
	margin: 10px 0 5px 0;
	text-decoration: none;
	}
	#Breadcrumbs p {
		color: #666; 
		text-decoration: none;
		}
		#Breadcrumbs p a {
			color: #666; 
			text-decoration: none;
			margin: 10px 0 5px 0;
		}

/* SIDEBAR
-------------------------------------- */
#Sidebar { 
 	width: 16.8em;
	float: left;  
	margin: 0;
	padding: 0;
/*	background: #87969E; */
}
	#Sidebar .sidebarBox {
		margin: 0 0 5px 0;
		padding-bottom: 2px;
	}
	#Sidebar ul {
		margin: 0 0 5px 0;
	}
		#Sidebar li {
			margin: 0 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;
	}
	#Sidebar .sidebarBottom {
		height: 15px;
		display: block;
		width: 17em;
		margin: -5px 0 0 0;
	}
	#Sidebar a em {
		font-style: normal;
	}
	#Sidebar p {
		font-size: 11px;
	 	clear: both;
	 	margin: 0 10px 0 10px;
	}
	
	/* MENU1 */
    ul#Menu1 li {
        list-style: none;
        margin: 1px 0 1px 0;
		float: left;
		line-height: 2.5em; 
		width: 18em;
		display: inherit;
		border-bottom: 1px solid #888;
    }
    	ul#Menu1 li a {
			text-decoration: none;
            width: 15em;
            height: 2.2em;
            font-size: 1.1em;
			display: inherit;
            color: #666;
      	}
		ul#Menu1 li a span {
			width: 15.2em;
			height: 2.2em;
			padding-left: 1.1em;
			display: inherit;
		}
		ul#Menu1 li a:hover {
			color: #999;
		}
		ul#Menu1 li a:hover span {
			color: #999;
		}
		ul#Menu1 li a.current,
		ul#Menu1 li a.section,
		ul#Menu1 li a.section:hover,
		ul#Menu1 li a.current:hover {
			color: #4EA3D7;
		}
		ul#Menu1 li a.current span,
		ul#Menu1 li a.section span,
		ul#Menu1 li a.section:hover span,
		ul#Menu1 li a.current:hover span {
			color: #4EA3D7;
		}

	/* MENU2 */
    ul#Menu2 li { 
		font-size: 0.9em; 
		margin: 0 5px 5px 2px;
		list-style: none;
    }
    	ul#Menu2 li a {
            display: block;
            width: 196px;
            font-size: 1.2em;
            height: 1.8em;
            line-height: 1.8em;
            color: #898989;
      	}
			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 {
        	background: #DCDCDC url(../images/sidebarSideArrow.gif) no-repeat right center;
        	color: #666;
			cursor: pointer;
            text-decoration: none;
      	}
	  	ul#Menu2 li a.current {
	  		font-weight: 700;
	  	}
      	ul#Menu2 li a.section,
      	ul#Menu2 li a.section:hover {
            background: #DCDCDC;
            font-weight: 700;
            width: 193px; 
      	}
      	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 {
			background: transparent url(../images/sidebarTopLeftHover.gif) no-repeat left top;
			display: block;
			width: 100%;
			height: 100%;
		} 
		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/sidebarBottomLeftHover.gif) no-repeat left bottom;
			display: block;
			width: 100%;
            height: 100%;
      	}
      		ul#Menu2 li ul {
            	height: 100%;
            	position: relative;
            	margin: -4px 0 0 0;
            	width: 193px;
            	padding: 4px 0 10px 0;
            	background: #DCDCDC url(../images/sidebarSectionBottom.png) no-repeat bottom left;
      		}
      			ul#Menu2 li ul li {
            		width: 160px;
            		background: #DCDCDC;
            		padding: 0;
            		font-size: 0.8em;
            		display: inline;
            		margin: 0;
      			}
      				ul#Menu2 li ul li ul {
            			background: #DCDCDC;
            			margin-left: 0;
      				}	
					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: #555;
            			font-weight: 700;
            			background: #DCDCDC;
      				}
      					ul#Menu2 li li ul {
            				margin: 0 0 0 10px;
            				padding: 0;
            				width: 175px;
      					}
      					ul#Menu2 li li ul .roundWhite {
            				margin-bottom: -10px;
      					}
      			
			/* Sub Menu */
      		ul#Menu2 li a.levelb {
			font-size: 1.7em;
			text-indent: 8px;
			width: 188px;
			background: transparent;
			margin-left: 10px;
			}
	  		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 {
            	background: #BCBCBC url(../images/sidebarSideArrow2.gif) no-repeat right center;
            	text-decoration: none;
            	display: block;
            	color: #fff;
      		}
      		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 {
            	background: transparent url(../images/sidebarTopLeftHover2.gif) no-repeat left top;
            	display: block;
            	width: 100%;
            	height: 100%;
      		} 	
      		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 {
            	background: transparent url(../images/sidebarBottomLeftHover2.gif) no-repeat left bottom;
            	display: block;
            	width: 100%;
            	height: 100%;
      		}

	/* MENU3 */
    #Menu3 li {
        list-style: none;
		margin: 1px 0 1px 0;
		float: left;
		line-height: 2.5em; 
		width: 55em;
		display: block;
    }
    	#Menu3 li a {
			text-decoration: none;
			color: #3E91C4;
      	}
		ul#Menu3 li a span {
			width: 12.5em;
			display: block;
			height: 2.2em;
			padding-left: 1.1em;
		}
		ul#Menu3 li a:hover {
			background: url(../images/menuehover.gif) repeat left;
			color: #fff;
			cursor: pointer;
		}
		ul#Menu3 li a:hover span {
			background: url(../images/menuehover.gif) repeat left;
			cursor: pointer;
		}
		ul#Menu3 li a.current,
		ul#Menu3 li a.section,
		ul#Menu3 li a.section:hover,
		ul#Menu3 li a.current:hover {
			background: url(../images/menueactive.gif) repeat left;
			color: #444;
		}
		ul#Menu3 li a.current span,
		ul#Menu3 li a.section span,
		ul#Menu3 li a.section:hover span,
		ul#Menu3 li a.current:hover span {
			background: url(../images/menueactive.gif) repeat left;
			color: #444;
		}

/* EVENT CALENDAR
---------------------------------------- */
#calendar-main {
	padding-left: 23px;
	}
#topHeading p,
.vevent p,
.vevent dd,
.vevent dl,
.vevent dt {
 	color: #666;
 	line-height: 18px;
 	font-size: 12px;
	margin: 0 0 18px 0;
	}	
#topHeading h2,
.vevent h2 {
	color: #4EA3D7;
	margin: 0 0 18px 0;
	font-size: 20px;
	font-weight: 300;
	font-family: Tahoma, Verdana, sans-serif;
	}
#topHeading h3 {
	color: #4EA3D7;
	margin: 0 0 18px 0;
	font-weight: 400;
	font-size: 18px;
	}
#topHeading span.back a {
	text-decoration: none;
	color: #3E91C4;
	margin: 0 0 18px 0;
	float: right;
	}
.vevent div.dates { width: 90px; margin-right:12px; }
.vevent div.details { width:74%; min-height: 90px; margin-right:0; padding-left:15px; border-left:1px solid #dedede; }
.vevent div.dates a,
.vevent div.details a,
.vevent dd em a,
.vevent h4 a {
	text-decoration: none;
	color: #3E91C4;
	}
.vevent div.dates,
.vevent div.details {
 	color: #666;
 	line-height: 18px;
 	font-size: 12px;
	font-family: Tahoma, Verdana, sans-serif;
	}
.vevent div.details div.description ul li {
	display: inline;
	}
.vevent dt span.dtstart, .vevent dt span.dtend { display:inline; width: 100%}
.vevent h3 {
	color: #222;
	margin: 0 0 18px 0;
	font-weight: 300;
	clear: both;
	}
.vevent dt.category {
	background-color: #999;
	width: 22px;
	height: 18px;
	text-align: center;
	}
#topHeading.clearfix a,
#topHeading.clearfix a img {
 	text-decoration: none;
 	border: 0;
	color: #3E91C4;
	}
#topHeading.clearfix div.clearfix {
	margin-bottom: 15px;
	}
.workshop-image img {
	float: right;
	margin-right: 15px;
	padding-left: 15px;
	}

/* 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;
	width: 762px;
	float: right; 	
	text-align: left;
}
	ul#SearchResults li {
		list-style: none;
		margin: 5px 0;
		font-size: 1em;
	}

/* SEARCH FORM 
-----------------------------------------------*/
html #SearchForm_SearchForm {
	float: right;
	width: 18em;
	margin: 5px;
}
html #SearchForm_SearchForm .middleColumn {
	float: left;
	width: 15em;
	margin: 0 1px 0 20px;
	padding: 2px;
	background-color: #51a9df;
}
	html #SearchForm_SearchForm .middleColumn input.text {
		width: 14em;
		border: none;
		color: #666;
	}
html #SearchForm_SearchForm #SearchForm_SearchForm_action_results {
	float: left;
	margin: 2px 0 0 20px;
	font-size: 80%;
}

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

/* NEWSLIST
------------------------------------------------ */

#NewsList {
	background:#f0f0f0;
	padding:12px;
}
ul#NewsList {
	float: right;
	width: 95%;
	margin-right: 15px;
}
ul#NewsList.HomePageNews {
	float: right;
	width: 35%;
	margin-right: 15px;
}
#NewsList li {
	margin: 0;
	list-style-type: none;
}
	#NewsList li.newsDateTitle span {
		color:#666;
		line-height:2em;
	}
	#NewsList li.newsDateTitle {
		padding-left:20px;
	}
	#NewsList li.newsDateTitle a img {
		padding-right:10px;
	}
	#NewsList li.newsDateTitle a {
		font-size:1.3em;
		font-weight:bold;
		color:#0083C8;
		text-decoration:none;
	}
		#NewsList li.newsDateTitle a:hover {
			border-bottom:1px dotted #0083C8;
		}
	#NewsList li.newsSummary {
		margin-bottom:20px;
		margin-left:20px;
	}
	#NewsList li.newsDateDate {
		margin-left:20px;
	}
		#NewsList li.newsSummary span {
			font-size:1.1em;
			line-height:1.5em;
			color:#333;
		}
		#NewsList li.newsSummary a.readMoreLink {
			color:#0083C8;
			text-decoration:none;
		}
			#NewsList li.newsSummary a.readMoreLink:hover {
				border-bottom:1px dotted #0083C8;
			}
		div.newsDetails {
			margin-bottom:10px;
		}
		div.newsDetails p {
			color:#666;
			margin:0;
			font-size:1em;
		}

/* TEAMLIST
------------------------------------------------ */

Team p {
	width: 49%;
}
#Team .clear {
	clear: both;
	width: 49%;
}
	#TeamList .teamname { 
		clear: both;
		margin-left: 110px;
		height: 1.2em;
	}
		#TeamList .teamname a { 
			text-decoration: none;
		}
	#TeamList .teamphoto {
		float: left;
		margin-left: 2px;
		margin-top: -6.5em;
	}
		#TeamList .teamphoto img {
			border: 1px solid #AAA;
		}
	#TeamList .teamdescription {
		margin-left: 110px;
		margin-bottom: 25px;
	}
	#TeamPhoto {
		float: left;
		margin-right: 1px;
	}
		#TeamPhoto img {
			border:1px solid #AAA;
			margin-bottom: 1px;
		}
	ul#TeamList li {
		width: 49%;
		display: block;
		font-weight: bold;
		margin-left: -1em;
		margin-bottom: 10px;
		float: left;
	}

/* SITE MAP
----------------------------------------------- */
#sitemap-list {
	padding:0 0 0 10px;
	margin:0;
	list-style:none;
	font-weight:bold;
	line-height:150%;
} /*1st level list*/
	#sitemap-list li {
		padding:10px;
		margin-top:10px;
		font-size:13px;
		background:#f0f0f0;
	} /*1st level items*/
 		#sitemap-list ul {
			margin:5px 10px 5px 10px;
			padding:5px 10px;
			font-weight:normal;
			background:#f8f8f8;
		} /*2nd level lists*/
			#sitemap-list li li {
				padding:0;
				margin:0;
				list-style:none;
				font-weight:bold;
				font-size:11px;
				line-height:18px;
				background:none;
			} /*2nd level items*/
				#sitemap-list ul ul {
					margin-left:10px;
					padding:5px 10px;
					background:#fff;
				} /*3rd level lists*/
					#sitemap-list li li li {
						font-size:11px;
						font-weight:normal;
					} /*3rd level items*/

/* FOOTER
----------------------------------------------- */
#Footer {
 	clear: both;  
	width: 1024px; 
	height: 5em; 
	background: transparent url(../images/footerBottom.gif) no-repeat bottom left; 
	text-align: center; 
}
	#Footer .footerTop {
		width: 100%;
		background: transparent url(../images/footerTop.gif) no-repeat top left;
		display: block;
		height: 2em;
	}
  	#Footer p { 
		color: #fff;
		font-size: 1.1em;
		text-align: center;
		margin-top: -0.6em;
	}
  		#Footer a { 
	   		color: #fff; 
	   		text-decoration: none;
		}
			#Footer a:hover {
				color: #fff;
				text-decoration: underline;
			}