/* andreas02 - a free xhtml/css website layout by Andreas Viklund - http://andreasviklund.com - Free to use for any purpose as long as the proper credits are given to the original author.

Version: 2.0 (Jan 29, 2007)

adapted by Matthias Häsel (Jun 6, 2007)

Screen layout: */

body {
padding:6px 0 0 0;
margin:0;
font:76% tahoma, verdana, sans-serif;
background:#e0e0e0;
color:#303030;
}

a {
color:#303030;
text-decoration:none;
border-bottom:1px dotted #505050;
}

a:hover {
color:#303030;
text-decoration:none;
border-bottom:1px solid #505050;
}

a.nonhover:hover {
text-decoration:none;
border:none;
}

a.nonhover {
text-decoration:none;
border:none;
}

h1 {
margin:0 0 20px 0;
font-size:2.2em;
font-weight:normal;
}

h2 {
margin:30px 0 15px 0;
font-size:1.6em;
font-weight:normal;
}

h3 {
margin:30px 0 15px 0;
font-size:1.4em;
font-weight:normal;
}

h2.first {
margin:0px 0 15px 0;
font-size:1.6em;
font-weight:normal;
}

h3.first {
margin:0px 0 15px 0;
font-size:1.4em;
font-weight:normal;
}

p {
margin:0 0 15px 0;
line-height:1.5em;
text-align:left;
}

p.date {
margin:-10px 0 15px 0;
line-height:1.5em;
text-align:left;
}

p.tweet {
margin:10px 0 15px 0;
line-height:1.5em;
text-align:left;
}

p.lit {
margin:0 0 15px 0;
line-height:1.5em;
text-align:left;
}

a img {
border:0;
}

/* Main container */

#banner {
margin:0px auto -20px auto;
width:770px;
padding:0px 0px 0px 0px;
font-size:0.8em;
}

#container {
margin:0 auto 20px auto;
width:730px;
padding:5px 20px 20px 20px;
background:#eeeeee;
}

/* Site title section */

#logo {
margin:15px 0 0 0;
}

#logo h1 a {
color:#505050;
border:none;
}

#logo h1 a:hover {
color:#303030;
text-decoration:none;
border:none;
}

/* Toptab menu */

#toptabs {
margin:10px auto 10px auto;
font-size:0.8em;
width:760px;
}

#toptabs p {
text-align:right;
color:#808080;
}

.toptab {
padding:4px 5px 3px 5px;
margin:0 0 0 4px;
text-decoration:none;
background:#f0f0f0 url(images/corner.gif) top right no-repeat;
color:#808080;
border-bottom:1px solid #eeeeee;
}

.deactivetoptab {
padding:4px 5px 3px 5px;
margin:0 0 0 4px;
text-decoration:none;
background:#f0f0f0 url(images/corner.gif) top right no-repeat;
color:#808080;
border-bottom:1px solid #eeeeee;
}

.toptab:hover {
background:#fafafa url(images/corner.gif) top right no-repeat;
border-bottom:1px solid #eeeeee;
color:#505050;
text-decoration:none;
}

.activetoptab {
padding:4px 5px 3px 5px;
margin:0 0 0 4px;
color:#505050;
text-decoration:none;
background:#eeeeee url(images/corner.gif) top right no-repeat;
border-bottom:1px solid #eeeeee;
}

.activetoptab:hover {
text-decoration:none;
border-bottom:1px solid #eeeeee;
}

/* Navitab menu */

#navitabs {
clear:both;
}

.navitab {
padding:4px 8px 4px 8px;
margin:0 0 4px 0;
text-decoration:none;
font-size:1.1em;
background:#d0d0d0 url(images/corner.gif) top right no-repeat;
border-bottom:1px solid #eeeeee;
border-left:1px solid #eeeeee;
}

.navitab:hover {
text-decoration:none;
background:#c0c0c0 url(images/corner.gif) top right no-repeat;
border-bottom:1px solid #eeeeee;
}

.activenavitab {
padding:4px 8px 5px 8px;
color:#ffffff;
margin:0 0 5px 0;
font-size:1.1em;
text-decoration:none;
background:#505050 url(images/corner.gif) top right no-repeat;
}

