body,html {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #e8e3dc;
}

#top_section {
	width: 799px;
	height: 15px;
	overflow: hidden;
	padding-top: 105px;
	background-image: url(images/thespis-logo.gif);
	background-repeat: no-repeat;
	border-bottom: none;
	margin: 0px;
	background-color: #e8e3dc;
}

/* Links oben rechts in der Ecke */
#breadcrumbs {
	margin: 0px;
	padding: 0px;
	float: right;
	margin-right: 10px;
	font-size: 0.75em;
}

#breadcrumbs a {
	color: #444444;
}

#main_section {
	margin: 0px;
	padding: 0px;
	color: #444444;
	font-size: 0.80em;
}

#navigation {
	background-image: url(images/orange-light.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 140px;
	width: 120px;
	padding-top: 95px;
	text-align: left;
	font-family: Georgia, serif;
	font-size: 1.2em;
}
/* ganze Navigationsliste */
#navigation ul {
	margin-left: 8px;
	padding: 0;
	text-align: left;
}
/* ein Element in der Liste */
#navigation li {
	list-style: none;
	margin-top: 10px;
	width: 100%;
	font-weight: bold;
}

#navigation a,#navigation a:visited {
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #222222;
}

#navigation a:hover,#navigation a:visited :hover {
	width: 100%;
	margin: 0px;
	padding: 0px;
	color: #cc241a;
	text-decoration: underline;
}

#content_top_image {
	margin: 0px;
	padding: 0px;
	margin-left: 115px;
	height: 10px;
	width: 100%;
	text-align: left;
	background-color: #ffffff;
	background-image: url(images/content-bg-long.gif);
	background-repeat: repeat-x;
}

#content {
	margin: 0px;
	padding: 0px;
	margin-left: 115px;
	padding-left: 30px;
	padding-top: 5px;
	padding-right: 10px;
	line-height: 1.2em;
	text-align: left;
	background-color: #ffffff;
	background-image: url(images/content-bg.gif);
	background-repeat: repeat-y;
}
#content h1.PageHeadding {
	padding-top: 10px;
}

#content div.headder_container{
	border-bottom: 2px solid #b8b3bc;
	margin-top: 20px;
	margin-bottom: 15px;
	padding: 0px;
	padding-bottom: 2px;
	clear: both;
}

#content div.post_container{
	border-bottom: 1px solid #b8b3bc;
	padding: 0px;
	margin-top: 15px;
	margin-right: 10px;
	clear: both;
}


#content p {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 2px;
}

/* footer */
#bottom_section {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	padding: 0px;
	border-top: 4px double #b8b3bc;
	font-size: 80%;
	width: 100%;
	clear:both;
}

#footer {
	padding-right: 5px;
	margin: 0;
	line-height: 190%;
	text-align: right;
	clear: both;
	vertical-align: left;
}

/* global definitions*/
p.warning {
  font-weight: bold;
  color: red;
}

p.confirmation {
  font-weight: bold;
  color: green;
}

h1, h2, h3, h4 {
	font-family: Georgia, serif;
}

h2 {
	margin-bottom: 20px;
	padding-left: 10px;
	padding-bottom: 4px;
	border-bottom: 4px double #b8b3bc;
	color: #922800;
	font-size: 2.2em;
	width: 100%;
}

h3 {
	font-size:		1.8em;
	font-weight: 	bold;
	margin: 		0;
	padding-left: 	25px;
	padding-right:	20px;
	display: 		inline;
	color: 			#922800;
}

h4 {
	font-size: 1.4em;	
	font-weight: bold;
	padding-left: 50px;
	padding-right: 10px;
	display: inline;
	color: #922800;
}
td {
	padding-left: 	3px;
	padding-right: 	3px;
	padding-top: 	1px;
	padding-bottom: 1px;
}

a.preview_link {
	line-height: 1.8em;
}

div.uploadForm {
  background-color: #ddd;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  margin: 5px;
  padding: 15px;
  width: 400px;
  border: 1px solid black;
}


/* anchor links */

a.anchor {
	font-size:		1.8em;
	font-weight: 	bold;
	margin: 		0;
	padding-left: 	25px;
	padding-right:	20px;
	display: 		inline;
	color: 			#922800;
	font-family: Georgia, serif;
}
