@import url(/stylesheets/menu.css);
@import url(/stylesheets/box.css);

html {
  margin-top:1em;
  background:white;
}

a:link {
  color: #303ba5;
}

a:link:visited {
  color: #703b75;
}

#main h1 a {
  color: #000;
  text-decoration: none;
}

#main h1 a:hover {
  text-decoration: underline;
}

body{
	/* width:734px; */

	width:790px;
	position:relative;
	margin:0 auto;
	font-size:12px;
	font-family: sans-serif;

        line-height: 130%;
}

/*
body#popup {
  width:500px;
  margin:0 auto;
}
*/

#main.popup p.img {
  float:right;
}

p.img img {
  position:relative; top:-20px;
}


th, td {
  vertical-align:top;
  text-align:left;
}

table {
  border-collapse: collapse;
}

table.edit {
  width: 100%;
}

table.edit td, table.edit th {
  padding:0.3em;
}

#main table.edit tr.bordered {
  border-bottom:1px solid black;
}

a {
  text-decoration:none;
}

#main a {
  text-decoration:underline;
}

form {
  margin:0; padding:0;
}

#head {
	position: relative;
	height:80px;
	margin:0; padding:0;
}

#logo {
	display:block;
	height:80px;
}

#left, #right, #meta {
	position:absolute;
	width:150px;
}

#right {
	top:85px;
	margin-top:2em;
	right:0px;
}

#left {
	top:80px;
	left:0;
}

#left ul, #left ul li, #head ul, #head ul li {
	list-style-type:none;
	margin:0; padding: 0;
}

textarea {
        width:100%;
}

#main li {
  margin-left:3em;
  padding-left:0;
}

#main ul, #main ol {
  margin-left:0;
  padding-left:0;
}

#meta {
	position:absolute;
	right:0;
	top:80px;
}

#meta li {
	display:inline;
}

#main, #footer {
	margin:0.5em 150px 0.5em 150px;
	padding:0 0.5em;
}

/*
#popup_main {
  margin:0.5em;
}
*/

#admin #main, #admin .section_header {
 /*       margin-right:0; */
}

#footer {
	text-align:center;
	padding-bottom:1em;
}

#main {
  position:relative;
}

.section_header {
  margin:0 150px 0 150px;
  border-right:0.6em solid white;
  border-left:0.6em solid white;

  background-color:red;
  height:2em; display:block;
  background-color:#bdd500;
}

p#kussmanns{
	text-align:center;
}

.category_icon {
  height:70px;
  width:70px;
  position:absolute;
  z-index:2;
  left:408px;
  top:-2.0em;
}

p {
  margin 1em;
}

div.post_image {
}

div.post_image p {
  font-style: italic;
  text-align:center;
  margin-top:0;
}

.category {
  font-weight:bold;
  margin-right:70px;
}

blockquote {
  font-style:italic;
  margin-left:1em;
  padding-left:0;
}

h1 {
  font-size:1.5em;
  margin:0 0 0.5em 0;
  padding:0;
  line-height:1.2em;
}

h1 small {
  font-size:0.8em;
  font-weight:normal;
}

h2 {
  font-size: 1.3em;
  margin:0 0 0.5em 0;
  padding:0;
}

h3 {
  margin-bottom:0px;
  padding-bottom:0;
}