.activenavitab:hover {
text-decoration:none;
color:#ffffff;
}

/* Header description */

#desc_index {
height:200px;
color:#ffffff;
padding:0;
clear:both;
background:#505050 url(images/head_telefon.jpg) top left no-repeat;
margin:5px 0 15px 0;
}

#desc_leben {
height:200px;
color:#ffffff;
padding:0;
clear:both;
background:#505050 url(images/head_arme.jpg) top left no-repeat;
margin:5px 0 15px 0;
}

#desc_veroeffentlichungen {
height:200px;
color:#ffffff;
padding:0;
clear:both;
background:#505050 url(images/head_ipad.jpg) top left no-repeat;
margin:5px 0 15px 0;
}

#desc_vortraege {
height:200px;
color:#ffffff;
padding:0;
clear:both;
background:#505050 url(images/head_kopf.jpg) top left no-repeat;
margin:5px 0 15px 0;
}

#desc_presse {
height:200px;
color:#ffffff;
padding:0;
clear:both;
background:#505050 url(images/head_iphone.jpg) top left no-repeat;
margin:5px 0 15px 0;
}

#desc_index p, #desc_leben p, #desc_veroeffentlichungen p, #desc_vortraege p, #desc_presse p {
width:290px;
font-size:1em;
line-height:1.3em;
padding:0 0 0 15px;
}

#desc_index h2, #desc_leben h2, #desc_veroeffentlichungen h2, #desc_vortraege h2, #desc_presse h2 {
padding:15px 15px 0px 15px;
color:#ffffff;
}

#desc_index a, #desc_leben a, #desc_veroeffentlichungen a, #desc_vortraege a, #desc_presse a {
color:#ffffff;
text-decoration:none;
border-color:#ffffff;
}

/* Main content */

#main {
width:505px;
float:left;
padding:0 20px 40px 0;
border-right:1px solid #d8d8d8;
margin:0;
}

/* Sidebar */

#sidebar {
width:180px;
height:100%;
float:right;
/* border-left:1px solid #d8d8d8; */
padding:0 0 15px 15px;
margin:0;
}

#sidebar p {
font-size:0.9em;
line-height:1.3em;
margin:0 0 15px 0;
}

#sidebar h3 {
margin:20px 0 10px 0;
font-size:1.4em;
font-weight:normal;
}

#sidebar h3.first {
margin:0px 0 10px 0;
font-size:1.4em;
font-weight:normal;
}

/* Footer */

#footer {
clear:both;
background:#eeeeee;
padding:0;
margin:0;
height:30px;
border-top:1px solid #d8d8d8;
}

#footer a {
color:#808080;
}

#footer a:hover {
color:#303030;
}

#footer p {
color:#808080;
font-size:1.1em;
line-height:1.3em;
margin:15px 0 0 0;
padding:0;
}

/* Various classes */

.photo {
padding:2px;
margin:0 0 8px 0;
background-color:#f0f0f0;
border:1px solid #d8d8d8;
}

.picture {
padding:2px;
margin:0 0 8px 0;
}

.floatingpicture {
float:left;
margin:12px 24px 12px 0;
}

.banner {
padding:0px;
margin:0px;
vertical-align:top;
}

.anzeige {
padding-left:5px;
color:#808080;
}

.right {
margin-top:-8px;
text-align:right;
}

.presselink {
margin-top:-8px;
}

p.backlink {
margin:30px 0 0 0;
}

#sidebar .right {
margin-top:0px;
margin-bottom:20px;
text-align:right;
}

#sidebar p {
margin:0 0 8px 0;
line-height:1.5em;
text-align:left;
}

.block {
background:#e0e0e0;
padding:10px;
}

.sidelink {
text-align:left;
display:block;
width:165px;
background:#d0d0d0 url(images/corner.gif) top right no-repeat;
padding:3px 4px 3px 8px;
margin:12px 10px 5px 0;
border:none;
}

.sidelink:hover {
background:#c0c0c0 url(images/corner.gif) top right no-repeat;
text-decoration:none;
border:none;
}

.hide {
display:none;
}