/* reset styles 
--------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 12px;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
	}
ol, ul {
	list-style: none;
	}
blockquote, q {
	quotes: none;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/* master styles
--------------------------------------------- */

body {	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #2d1505;
	background-color: #fff;
  background: url(../img/body_bg.jpg) repeat 0 0 fixed;
	}

a:link,
a:visited {
	text-decoration: none;
	color: #f60;
	-webkit-transition: color .2 ease;
	-moz-transition: color .2 ease;
	-o-transition: color .2 ease;
	transition: color .2 ease;
	}
a:hover {
	color: #f60;
	text-decoration: underline;
	}


#wrap {
	max-width: 720px;
	margin: 15px auto 0 auto;
	padding: 0 40px;
	background-color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,.25);
	-moz-box-shadow: 0 3px 5px rgba(0,0,0,.25);
	box-shadow: 0 3px 5px rgba(0,0,0,.25);
	z-index: 0;
	}

/* nav and label
--------------------------------------------- */

#nav {	
	float: left;
	width: 120px;
	position: fixed;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
#nav #logo {	
  text-indent: -9999px;
	margin: 35px 0 25px 0px;
	}
#nav #logo a {
	border: none;
	}
#nav #logo img {
	height: 0;
	}
#nav #logo a,
#nav #logo span {
	display: block;
	width: 115px;
	height: 98px;
	background: url(../img/sitelink.png) no-repeat top left;
	}
#nav ul li {
	margin: 0 0 2px 0;
	}
#nav ul li a {	
	display: block;
	padding: 5px 0;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	border: none;
	color: #aaa;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	}
#nav ul li a:hover,
#nav ul li a.current,
#nav ul li a:focus {	
	color: #2d1505;
	}

/* main 
--------------------------------------------- */

#main {	
	float: right;
	width: 560px;
	padding: 40px 0 20px 0;
	}

#main #branding {
	margin: 10px 0 44px 0;
	}
#main #branding a {
  font-family: "blambot-pro-1", sans-serif;
	font-weight: bold; 
	font-size: 30px; 
	line-height: 1;  
	color: #f60;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	}
#main #branding a:hover,
#main #branding a:focus {
	color: #2d1505;
	text-decoration: none;
	}
#main #branding span {	
	display: block;
	margin-top: 4px;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #999;
	}
#main #branding em {
    text-transform: none;
    }


/* content
--------------------------------------------- */

#content {	
	float: left;
	width: 560px;
	margin: 0 0 30px 0;
	}
#content-inner {	
	margin: 0 20px 0 -10px;
	padding: 20px 0;
	}
#content h2 {
  font-family: "blambot-pro-1", sans-serif;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 16px;
    }
#content h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.3;
    margin: 14px 0 8px 0;
    }    
#content p {
    line-height: 1.3;
    margin-bottom: 16px;
    }

#content img {
    margin-bottom: 16px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,.25);
	-moz-box-shadow: 0 3px 5px rgba(0,0,0,.25);
	box-shadow: 0 3px 5px rgba(0,0,0,.25);   
    }

#content ul {
    list-style-type: disc;
    margin: 0 0 16px 14px;
    }
#content ul li {
    margin-bottom: 6px;
    }

/* footer
--------------------------------------------- */

#footer {		
  font-size: 11px;
  font-weight: bold;
	max-width: 780px;
	margin: 0 auto;
	padding: 15px 0;
	text-align: center;
  color: #2d1505;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.3), -1px -1px 0px rgba(0,0,0,0.2);
	}
#footer a {
    color: #2d1505;
    }

/* misc
--------------------------------------------- */

/* self-clear floats */

.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }
    
/* IE7 hacks
--------------------------------------------- */

*:first-child+html .group,
*:first-child+html div.article-body,
*:first-child+html #wrap {
	min-height: 1px;
	}
	
	
	
/* =team */

ul.team { list-style-type: none; margin: 0; padding: 0; }
ul.team li { clear: both; list-style-type: none; line-height: 1.5em; margin: 0; padding: 0; }
ul.team strong { 
    color: #48b6e9;
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 5px 0;
    }
ul.team img {
    border: 1px solid #fbc3ff;
    float: left;
    margin: 0 15px 15px 0;
    padding: 4px;
    }


/* =termine */

table.termine, table.beirat { font-size: 11px; margin: 0 0 20px 0; }
table.termine thead tr, table.beirat thead tr { background: #F4F4EC; }
table.termine tfoot tr, table.beirat tfoot tr { border-top: 1px solid #d5c1c3; }
table.termine tfoot td, table.beirat tfoot td { color: #999; padding: 5px 0 0 0;}
table.termine tbody td, table.beirat tbody td { border-bottom: 1px solid #d5c1c3; padding: 5px; }
table.termine th, table.beirat th { border-bottom: 1px solid #d5c1c3; padding: 5px; text-align: left; }
table.termine tr, table.beirat tr { vertical-align: top; }
table.termine .date, table.beirat .group { width: 120px; }
table.termine .detail {  }
table.termine .kiga { width: 105px; }	


.downloads h3 { color: black; margin: 0 0 10px 8px; padding: 14px 0 0 0; }
.downloads ul { list-style-type: none; margin: 0 10px 14px 8px; padding: 0; }
.downloads li { margin: 0 0 6px 0; padding: 0; }
.downloads a { color: #555; } 
.downloads a:hover { color: black; }
.downloads .divider { margin-top: 15px; }