﻿/* reset
--------------------------------------------------*/
h1,h2,h3,h4,h5,h6,p,form,fieldset {margin:0;padding:0;}
.low {display:none;}


/* body
--------------------------------------------------*/
body {
  margin:0px;
  padding:0px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:75%;
  line-height:1.6em;
  text-align:center;
  color:#414141;
  background: #fff;
}


/* headings
--------------------------------------------------*/
h1 {font-size:25px;}

#content h2 {
  margin:10px 0px 15px 0px;
  font-family:Georgia, serif;
  font-size:20px;
  font-weight:normal;
}

#content h3 {
  margin: 20px 0 10px 0;
  font-size:15px;
  font-family:Georgia, serif;
  font-weight: bold;

  color: #f33;
}

#content h4 {
  margin: 20px 0px 10px 20px;
  font-size:13px;
  font-weight: bold;
  font-style: italic;
}

h1,
h2
  {color:#737373;}


/* links
--------------------------------------------------*/
a {text-decoration:none;}
.entry a{text-decoration:underline;}

a img {border:none;}

a {color:#3B3A3A;}

a:hover {color:#737373;}


/* paragraphs, lists, etc
--------------------------------------------------*/

p {
  margin:0;
  padding:0 0 18px 0;
}

ul {
  margin:0 0 0 1.4em;
  padding:0 0 18px 0;
}

ul ul {padding:0;}

blockquote {
  margin:0;
  padding:0 18px;
  font-style:italic;
}

pre {
  overflow:auto;
  margin:0 0 18px 0;
  padding:4px;
}

pre, code, kbr {font-family:Courier, Monaco, monospace;}

code, kbr {padding:0 2px;}

abbr, acronym {
  font-size:0.9em;
  letter-spacing:1px;
}



/* images
--------------------------------------------------*/
img.left {
  float:left;
  margin:10px 15px 10px 0;
}

img.right {
  float:right;
  margin:0 0 0 12px;
}

img.center {
  display: block;
  margin:0 auto;
}


/* container
--------------------------------------------------*/
#container {
  width:690px;
  margin:0 auto;
  padding:30px 30px 0px 30px;
  text-align:left;
  padding-top:0;
  border-top:20px solid white;
  background-color: #fff;
}

#commentspopup #container {
  width:455px;
  padding:0 15px;
}


/* header
--------------------------------------------------*/
#header {
  height:115px;
  padding:0 0 0 18px;
  background-color:#E6E6E6;
}

#header h1 {
  /*display:none; This will hide the text in your header */
  padding-top:	50px;
}


/* navigation
--------------------------------------------------*/
#navigation {
  height:2.7em;
  line-height:2.7em;
  background-color:#FF3333;
}

#navigation ul {
  margin:0;
  padding:0;
}

#navigation li {
  float:left;
  margin:0;
  padding:0;
  list-style-type:none;
  border-right:1px solid;
  white-space:nowrap;
  border-color:white;
}

#navigation li a {
  display:block;
  padding:0 18px;
  font-size:0.8em;
  text-transform:uppercase;
  letter-spacing:1px;
}

* html #navigation a {width:1%;} /* see http://www.positioniseverything.net/explorer/escape-floats.html */

#navigation form {
  float:right;
  height:100%;
  width:189px;
  padding:0 15px;
  border-left:1px solid;
  line-height:0;
  border-color:white;
  background-color: #FEC42D;
}

#navigation form fieldset {
  /* centering the search form could've
  been done way more elegant but IEWin
  and Opera refused to follow the rules */
  margin-top:7px;
  border:0 solid; /* Opera */
}

* html #navigation form fieldset {margin-top:7px;}

#navigation #s {
  height:1.5em;
  width:140px;
  margin:0 5px 0 0;
  padding:0;
  border:1px solid;
  font-size:0.8em;
  vertical-align:middle;
  border-color:#FFF9EA;
}

#navigation #searchbutton {
  height:2em;
  width:auto;
  padding:0 1px;
  border:1px solid;
  font-size:9px;
  letter-spacing:1px;
  text-align:center;
  vertical-align:middle;
  color:white;
  background-color:#737373;
}

#navigation a {color:white;}

#navigation .selected,
#navigation li a:hover {
  background-color:#BC2B2B
  }


/* content
--------------------------------------------------*/
#content {
  float:left;
  width:455px;
  padding-top:32px;
}

.singlecol #content {
  float:none;
  width:550px;
  margin:0 70px;
}

#commentspopup #content {
  float:none;
  padding-top:0;
}


/* entry
--------------------------------------------------*/

.entry {margin:0px;}




