/****************************************************\
|                                                    |
|         (C) 2007 LIVID Media - Tim Sydekum         |
|      ========================================      |
|      www.livid-media.de | info@livid-media.de      |
|                                                    |
\****************************************************/

/* --- BASIC --- */

body {
	font-family: 'Trebuchet MS', Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #343434;
	background: url(images/bg_grandient.gif) top left repeat-x #ececec;
	padding: 0;
	margin: 0;
}



/* --- WEBSITE / HEADER --- */

#website {
	width: 804px;
	margin: 10px auto 30px;
}

#header {
	height: 124px;
	width: 804px;
	background: url(images/header_bg.gif) no-repeat;
}

#logo {
	float: left;
	margin-left: 32px;
}

#messejahr {
	float: right;
}



/* --- NAVIGATION --- */

.navi {
	height: 39px;
	background: url(images/navi_bg.gif) no-repeat;
	padding: 5px 24px 0px;
}

.navi ul {
	list-style: none;
	margin: 0;
	padding: 8px 0;
}

.navi li {
	display: inline;
}

.navi a {
	font-size: 14px;
	padding: 8px;
	margin-right: 6px;
}

.navi a:link, .navi a:visited {
	color: #666 !important;
	text-decoration: none;
}

.navi a:hover, .navi a:active {
	text-decoration: none;
	background: #b7b7a4;
	color: #555 !important;
}

.navi a.active {
	text-decoration: none;
	background: #b7b7a4;
	color: #555 !important;
}

.subnavi {
	height: 22px;
	background-color: #EBEBE5;
	padding: 2px 14px;
	line-height: 20px;
}

.subnavi ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.subnavi li {
	display: inline;
}

.subnavi a {
	font-size: 13px;
	padding: 0 8px;
	margin-right: 2px;
}

.subnavi a:link, .subnavi a:visited {
	color: #666 !important;
}

.subnavi a:hover, .subnavi a:active {
	color: #555 !important;
}

.subnavi a.active {
	font-weight: bold;
	color: #555 !important;
}

.subnavi .first, .subnavi .last {
}



/* --- BODY / CONTENT --- */

#body {
	width: 800px;
	background: url(images/content_bg.gif) repeat-y #fff;
	padding: 0 2px;
}

#content {
	width: 740px;
	padding: 15px 30px 25px;
	min-height: 250px;
}

.logo-bg {
	background: url(images/hochsprung_logo_bg.gif) no-repeat center center;
	min-height: 250px;
}



/* --- FOOTER --- */

#footer {
	width: 772px;
	height: 105px;
	background: url(images/footer_bg.jpg) no-repeat;
	font-size: 11px;
	color: #898989;
	padding: 10px 0 0 32px;
}

#footer a {
	color: #898989;
}

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

#footer a:hover, #footer a:active {
	text-decoration: underline;
}

.messedatum {
	height: 65px;
	font-size: 35px;
	color: #c8c8bb;
}



/* --- PAGENAVI --- */

.pagenavi {
	position: absolute;
	width: 596px;
	border-top: 1px solid #b7b7b7;
	margin-top: 20px;
	padding-top: 10px;
	bottom: 12px;
	left: 180px;
}

.pagenavi img {
	padding-top: 1px;
}

.pagenavi .pos-left {
	width: 25%;
}

.pagenavi .pos-left a {
	padding-left: 20px;
	background: url(images/arrow_left.gif) no-repeat 0px;
}

.pagenavi .pos-center {
	width: 50%;
	text-align: center;
}

.pagenavi .pos-right {
	width: 25%;
	text-align: right;
}

.pagenavi .pos-right a {
	padding-right: 20px;
	background: url(images/arrow_right.gif) no-repeat 47px;
}

.pagenavi-flex {
	width: 97%;
	margin-bottom: 10px;
}



/* --- MESSAGE --- */

.message {
	width: 580px;
	padding: 4px 8px;
	font-size: 12px;
	line-height: 16px;
	background-color: #eee;
	border: 1px solid #888;
	margin-bottom: 10px;
}

.messageSuccess {
	background: url(images/message_success.png) no-repeat;
}

.messageWarning {
	background: url(images/message_warning.png) no-repeat;
}

