html {
	min-height: 100.1%;
}

body {
	background: #040 url(../_images/back/back_body.gif) repeat-y center;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
#root {
	background: url(../_images/back/back_root.gif) repeat-x top;
}

#page {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background: #FFF;
}

/* Kopfbereich */

#head {
	background: #070 url(../_images/back/back_head.jpg) no-repeat center top;
	height: 170px;
}
#title {
	padding-top: 75px;
	padding-left: 50px;
}
#title img {
	display: block;
	border-style: none;
}


/* Navigation */

#navi {
	height: 30px;
	background: url(../_images/back/back_navi.gif) no-repeat top;
}
#navi ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 90px;
}
#navi li {
	list-style: none;
	font-size: 1.2em;
	float: left;
	display: block;
	font-weight: bold;
	background: url(../_images/back/back_item.gif) no-repeat right top;
}
#navi li.first {
	margin-left: 0px;
	padding-left: 0px;
}
#navi li.last {
	padding-right: 0px;
	background: url(none);
}
#navi a {
	text-decoration: none;
	color: #070;
	display: block;
	margin: 0px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 30px;
}
#navi a:hover {
	color: #6B0;
}
#navi a.current {
	background: #DDD url(../_images/back/back_item.gif) no-repeat right top;
}


/* Hauptbereich */

#main {
	clear: left;
	margin: 0px;
	padding: 35px 0px 0px;
	background: #FFF url(../_images/back/back_main.gif) repeat-x top;
	float: left;
	width: 100%;
}

/* Menüspalte */

#menu {
	background: #FFF url(../_images/back/back_menu.gif) no-repeat center top;
	float: left;
	width: 160px;
	margin-left: 45px;
	min-height: 155px;
	padding: 20px 25px 25px;
}
#menu h4 {
	font-size: 1.1em;
	font-style: italic;
	font-weight: normal;
	color: #666;
	margin: 0px 0px 5px;
	line-height: 2em;
}

#menu p {
	font-size: 1.1em;
	line-height: 1.5em;
	color: #666;
	margin: 0px;
	padding-bottom: 5px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	font-size: 1.2em;
	line-height: 2em;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu a {
	color: #070;
	text-decoration: none;
}
#menu a:hover {
	color: #6B0;
}
#menu li a {
	background: url(../_images/back/back_bullet.gif) no-repeat left center;
	display: block;
	padding-left: 15px;
}
#menu li a.current {
	font-weight: bold;
}


#menu hr {
	height: 1px;
	border-top: 1px solid #DDD;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	margin: 15px 0px 20px;
}


/* Inhalte */

#content {
	float: left;
	width: 300px;
	margin-left: 45px;
}
#content.home {
	width: 350px;
}
#content.full {
	width: 550px;
}


#content h1 {
	font-size: 1.6em;
	line-height: 1.5em;
	font-weight: bold;
	margin: 0px 0px 10px;
}
#content h2 {
	font-size: 1.4em;
	line-height: 1.5em;
	font-weight: bold;
	margin: 0px 0px 10px;
}
#content h3 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0px 0px 5px;
}

#content p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0px 0px 10px;
}
#content p.left {
	float: left;
}

#content p.right {
	float: right;
}


#content a {
	color: #070;
	text-decoration: none;
}
#content a:hover {
	color: #6B0;
}


#content ul, ol {
	margin: 10px 0px;
}
#content li {
	font-size: 1.2em;
	line-height: 1.5em;
	list-style-type: disc;
	margin: 0px 0px 5px;
}
#content hr {
	border-top: 1px solid #070;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
}
#content img {
	margin: 10px 0px;
}
#content table {
	table-layout: fixed;
	margin: 0px 0px 10px;
	padding: 0px;
	border-style: none;
}
#content caption {
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	color: #666;
	text-align: left;
	margin: 0px 0px 10px;
}
#content col.time {
	width: 120px;
}
#content col.text {
	width: 380px;
}
#content col.rank {
	width: 30px;
}
#content col.name {
	width: 160px;
}
#content col.smallnumerics {
	width: 40px;
}
#content col.mediumnumerics {
	width: 60px;
}
#content col.largenumerics {
	width: 130px;
}


#content tr.even {
	background: #EEE;
}

#content th {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	line-height: 1.5em;
	padding: 5px 5px 10px 0px;
	white-space: nowrap;
}

#content td {
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 5px 5px 5px 0px;
	vertical-align: top;
}



#content form {
	margin: 0px;
}
#content form br {
	clear: both;
}
#content form acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
}
#content form abbr {
	border-style: none;
	color: #C00;
	cursor: help;
}
#content form span {
	font-size: 1.2em;
	color: #C00;
	vertical-align: middle;
	font-weight: bold;
	padding-left: 10px;
}

#content fieldset {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 20px 0px 0px;
	padding: 0px;
}
#content legend {
}

