/*
 ********************************
 *								*
 *		BASIC LAYOUT			*
 *								*
 ********************************
 */
 
body,html {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	background-color: #eee;
	background-image:url(images/upper-bg.gif);
	background-repeat: repeat-x;
}

#top_section {
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
/* ersetzt den Text in h1 durch ein Bild */
#top_section h1 {
	width: 790px;
	height: 0px;
	overflow: hidden;
	padding-top: 115px;
	margin: 0px 0px 0px 109px;
	background-image: url(images/thespis-logo-trans.gif);
	background-repeat: no-repeat;

}

#breadcrumbs {
	width: 100%;
	margin: 0px;
	padding: 0px 0px 8px 0px;
	text-align: right;
	font-size: 0.8em;
	color: #eee;
}

#wrapper {
	margin: 0px auto 10px auto;
	padding-top: 5px;
	width: 956px;
	background-color: #ffffff;
	background-image:url(images/upper-bg.gif);
	background-repeat: repeat-x;
}

#navigation {
	float: left;
	margin: 0px;
	padding: 25px 0px 140px 0px;
	width: 137px;
	list-style: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-image: url(images/nav2_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#content {
	margin: 0px;
	padding: 5px 20px 0px 20px;
	float: right;
	width: 776px;
	min-height: 845px;
	background-color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#bottom_section {
	clear: both;
	width: 100%;
	margin: 0px;
	border-top: 4px double #444444;
	font-size: 0.75em;
	text-align: center;
	background-color: #ffffff;
}

#footer {
	padding: 5px 0px 5px 0px;
}

/*
 ********************************
 *								*
 *		TEXT STYLING			*
 *								*
 ********************************
 */

/* headdings */

h2 ,h3 ,h4 {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, serif;
}

h2 {
	margin: 0px 0px 25px 0px;
	font-size: 2.2em;
	font-weight: bold;
	color: #555555;
	border-bottom: 4px double black;
}

h3 {
	margin: 15px 0px 20px 0px;
	font-size: 1.7em;
	font-weight: bold;
	color: #777777;
	border-bottom: 3px solid black;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #aaaaaa;
	border-bottom: 1px solid black;
}

p {
	margin: 10px 0px 0px 0px;
	padding: 0px 10px 10px 10px;
	text-align: justify;
}

p.warning{
	font-weight: bold;
	color: red;
}

p.right {
	text-align: right;
}

/* non headdings */

div.timestamp {
	font-weight: bold;
	font-size: 0.75em;
}

div.post_container {
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid black;
}

div.headder_container {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid black;
	clear: both;
}
div.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}

div.map {
	width: 770px;
	height: 500px;
	margin: 10px;
}

.kleingedrucktes {
	font-size: 0.5em;
}

tr.passed {
	color: #ccc;	
}

/* images */

img {
	padding: 10px 10px 0px 10px;
}

img.right {
	float:right;
}

img.left {
	float:left;
}

/* links */

a {
	text-decoration: underline;
	color: blue;
}

a:hover, a:visited {
	text-decoration: underline;
	color: #5c1111;
}

#navigation ul {
	list-style-type: disc;
	margin: 20px 0px 0px 20px;
	padding: 0px;
	list-style: circle;
	
}

#navigation li {
	margin: 0px;
	padding: 0px;
	line-height: 1.8em
}

#navigation a {
	font-family: Georgia, serif;
	font-size: 1.2em;
	font-weight: bolder;
	text-decoration: none;
	color: #533;
}

#navigation a:hover {
	color: #555;
}

#breadcrumbs a {
	text-decoration: none;
	font-weight: bold;
	color: #eee;
}

#breadcrumbs a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

a.anchor {
	margin: 15px 0px 20px 0px;
	padding: 0px;
	font-family: Georgia, serif;
	text-decoration: none;
	font-size: 1.7em;
	font-weight: bold;
	color: #777777;
}

/* tables */

table.spielplan {
	margin: 10px 0px 10px 10px;
	padding: 0px;
	width: 768px;
}

table.captcha {
	margin: 10px 0px 10px 10px;
	padding: 0px;
	width: 400px;
	
}

tr.grey_row {
	background-color: #dddddd;
}

tr.white_row {
	background-color: #ffffff;
}

.white_field {
	background-color: #ffffff;
}

/* forms */
input.large_input {
	width: 350px;
	margin: 0px 0px 0px 5px;
}

input.large_required_input {
	width: 333px;
	margin: 0px 0px 0px 5px;
}

input.small_input {
	width: 190px;
	margin: 0px 0px 0px 5px;
}

input.xsmall_input {
	width: 80px;
	margin: 0px 0px 0px 5px;
}

input.xxsmall_input {
	width: 45px;
	margin: 0px 0px 0px 5px;
}

textarea.large_input {
	width: 350px;
	height: 200px;
	margin: 0px 0px 0px 5px;
}

textarea.std_input {
	width: 250px;
	height: 200px;
	margin: 0px 0px 0px 5px;
}
input.std_input {
	width: 250px;
	margin: 0px 0px 0px 5px;
}