.messageError {
	background: url(images/message_error.png) no-repeat;
}

.messageSuccess, .messageWarning, .messageError {
	padding-left: 18px;
}



/* --- HTML --- */

a {
	color: #007d40;
}

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

a:hover, a:active {
	text-decoration: underline;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #999999;
	padding-left: 38px;
	margin-bottom: 15px;
	background: url(images/h1_punkte.gif) no-repeat left center;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #999999;
	margin-bottom: 12px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #999999;
	margin-bottom: 10px;
}

div, table, img {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
}


table {
	font-size: 13px;
}

td {
	vertical-align: top;
}

hr {
	margin: 10px 0;
	padding: 0;
	height: 1px;
	border: 0;
	border-bottom: 1px solid #c7c7b5;
}

ul {
	margin: 0 20px;
	padding: 0;
}

small {
	font-size: 11px;
	color: #9fc367;
}



/* --- TABLES --- */

.table {
	font-size: 13px;
	border: 1px solid #666;
	border-collapse: collapse;
	background-color: #eee;
}

.table td {
	padding: 3px;
	border: 1px solid #999;
}

.bg-head {
	font-weight: bold;
	background-color: #aaa;
}

.bg-bright {
	background-color: #ddd;
}

.bg-dark {
	background-color: #ccc;
}



/* --- FORMS --- */

form {
	display: inline;
}

checkbox, input, radio, select, textarea, file {
	font-family: 'Trebuchet MS', Verdana, Arial;
	font-size: 12px;
}

input.button-1 {
	font-size: 13px;
	color: #666;
	padding: 4px 8px;
	border: 1px solid #a7a794;
	background-color: #c7c7b5;
	margin: 0;
}

span.button-1 {
	font-size: 13px;
	color: #666;
	padding: 4px 8px;
	border: 1px solid #a7a794;
	background-color: #c7c7b5;
	text-decoration: none;
	margin: 0;
}

input.button-1:hover, span.button-1:hover {
	color: #555;
	background-color: #b7b7a4;
}

.inputSmall {
	width: 80px;
}

.inputMiddle {
	width: 200px;
}

.inputLarge {
	width: 550px;
}

.textareaSmall {
	height: 80px;
}

.textareaMiddle {
	height: 120px;
}

.textareaLarge {
	height: 180px;
}



/* --- NEWSBOX --- */

.newsbox {
	font-size: 13px;
	margin-top: 30px;
}

.newsbox-head {
	margin-top: 20px;
	padding: 5px;
	border: 1px solid #c7c7b5;
	background-color: #c7c7b5;
}

.newsbox-content {
	padding: 4px 5px;
	border: 1px solid #c7c7b5;
	border-top: 0;
}



/* --- GALLERY --- */

.gallery-teasers {
	float: left;
	margin: 0 20px 25px 0;
	padding: 8px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #ccc;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
}

.gallery-title {
	height: 35px;
	overflow: hidden;
}

.gallery-thumbs {
	float: left;
	margin: 0 5px 7px 0;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
}

.gallery-images {
	padding: 10px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #ccc;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
}



/* --- GUESTBOOK --- */

.guestbook-head {
	padding: 5px;
	color: #fff;
	border: 1px solid #67961d;
	border-bottom: 1px dotted #fff;
	background: url(images/news_head_bg.gif) #76ac22;
}

.guestbook-content {
	background-color: #fff;
	padding: 4px 5px;
	border: 1px solid #67961d;
	border-top: 0;
	margin-bottom: 15px;
}

.guestbook-comment {
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px solid #bbe975;
}



/* --- MISC --- */

.pos-left {
	float: left;
}

.pos-center {
	float: left;
}

.pos-right {
	float: right;
}

.align-left {
	float: left;
	margin: 0 10px 10px 0;
}

.align-right {
	float: right;
	margin: 0 0 10px 10px;
}

.description {
	font-size: 11px;
	color: #999;
}

.siteDown {
	position: absolute;
	top: 0;
	width: 100%;
	background: #fff;
	padding: 8px;
	margin: 0;
	border-bottom: 1px solid #444;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #444;
	text-align: center;
}

.clear {
	clear: both;
	height: 0;
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0px;
}