/*CSS*/

/*
   http://tickets.motion-kommunikation.de/
   css styles
   
   Copyright 2006, Markus Spiske
   http://www.temporausch.com

*/

/*general styles*/
html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li {
	margin:0;
	padding:0;
	color:#666666;
}

body {
	font:11px/175% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background:url(../gfx/bg_top.gif) repeat-x;
	text-align:justify;
}

textarea {
	background-color:#fffbdb; border: 1px solid #89252b; font-family:Tahoma, Arial, Sans-Serif; font-size: 9px;
}

input {
	background-color:#fffbdb; border: 1px solid #ff8c22; font-family:Tahoma, Arial, Sans-Serif; font-size: 9px;
}

h1 {
	font-size:11px;
	color:#9e9137;
	font-weight:bold;
}

h2 {
	font-size:11px;
	font-weight:normal;
	margin-bottom:25px;
	color:#000;
}

h3 {
	font-size:9px;
	font-weight:normal;
	margin:0px;
	color:#999999;
	text-align:center;
}

h4 {
	font-size:9px;
	line-height:150%;
	font-weight:normal;
	margin-bottom:25px;
	color:#666666;
}

/* NEUE FORAMTIERUNG */

.tabelle {
	font-size:11px;
	line-height:140%;
	font-weight:normal;
	color:#666666;
	text-align:left;
}

td {
	padding: 5px;
}

/* ENDE */

a:link, a:visited {
	color:#999999;
	text-decoration:none;
}

a:hover,a:active {
  color:#000;
}

a.orange:link, a.orange:visited, a.orange:active {
	color:#9e9137;
	text-decoration:none;
}

a.orange:hover {
  color:#9e9137;
	text-decoration:none;
}

a img, a:hover img {
	border:none;
}

/*container*/
#container {
	width:700px;
	margin:0 auto;
}

/*head*/
#head {
	width:700px;
	height:55px;
	margin-top:0px;
}

/*mainnav*/
#mainnav {
	background:url(../gfx/bg_navi.gif) no-repeat;
	height:155px;
	padding-left:20px;
	padding-top:0px;
	margin-top:0px;
}

#mainnav ul li {
	list-style:none;
	margin-bottom:6px;
	text-align:left;
	font-size:10px;
	font-weight:bold;
}

#mainnav ul li a {
	display:block;
	width:100px;
	color:#666666;
	text-decoration:none;
	font-size:10px;
}

#mainnav ul li a:hover {
	color:#79b51c;
	font-size:10px;
}  

/*content*/
#content {
	text-align:justify;
	background:url(../gfx/content_bg.gif) repeat-y;
	padding:10px 60px;
}

/*footer*/
#content_footer {
	height:20px;
	background:url(../gfx/content_footer_bg.gif) no-repeat;
}

#footer {
	margin-top:20px;
}

/* Inhalt */

div#pu {
	width:488px;
	margin:0 auto;
	margin-top:60px;
	text-align:center;
}
