/*
Theme Name: FSI-WiSo 2009
Description: Wordpress-Theme f&uuml;r FSI-Wiso.de
Version: 1.0
Author: Johannes Taeger
*/

/* WP Standard */
acronym, abbr {
	border-bottom: 1px dashed #333;
}
acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}
acronym, abbr {
	cursor: help;
}
blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}
cite {
	font-size: 90%;
	font-style: normal;
}
h1 {
	font-family: Georgia, Palatino, Times New Roman, Times, serif;
	line-height:2em;
	color:#434949;
	font-size:36px;
	font-weight:normal;
}
h2 {
	font-family: Georgia, Palatino, Times New Roman, Times, serif;
	line-height:2em;
	color:#586060;
	font-size:24px;
	font-weight:normal;
}
h3, h4, h5, h6 {
	line-height:2em;
	font-family: Verdana, Arial, Helvetica, sans-Serif;
	font-weight:bold;
}
ol#comments li p {
	font-size: 100%;
}
/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}
ul.post-meta span.post-meta-key {
	font-weight: bold;
}
.credit {
	background: #90a090;
	border-top: 3px double #aba;
	color: #fff;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}
.credit a:link, .credit a:hover {
	color: #fff;
}
.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
}
.meta {
	font-size: .75em;
}
.meta li, ul.post-meta li {
	display: inline;
}
.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}
.storytitle {
	margin: 0;
}
.storytitle a {
	text-decoration: none;
}
#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}
#calendar_wrap {
	padding-bottom:20px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
	text-decoration: none;
}
#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}
#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
	padding-bottom:5px;
}
#wp-calendar td {
	color: #ccc;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}
#wp-calendar td.pad:hover {
	background: #fff;
}
#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	text-align:center;
}
#searchsubmit {
	padding-bottom:20px;
}
/* Captions & aligment */
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.screen-reader-text {
	display:none;
}
input#s {
	width:150px;
	margin:0 20px 0 0;
	font:normal 12px Verdana, Arial, Helvetica, sans-Serif;
	color:#586060;
	margin-bottom:20px;
}
/* End captions & aligment */

/* WP Standard Ende */

/* Bilder */
img.alignright, img.alignleft, img.alignnone, img.aligncenter, a img.alignright, a img.alignleft, a img.alignnone, a img.aligncenter {
	display: block;
	margin: 2em 0;
}
/* JT */

/* Reset */
* {
	margin: 0;
	padding: 0;
}
/* Allgemein */
html, body {
	width:100%;
	margin:0;
	padding:0;
	font:normal 12px Verdan, Arial, Helvetica, sans-serif;
	color:#838388;
	line-height:1.6em;
	background:url('img/bg.jpg') repeat-x;
	background-color:#ffffff;
}
/* Grundstruktur */
#main {
	width:100%;
	min-width:1000px;
	position:relative;
	text-align:center; /* IE 5.5 Zentrierung */
}
#header {
	width:1000px;
	margin:0 auto;
	background:url(img/bg_header.jpg);
	height:124px;
	position:relative;
	text-align:left; /* IE 5.5 Zentrierung, Ausrichtung korrigieren */
}
#willkommen {
	width:1000px;
	margin:0 auto;
	background:url(img/bg_willkommen.jpg) no-repeat;
	height:276px;
	position:relative;
	text-align:left; /* IE 5.5 Zentrierung, Ausrichtung korrigieren */
}
#footer {
	width:1000px;
	margin:0 auto;
	background:url(img/bg_footer2.jpg) no-repeat;
	height:128px;
	position:relative;
	color:999999;
	text-align:center;
	font-size:10px;
	margin-bottom:20px;
	padding-top:85px;
}
#content {
	width:1000px;
	margin:0 auto;
	background:url(img/bg_content.jpg) repeat-y;
	position:relative;
	padding-bottom:75px;
	text-align:left;
}
#singlecontent {
	width:1000px;
	margin:0 auto;
	background:url(img/bg_content.jpg) repeat-y;
	position:relative;
	padding-bottom:75px;
	text-align:left;
}
/* Standard-Links */
a {
	text-decoration:none;
	color:#6dc31a; /* blau: #4598b1 */
}
a:hover {
	text-decoration:underline;
	color:#9eea30; /* hellblau: #4598b1 */
}
a img {
	border:0px;
	text-decoration:none;
}
.nobreak {
	white-space: nowrap;
}
/* einzelne Objekte */
#logo {
	position:absolute;
	left: 72px;
	top: 10px;
}
#navigation {
	position:absolute;
	right: 75px;
	top:  85px;
	height: 27px;
}
#lehrstuhl {
	position:absolute;
	right: 75px;
	top: 30px;
}
ul.navi li {
	float: left;
	list-style: none;
	padding: 0px 0px 0px 40px;
	background:url(img/navitrenner.gif) no-repeat 20px;
}
ul.navi a {
	font-size:10px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}