#content legend span {
	position: absolute;
	left: 1em;
	top: -1em;
	font-weight: bold;
	background: #FFF;
	padding-right: 2em;
	padding-left: 2em;
	border: 0.1em solid #CCC;
	line-height: 2em;
	font-size: 1.1em;
}
#content label {
	font-size: 1.2em;
	line-height: 2em;
}
#content label.none {
	float: left;
	width: 0px;
	display: inline;
}
#content label.left {
	width: 120px;
	margin-right: 1em;
	float: left;
}
#content label.radio {
	padding-right: 10px;
}
#content  input {
	color: #000;
	vertical-align: middle;
	border: 1px solid #AAA;
	padding: 2px;
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
}
#content  input:focus {
	background-color:#FFF;
	vertical-align: middle;
	border: 1px solid #070;
}
#content input.left {
	clear: both;
	float: left;
	width: auto;
	margin-right: 0.5em;
	margin-left: 0em;
}
#content  input.right {
	clear: both;
	width: auto;
	margin-left: 10em;
	margin-right: 0.5em;
}
#content input.radio {
	vertical-align: text-bottom;
	border-style: none;
}
#content input.button {
	color: #FFF;
	font-weight: bold;
	background: #070;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding: 4px 10px;
}
#content textarea {
	border: 1px solid #AAA;
	padding: 0.2em 0em 0.2em 0.2em;
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

#content textarea:focus {
	color: #000;
	vertical-align: middle;
	border: 1px solid #070;
}


/*  thumbnails bildergalerie */
#thumbs {
}
#thumbs ul {
	margin: 0px;
	padding: 0px;
}
#thumbs li {
	margin: 0px 10px 10px 0px;
	padding: 10px;
	float: left;
	list-style: none;
	border: 1px solid #DDD;
}
#thumbs li:hover {
	margin: 0px 10px 10px 0px;
	padding: 10px;
	float: left;
	list-style: none;
	border: 1px solid #669966;
	background: #DED;
}
#thumbs a {
	display: block;
	margin: 0px;
	padding: 0px;
}
#thumbs img {
	border-style: none;
	margin: 0px;
	padding: 0px;
}
#thumbs img.portrait {
	margin-right: 13px;
	margin-left: 12px;
}
#thumbs img.landscape {
	margin-top: 13px;
	margin-bottom: 12px;
}

/* Pagination der Galerie */
#turn {
	clear: both;
}
#turn ul {
	margin: 0px;
	padding: 0px;
}
#turn li {
	padding-right: 10px;
	float: left;
	list-style: none;
}


/*  nur für sponsorlogos */
#logos {
}
#logos ul {
	margin: 0px;
	padding: 0px;
}
#logos li {
	margin: 0px 10px 10px 0px;
	padding: 10px;
	float: left;
	list-style: none;
	border: 1px solid #DDD;
}
#logos li:hover {
	margin: 0px 10px 10px 0px;
	padding: 10px;
	float: left;
	list-style: none;
	border: 1px solid #669966;
}
#logos a {
	display: block;
	margin: 0px;
	padding: 0px;
}
#logos img {
	border-style: none;
	margin: 0px;
	padding: 0px;
}


/* Fotogalerie Deatilansichtsseite */
#detail {

}
#detail p.previous {
	float: left;
	color: #AAA;
}
#detail p.overview {
	text-align: center;
	color: #AAA;
}

#detail p.next {
	float: right;
	color: #AAA;
}

#detail img {
	border: 1px solid #070;
}
#detail img.landscape {
	padding: 20px;
}
#detail img.portrait {
	padding: 20px 80px;
}
/* Spalte rechts */

#column {
	float: left;
	width: 200px;
	margin-left: 50px;
}
#column h5 {
	font-size: 1.1em;
	line-height: 1.5em;
	color: #000;
	font-weight: bold;
	margin: 0px 0px 10px;
}
#column p {
	font-size: 1.1em;
	line-height: 1.5em;
	color: #666;
	margin: 0px 0px 10px;
}
#column a {
	color: #070;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#column a:hover {
	color: #6B0;
}
#column img {
	margin-bottom: 10px;
}

/* Fußbereich */

#foot {
	clear: left;
	padding-top: 30px;
	background: #DDD url(../_images/back/back_foot.gif) repeat-x top;
	height: 15px;
	padding-bottom: 10px;
}
#foot ul {
	float: right;
	margin: 0px;
	padding: 0px;
}
#foot li {
	list-style: none;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 1px;
	float: left;
	font-size: 11px;
	line-height: 15px;
	border-right: 1px solid #AAA;
}
#foot li.first {
	border-left-style: none;
}
#foot li.last {
	border-right-style: none;
	padding-right: 20px;
}

#foot a {
	text-decoration: none;
	color: #999;
}
#foot a:hover {
	color: #000;
}