/* form
--------------------------------------------------*/
form {padding:6px 0;}

#commentform, #contactform {margin-bottom:18px;}

form fieldset {border:0 solid;} /* Opera */

form p {
  padding:6px 0;
  border-bottom:1px solid;
}

form label {
  display:block;
  float:left;
  width:60px;
}

#commentform label {margin:0 15px 0 15px;}
#contactform label {margin:0 15px 0 0;}

form em {
  margin-left:5px;
  font-size:0.9em;
  font-style:normal;
}

form input, form textarea {
  padding:3px;
  width:200px;
  border:1px solid;
  font-family:Arial,Helvetica,sans-serif;
  font-size:0.9em;
}



form textarea {overflow:auto;}

#commentform input {width:200px;}
#commentform textarea {width:325px;}
#contactform textarea, #contactform #bx_subject {width:465px;}

* html #commentform textarea {width:320px;} /* IE WIN; but why? */
* html #contactform textarea,
* html #contactform #bx_subject {width:445px;} /* IE WIN; but why? */

form .button {
  width:90px !important;
  border-bottom:1px solid;
  font-weight:bold;
}

#commentform .button {margin-left:90px;}
#contactform .button {margin-left:75px;}

form .hiddenfield {display:none;}

form .info {padding-left:90px;}

form p {border-color:white;}

form label { color:#3B3A3A;}

form em {color:#C8C8B4;}

form input {color:#414141;}

form input, form textarea {
  border-color:#C2C2C2 #E6E6E6 #E6E6E6 #C2C2C2;
  background-color: #E5E5E5;
}

form .button {
  border-color: #C0C0C0;
  background-color:#D3FFCA;
}

#spam {
	width: 20px;
	margin-left: 60px;
}



  
/* subcontent
--------------------------------------------------*/
#subcontent {
  float:right;
  width:205px;
  padding:15px 0 0 15px;
  font-size:0.9em;
  line-height:1.5em;
}

* html #subcontent {padding-top:32px;} /* dirty fix for IEWIN; temporary! */

#subcontent ul, #subcontent p {margin:0 10px;}

/* subcontent headings
--------------------------------------------------*/
#subcontent h2 {
  margin:18px 0 10px 0;
  font-family:Georgia,serif;
  font-size:1em;
  line-height:1em;
}

#subcontent h2 em {
  display:block;
  padding:5px 10px;
  font-style:normal;
}

#subcontent h2 {
  color:#737373;
  background-color:#E6E6E6;
}


/* subcontent list
--------------------------------------------------*/
#subcontent ul li {
  margin:2px 0 2px 18px;
  padding-bottom:2px;
  border-bottom:1px solid;
}

#subcontent li a {
  display:block;
  padding:1px 0;
  height:1%; /* IE WIN */
}

#subcontent ul.categories li ul {margin:0;}

#subcontent ul.categories li li {
  margin:0;
  padding:0 0 3px 0;
  border-bottom:none;
}

#subcontent ul.categories li ul ul {margin:0 0 0 16px;}
#subcontent ul li {border-bottom-color:#F0F0F0;}

#subcontent li a:hover {background-color:#FFFBF0;}

/* footer
--------------------------------------------------*/
#footer {
  clear:both;
  padding: 0px 0px 0px 0px;
  font-size:0.9em;
  color:#A0A0A0;
  background-color:white;
}

#footer strong {
	font-weight:normal;
	color:#737373;
}

#footer p {
	border-top:6px solid #E6E6E6;
	padding: 0px 10px 0px 0px;
}

#footer a {color:#A0A0A0;}

#footer a:hover {color:#414141;}



/* pubs */
.pubDatum {
	width: 40px;
	display: block;
	float: left;
	margin: 0px 5px 0px 30px;
	text-align: right;
}
.pubTitel{
	width: 310px;
	display: block;
	float: left;
	border-bottom: 1px dotted #3b3a3a;
}
.pubZusatz{
	text-align: right;
	width: 40px;
	float: left;
}
.pubClear {
	clear: left;
	margin-bottom: 10px;
}



.vitaTabelle{
	/*width: 450px;*/
	table-layout:fixed;
	border-spacing: 1px;
	padding: 10px 0px 0px 0px;
	font-size: 12px;
}

.vitaTabelle td {
	padding: 0px 0px 0px 0px;
}

.vitaSpalteLinks{
	width: 160px;
}
.vitaSpalteRechts{
}


.flaggeContainer{
  float:right;
  height:100%;
  width:45px;
  border-left:1px solid;
  border-color:white;
}

.flagge {
	margin: 9px 10px;
}


.next a {float:right;}
.previous a {float:left;}