ul.navi a:hover {
	font-size:10px;
	font-weight:bold;
	color:#2d9f2b;
	text-decoration:none;
}
.aktiv {
	color:#2d9f2b;
}
ul.navi li.eins {
	background:none;
}
#herzlich {
	position:relative;
	left:75px;
	top: 40px;
}
#herztitel {
	font-family: Georgia, Palatino, Times New Roman, Times, serif;
	font-size: 50px;
	letter-spacing:-1px;
	color:#FFF;
	padding-bottom:20px;
}
#herztext {
	width:550px;
	color: #1f4b1a;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	line-height:1.9em;
}
#maincontent {
	position:relative;
	left:75px;
	float:left;
	width:550px;
}
#sidebar {
	position:relative;
	right:75px;
	float:right;
	width:250px;
}
.title {
	font-family: Georgia, Palatino, Times New Roman, Times, serif;
	line-height:1.2em;
	padding-bottom:10px;
	color:#434949;
	font-size:24px;
	font-weight:normal;
}
.textwidget {
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	line-height:1.6em;
	padding-bottom:20px;
}
.textwidget p {
	margin-bottom:8px;
}
/* Artikel */
.artikel-datum {
	font-family: Georgia, Palatino, Times New Roman, Times, serif;
	font-size: 48px;
	color: #ddd;
	width: 60px;
	float: left;
	line-height: 0.5em;
	margin-top: 0.1em;
}
.datum-monat {
	font-size: 26px;
	line-height: 1.9em;
	display: block;
}
.verfasst {
	font:10px Georgia, Palatino, Times New Roman, Times, serif;
	font-weight: normal;
	line-height: 2em;
	text-transform: uppercase;
	letter-spacing: 1px;
	color:#525959;
	display:block;
	margin-bottom:2.5em;
	padding-left:3px;
	border-top:1px #CCC solid;
	margin-top:5px;
}
.singletitle {
	font-family: Georgia, Palatino, Times New Roman, Times, serif;
	line-height:1.1em;
	color:#434949;
	font-size:36px;
	font-weight:normal;
	display:block;
}
.pagetitle {
	font-family: Georgia, Palatino, Times New Roman, Times, serif;
	line-height:1.1em;
	color:#434949;
	font-size:36px;
	font-weight:normal;
	display:block;
	margin-bottom:25px;
}
.artikelsingle p {
	margin-bottom: 8px;
}
.artikel-home {
	margin-bottom: 2.5em;
}
.artikel-text {
	margin-left: 60px;
	margin-bottom: 20px;
}
.artikel-text-home {
	margin-left: 60px;
	padding-left: 15px;
	border-left: 5px solid #ddd;
	min-height: 6em;
}
.artikel-titel a:link, .artikel-titel a:visited {
	font-weight: bold;
}
.artikel-titel a:hover {
}
.artikel-text p, .artikel-text-home p {
	display: inline;
}
.artikel-text-home h4, .artikel-text h4 {
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-Serif;
}
/* Kommentare */
#kommentarblock {
	margin-top:3em;
	border-top: 1px #CCC solid;
}
#comments, #postcomment {
	line-height:2em;
	margin-top:20px;
}
.angemeldet {
	line-height:2em;
}
label {
	font:normal 12px Verdana, Arial, Helvetica, sans-Serif;
	line-height: 1.9em;
}
label, input, select { /* Alle Labels UND Formularelemente ausw�hlen */
	display: block;
	float: left;
}
form br { /* Alle Zeilenumbr�che in Formularen ausw�hlen */
	clear: left; /* das floating der labels und inputs aufheben */
}
input.submit {
	margin-top:5px;
	padding:2px 5px;
	font:normal 12px Verdana, Arial, Helvetica, sans-Serif;
}
#commentform #author, #commentform #email, #commentform #url {
	width:200px;
	font:normal 12px Verdana, Arial, Helvetica, sans-Serif;
	color:#586060;
	line-height:1.5em;
	padding:3px;
	margin:1px 0;
	border:1px solid #ccc;
	margin-bottom:10px;
}
#commentform textarea {
	height:200px;
	width:550px;
	font:normal 12px Verdana, Arial, Helvetica, sans-Serif;
	color:#586060;
	line-height:1.5em;
	padding:3px;
	margin:1px 0;
	border:1px solid #ccc;
	margin-bottom:10px;
}
#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}
#commentlist li .avatar {
	float: right;
	border: 1px dotted #ccc;
	padding: 2px;
}
#singleleiste {
	margin:0 auto;
	width:1000px;
	padding-bottom:20px;
	margin-left:25px;
}
.home-subnavi li {
	float: left;
	list-style: none;
	padding: 0 20px 0 0;
}
#home-subnavi-box {
	margin-bottom:20px;
	padding-bottom:20px;
}
ul.home-subnavi a, ul.home-subnavi a:hover {
	font-size:10px;
	font-weight:bold;
}
.artikel-page p {
	margin-bottom:8px;
}
/* Kontaktformular */
.error {
	font-size:12px;
	font-weight:bold;
	color:#C00;
}
fieldset {
	border:0;
	margin:0;
	padding:0;
}
input.text {
	position:absolute;
	width:250px;
	left:150px;
}
input.text, textarea {
	line-height:1.5em;
	padding:3px;
	margin:1px 0;
	border:1px solid #ccc;
	margin-bottom:10px;
}
input.submit {
	margin-top:5px;
	padding:2px 5px;
	font:normal 12px 'Lucida Grande', LucidaGrande, 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, Arial, Helvetica, sans-serif;
}
textarea {
	height:150px;
	width:550px;
}
/* Links */
.blogroll {
	margin-left: 20px;
}
.blogroll li {
	padding-bottom:0.7em;
}
.linkcat {
	padding-bottom:10px;
	display:block;
}