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

/* --- BASIC --- */

body {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	background-color: #eee4cd;
	padding: 0;
	margin: 0;
}



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

#website {
	width: 900px;
	margin: 0 10px 10px;
}

#header {
	width: 900px;
	height: 190px;
	margin-bottom: 10px;
}



/* --- NAVIGATION --- */

#navigation {
	float: left;
	width: 178px;
	padding: 10px;
	border: 1px solid #000;
	background-color: #f7eee1;
	overflow: hidden;
}

#navigation ul, .subnavi ul {
	list-style: none;
	padding: 0;
	border-top: 1px solid #000;
	margin: 10px 0;
}

#navigation li {
	border-bottom: 1px solid #000;
}

.subnavi li {
}

#navigation a {
	display: block;
	font-size: 12px;
	color: #000;
	padding: 3px 6px;
	text-decoration: none;
}

.subnavi a {
	font-size: 11px;
}

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

#navigation a:hover, #navigation a:active, .subnavi a:hover, .subnavi a:active {
	color: #fff !important;
	background-color: #008040;
}

#navigation a.active, .subnavi a.active {
	color: #67504B !important;
	font-weight: bold;
	background-color: #EEE4CD;
}

#navigation a.active:before, .subnavi a.active:before {
	font-size: 11px;
	content: ":: ";
}



/* --- CONTENT / SIDEBAR --- */

#content {
	float: left;
	width: 658px;
	padding: 12px 15px;
	margin: 0 0 30px 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #57443A;
	border-bottom: 1px solid #57443A;
	border-left: 1px solid #fff;
	background-color: #f7eee1;
}

#cols-2 #content {
	width: 448px;
	margin: 0 10px 30px;
}

#sidebar {
	float: left;
	width: 200px;
	margin-bottom: 10px;
}

.sidebar-head {
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background-color: #008040;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #57443A;
}

.sidebar-content {
	font-size: 12px;
	line-height: 16px;
	padding: 10px;
	border-left: 1px solid #fff;
	border-right: 1px solid #57443A;
	border-bottom: 1px solid #57443A;
	background-color: #f7eee1;
}



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

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

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

.pagenavi .pos-right a {
	padding-right: 20px;
}

.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: #008040;
}

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: 24px;
	font-weight: bold;
	color: #7F6050;
	margin-bottom: 15px;
}

h2 {
	font-size: 15px;
	color: #405040;
	margin: 8px 0 10px;
}

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

p {
	margin-bottom: 12px;
}

table {
	font-size: 13px;
}

td {
	vertical-align: top;
}

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

ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 0 15px;
	padding: 0;
}

ol {
  list-style-type: decimal;
  list-style-position: outside;
  margin: 0 0 0 15px;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}

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



/* --- 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, Helvetica, Sans-Serif;
	font-size: 12px;
}

input.button-1 {
	color: #000;
	border-width: 1px;
	background-color: #ccc;
	height: 24px;
	padding-bottom: 2px;
	cursor: pointer;
}

span.button-1 {
	padding: 2px 9px;
	color: #000;
	border-left: 1px solid #f5f5f5;
	border-top: 1px solid #f5f5f5;
	border-right: 1px solid #848484;
	border-bottom: 1px solid #848484;
	background-color: #ccc;
	text-decoration: none;
	cursor: pointer;
}

.inputSmall {
	width: 80px;
}

.inputMiddle {
	width: 200px;
}

.inputLarge {
	width: 550px;
}

.textareaSmall {
	height: 80px;
}

.textareaMiddle {
	height: 120px;
}

.textareaLarge {
	height: 180px;
}



/* --- NEWSBOX --- */

.newsbox-border {
	border-top: 1px solid #fff;
	border-right: 1px solid #57443A;
	border-bottom: 1px solid #57443A;
	border-left: 1px solid #fff;
	background-color: #f7eee1;
	margin-bottom: 10px;
}

.newsbox-head {
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background-color: #008040;
}

.newsbox-content {
	font-size: 12px;
	padding: 10px;
}



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