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

/* --- BASIC --- */

body {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	background: #eff1f0;
	padding: 0;
	margin: 0;
}



/* --- WEBSITE --- */

#website {
	position: relative;
	width: 920px;
	margin: 25px auto;
}



/* --- HEADER / TEASER --- */

#header {
	height: 60px;
	padding: 16px 18px 0 27px;
	font-size: 15px;
	background: url(images/website_header.png) no-repeat;
}

#teaser {
	width: 920px;
	height: 194px;
	background: url(images/teaser_bg.png) no-repeat;
	text-align: center;
}
#teaser img {
	margin: 0 20px;
}


/* --- BODY / NAVIGATION --- */

#body {
	width: 870px;
	padding: 20px 25px;
	line-height: 17px;
	background: url(images/website_body.png) repeat-y;
}

#body a {
	color: #826a13;
}

#body #left {
	float: left;
	width: 180px;
}

#body #main {
	float: right;
	width: 680px;
}

#navi {
	width: 120px;
	font-size: 13px;
	margin-bottom: 20px;
}

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

#navi a:hover, #navi a:active, #navi a.node {
	color: #333;
	text-decoration: none;
}

#navi ul {
	list-style: none;
	padding: 0;
	margin: 0 0 12px;
}

#navi li {
	line-height: 16px;
	margin: 8px 9px 8px 0;
}

#navi .active {
	color: #000 !important;
}

#navi ul ul {
	margin-left: 10px;
}



/* --- FOOTER --- */

#footer {
	height: 34px;
	padding: 10px 25px 0;
	font-size: 11px;
	color: #555;
	background: url(images/website_footer.png) no-repeat;
}

#footer a {
	color: #555;
}

#footer .pos-right a {
	margin-left: 15px;
}

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

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



/* --- PAGENAVI --- */

.pagenavi {
	width: 100%;
	border-top: 1px solid #c1c1c1;
	margin-top: 20px;
	padding-top: 10px;
	bottom: 80px;
	left: 330px;
}

.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 43px;
}

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



/* --- MESSAGE --- */

.message {
	width: 550px;
	padding: 4px 8px;
	font-size: 12px;
	line-height: 16px;
	background-color: #eee;
	border: 1px solid #ccc;
	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: #6c5500;
}

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: 16px;
	margin-bottom: 18px;
}

h2 {
	font-size: 14px;
	margin-bottom: 10px;
}

h3 {
	font-size: 13px;
	margin-bottom: 6px;
}

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

table {
	font-size: 12px;
}

td {
	vertical-align: top;
}

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

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

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



/* --- TABLES --- */

.table {
	font-size: 12px;
	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: Tahoma, Verdana, "Trebuchet MS", Arial;
	font-size: 12px;
}

input.button-1 {
	color: #2b2b2b;
	border-width: 1px;
	background: url('images/button_1_bg.png') #ccc repeat-x;
	height: 20px;
	padding-bottom: 2px;
}

span.button-1 {
	padding: 2px 9px;
	color: #2b2b2b;
	border-left: 1px solid #f5f5f5;
	border-top: 1px solid #f5f5f5;
	border-right: 1px solid #848484;
	border-bottom: 1px solid #848484;
	background: url('images/button_1_bg.png') #ccc repeat-x;
	text-decoration: none;
}

.inputSmall {
	width: 80px;
}

.inputMiddle {
	width: 200px;
}

.inputLarge {
	width: 550px;
}

.textareaSmall {
	height: 80px;
}

.textareaMiddle {
	height: 120px;
}

.textareaLarge {
	height: 180px;
}



/* --- NEWSBOX --- */

.newsbox {
	width: 100%;
	font-size: 12px;
	line-height: 14px;
	margin-top: 20px;
}

.newsbox-head {
	background: #f6d418;
	padding: 3px 4px;
	font-weight: bold;
}

.newsbox-content {
	border: 1px solid #c1c0bf;
	border-top: 0;
	padding: 3px 4px 4px;
	margin-bottom: 10px;
}



/* --- GALLERY --- */

.gallery-teasers {
	float: left;
	margin: 0 12px 12px 0;
	padding: 6px;
	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 5px 0;
	padding: 2px;
	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 {
	background-color: #ccc;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #888;
	padding: 5px;
}

.guestbook-content {
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	padding: 5px;
	margin-bottom: 15px;
}

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



/* --- 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;
}
