﻿/* basics */

/* reset */
  * {
	margin: 0;
	padding: 0;
	}

/* render html5 elements as block */
  header, footer, section, aside, nav, article {
	display: block;
	}

/* standard body */
  body {
	margin: 0 auto;
	width: 960px;
	font: 16px/20px "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	background-color: #efefb0;
	background-image: url('images/background.png');
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: left bottom;
	}
	
/* standard alignments */
  .alignleft {
	float: left;
	}

  img.alignleft {
	margin: 5px 10px 0 0; 
	}

  .alignright {
	float: right;
	}

  img.alignright {
	margin: 5px 0 0 10px; 
	}
	
  .center {
	text-align: center;
	}
	
  .fleft {
	text-align: left;
	float: left;
	margin-left: 20px;
	}
	
  .fright {
	float: right;
	text-align: right;
	margin-right: 20px;
	}
	
  .fcentered {
	text-align: center;
	}

/* hx tags */

  h1 {
	font-size: 36px;
	padding: 20px 0;
	text-shadow: 2px 2px 2px #000;
	color: #d6a965;
	}

  h2 {
	font-size: 32px;
	padding: 20px 0;
	}

  h3 {
	font-size: 20px;
	padding: 10px 0;
	}

  p {
	padding-bottom: 20px;
	}


/* header */

  header {
	position: relative;
	margin-top: 20px;
	padding: 5px;
	background: #000000;
	background-size: 100%;
	background-image: url('images/header.png');
	background-repeat: no-repeat;
	border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 150px;
    color: #ffffff;
	}
	
  header h2 {
	padding: 0 0 20px 0;
	font-weight: normal;
	color: #fff;
	}
	
  header p {
	padding: 0;
	color: #d6a965;
	}
	
  header img {
	position: absolute;
	top: 0;
	right: 0;
	width: 353px;
	height: 100%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}

  nav {
	position: relative;
	width: 960px;
	background: url("images/navbg.png");
    border-radius: 10px;
	border-radius: 10px;
	}

  nav ul {
	margin: 0 auto;
	width: 960px;
	list-style: none;
	}

  nav ul li {
	float: left;
	}
		
  nav ul li a {
	display: block;
	margin-right: 20px;
	width: 140px;
	font-size: 16px;
	font-weight: bold;
	line-height: 44px;
	text-align: center;
	text-decoration: none;
	color: #f2ede7;
	}
			
  nav ul li a:hover {
	color: #d6a965;
	}
			
  nav ul li.selected a {
	color: #d6a965;
	}
			
  nav ul li.subscribe a {
	margin-left: 20px;
	padding-left: 33px;
	text-align: left;
	background: url("images/rss.png") left center no-repeat;
	}

#content {
	position: relative;
	margin-top: 50px;
	float: left; 
	width: 914px; 
	margin:0px 5px 0px 0; 
	padding:5px 20px 5px 20px;
	border-left:3px #000000 solid;
	border-right:3px #000000 solid;
	background-image:url('images/background_content.png');
}

#nav {
	width: 200px;
	float: left;
	margin: 10px 10px 10px 5px;
	background-color: #fafafa;
	border-radius: 10px;
}

ul.nav {
    list-style:none;
    display:block;
    text-align:center;
	font-size: 16px;
}

ul.nav li {
    padding: 5px;
    border-top:1px #000000 solid;
}
ul.nav a, ul.nav a:visited, ul.nav b {
    display: block;
    width: 190px;
    text-decoration: none;
    color: #000000;

}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus, ul.nav c {
    font-weight: bold;
}

ul.nav li:first-child {
    padding: 5px;
    border-top:0px #000000 solid;
}


#subnav {
	width: 200px;
	float: left;
	margin: 10px 10px 10px 5px;
	background-color: #fafafa;
	border-radius: 10px;

}

ul.subnav {
    list-style:none;
    display:block;
    text-align:center;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 5px;
}

ul.subnav li {
    padding: 2px;
    border-top:0px #000000 solid;   
}

ul.subnav a, ul.subnav a:visited, ul.subnav b {
    display: block;
    width: 190px;
    text-decoration: none;
    color: #000000;

}
ul.subnav a:hover, ul.subnav a:active, ul.subnav a:focus, ul.subnav c {
    font-weight: bold;
}

#text {
	width: 640px;
	min-height:500px;
	float: right;
	margin: 10px 5px 10px 10px;
	background-color: #fafafa;
	border-radius: 10px;
    padding: 10px 20px 10px 20px;
}

#text p {
    text-align:justify;
}

ul.weiblich {
	margin-left:20px;
	list-style-image:url('images/weiblich.png');
}

ul.maennlich {
	margin-left:20px;
	list-style-image:url('images/maennlich.png');
}

ul.weiblich li, ul.maennlich li {
	padding: 5px
}

a.popup {
  text-decoration:none;
  position:relative;
  display:block;
}
a.popup:hover {
  border:none;
}
a.popup img {
  border:none;
}

a.popup span {
  visibility:hidden;
  position:absolute;
  top: -40px;
  left: 80px;
}

a.popup:hover span {
  visibility:visible;
}

.uebersicht {
	width: 150px;
	float: left;
}

.betreuer {
	width: 400px;
	float: right;
}

dd {
	text-decoration: underline;
	margin-top: 4px;
}

dt {
	font-size: 16px;
	font-family: Segoe Script, Lucida Handwriting, Verdana, Arial, Helvetica, sans-serif;
}	

ot. {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
}	

img.titel {
	border: 3px #000000 solid;
	border-radius: 10px;
    margin: 0px 30px 10px 30px;
}

footer {
	width: 960px;
	clear: both;
	color: #f2ede7;
	overflow: hidden;
	padding-top: 10px;
	background: #000000;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	height: 80px;
	margin-bottom: 40px;
	}
	
footer h3 {
    text-align: center;
}

footer p {
    text-align: center;
    font-size: 12px;
	}

footer a {
	color: #999;
	}
	
footer a:hover {
	color: #FFF;
	text-decoration: none;
	}
	

#innercontent {
	float: left; 
	width: 610px; 
	margin:10px 5px 10px 0; 
	padding:5px 20px 5px 20px;
	background-color: #d6a965;
	border-radius: 10px;
	border-radius: 10px;
}

aside {
	float: right;
	text-align: left; 
	width: 300px; 
	margin:0; 
	padding:0;
	}

.articlecontent header p", ".blogPost header p a {
	font-size: 14px;
	font-style: italic;
	color: #777;
	}

.articlecontent p a {
	color: #695e53;
	}
	
.articlecontent p a:hover {
	color: #fff;
	}
	
.articlecontent header p a:hover {
	text-decoration: none;
	color: #000;
	}
	
.articlecontent img {
	-webkit-box-shadow: 3px 3px 7px #777;
	}

aside section {
	margin: 10px 0 0 10px;
	padding: 10px 15px;
	background-color: #d6a965;
	border-radius: 10px;
	border-radius: 10px;
	}

aside section ul {
	margin: 0 0 0 20px;
	color: #FFF;
	}
	
aside section ul li a {
	display: block;
	text-decoration: none;
	color: #695e53;
	}
		
aside section ul li a:hover {
	text-decoration: underline;
	color: #fff;
	}";
	