/*
Theme Name: Lighthouse 2008
Theme URI: http://www.lighthouse-gemeinde.de
Description: Lighthouse Wordpress Theme
Author: Thoxan . agentur f&uuml;r neue medien
Author URI: http://www.thoxan.com
Version: 1.0
*/

body {
	background-image: url(images/site.bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #334356;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* ======= ALLGEMEIN ======= */

.t_posting p {
padding:0px;
margin:0px;

padding-bottom:10px;
}

.t_posting_head {
color:#aac6df;
font-weight:bold;
}

.PostMetaData {
color: #999999;
font-size: 11px;

}

.Links {
	float: left;
}

.Rechts {
	float: right;
}

.Line {
	position: relative;
	float: left;
	background-image:url(images/line.png);
	background-repeat:no-repeat;
	height:26px;
	margin-top:10px;
	margin-bottom:10px;
	width:505px;
}

input, textarea {
	background-image:url(images/inputbg.png);
	background-repeat:no-repeat;
	background-position:top left;
	border:1px solid #313d4b;
	padding:5px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4483cc;
}

.SubmenuText {
	color:#C3C3C3;
	font-weight:bold;
	letter-spacing:5px;
	text-transform:uppercase;
	font-size:14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.TabList ul {
	padding:0px;
	margin:0px;
}

.TabList li {
	list-style-type: none;
}

.TabList li a {
	display: block;
	padding:3px;
	color:#FFFFFF;
	text-decoration: none;
	background-color: none;
	background-image:url(images/arrow-lightblue.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:15px;
}

.TabList li a:hover {
	color:#000000;
	background-color: #FFFFFF;
	background-image:url(images/arrow-rednew.png);
}

/* ======= LINKS ======= */

a:link, a:visited, a:active {
	color: #5183c3;
}

a:hover {
	color: #bb2222;
}

.TabLink a {
	display: block;
	float: left;
	background-color:#aac6df;
	border-right:1px solid #FFFFFF;
	height:23px;
	color:#FFFFFF;
	text-decoration: none;
	padding-top:7px;
	padding-left:10px;
	padding-right:10px;
	font-weight: bold;
}

.TabLink a:hover {
	background-color:#7b9bb7;
	background-image:none;
}

.TabLinkActive a {
	display: block;
	float: left;
	background-color:#323f4e;
	border-right:1px solid #FFFFFF;
	height:23px;
	color:#FFFFFF;
	text-decoration: none;
	padding-top:7px;
	padding-left:10px;
	padding-right:10px;
	font-weight: bold;
}

.TabLinkActive a:hover {
	background-image:none;
}

.Comment a {
	background-image: url(images/comment.a.png);
	background-position: left;
	background-repeat: no-repeat;
	color:#666666;
	text-decoration: none;
	font-weight: bold;
	padding-left:22px;
}

.Comment a:hover {
	background-image: url(images/comment.b.png);
	background-position: left;
	background-repeat: no-repeat;
	color:#911219;
	text-decoration: none;
	font-weight: bold;
}

#FooterCopy a {
	color:#FFFFFF;
	text-decoration: none;
}

#FooterCopy a:hover {
	color: #00ACFF;
	text-decoration: none;
}


/* ======= LAYOUT ======= */

#Holder {
	position:absolute;
	width:890px;
	height:115px;
	left:50%;
	margin-left:-445px;
}

#Header {
	position:relative;
	float: left;
	width:890px;
	height:199px;
	background-image:url(images/header.png);
}

#NavMain {
	position:relative;
	float: left;
	width:795px;
	height:34px;
	background-image: url(images/nav.level1.bg.png);
	padding-left:95px;
	padding-top:9px;
}

#NavSub {
	position:relative;
	float: left;
	width:795px;
	height:31px;
	background-image: url(images/nav.level2.bg.png);
	padding-left:95px;
	padding-top:9px;
}

#ContentHolder {
	position:relative;
	float: left;
	width:780px;
	background-image: url(images/content.bg.png);
	padding-right:34px;
	padding-left:76px;
}

#Footer {
	position:relative;
	float: left;
	width:890px;
	height:98px;
	background-image: url(images/footer.png);
}

#FooterCopy {
	position:relative;
	float: left;
	width:830px;
	padding-left:30px;
	padding-right:30px;
	font-size:10px;
	color:#7a97c1;
	padding-bottom:25px;
}

/* ======= KOMMENTARE ======= */

.CommentHolder {
	position:relative;
	float: left;
	width:505px;
}

	.CommentTop {
		position:relative;
		float: left;
		width:505px;
		background-image:url(images/comment.top.png);
		background-repeat:no-repeat;
		height:51px;
	}
	
	.CommentMid {
		position:relative;
		float: left;
		width:465px;
		background-image:url(images/comment.mid.png);
		background-repeat:repeat-y;
		color:#FFFFFF;
		padding-left:20px;
		padding-right:20px;
	}
	
	.CommentMid a {
		color:#608ec3;
		text-decoration: none;
	}

	.CommentMid a:hover {
		color:#f7bf41;
		text-decoration: none;
	}
	
	.CommentBtm {
		position:relative;
		float: left;
		width:505px;
		background-image: url(images/comment.btm.png);
		background-repeat:no-repeat;
		height:29px;
	}


/* ======= CONTENT ======= */

#Content {
	position:relative;
	float: left;
	width:780px;
}

	/* ======= CONTENT : SIDEBAR / CONTENT ======= */

	#ContentLeft {
		position:relative;
		float: left;
		width:230px;
		padding:15px;
	}
	
	#ContentRight {
		position:relative;
		float: right;
		width:505px;
		padding:15px;
		padding-left:0px;
		line-height:22px;
	}

/* ======= TEASER ======= */

#Teaser {
	position:relative;
	float: left;
	width:780px;
	height:220px;
}

	/* ======= CONTENT : TEASER ======= */

	#TeaserLeft {
		position:relative;
		float: left;
		width:520px;
		height:220px;
		background-color:#000000;
	}
	
	#TeaserRight {
		position:relative;
		float: right;
		width:260px;
		height:220px;
	}

		/* ======= CONTENT : REITER ======= */

		#t_top {
			position:relative;
			width:260px;
			float: left;
			height:30px;
		}

		.t_tab {
			position:relative;
			width:240px;
			float: left;
			height:170px;
			background-color:#323f4e;
			color:#FFFFFF;
			padding:10px;
			background-image:url(images/box.bg.gif);
			background-repeat:no-repeat;
			background-position:bottom;
		}

/* ======= SIDEBAR ======= */

.SidebarBlock {
	width:208px;
	float: left;
	position:relative;
	padding:10px;
	background-color:#e3e9ed;
	border-top: 3px solid #00375d;
	margin-bottom:20px;
}

#ContentLeft ul {
	padding:0px;
	margin:0px;
}

#ContentLeft li {
	list-style-type: none;
}

#ContentLeft li a {
	display: block;
	width:218px;
	height:24px;
	background-image:url(images/sidebar.list.a.png);
	background-repeat:no-repeat;
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-bottom:1px;
	padding-top:7px;
	padding-left:10px;
}

#ContentLeft li a:hover {
	background-image:url(images/sidebar.list.b.png);
}

/* ======= NAVIGATION ======= */

#NavMain ul, #NavSub ul {
	margin:0px;
	padding:0px;
}

#NavMain li, #NavSub li {
	display: inline;
	list-style-type: none;
}

#NavMain li a {
	padding-right:20px;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:uppercase;
}

#NavMain li a:hover {
	color:#a2cbe4;
}

#NavSub li a {
	padding-right:20px;
	color:#334356;
	font-weight: bold;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:uppercase;
}


#NavSub li a:hover {
	color:#9fa1a4;
}

/* ======= HEADLINES ======= */

h1, h1 a {
	color:#3a485a !important;
	font-size:17px;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
padding-bottom:0px;
margin-bottom:0px;
}

h1 a:hover {
	color:#9b2a2f !important;
	background-image:url(images/h1.bg.png) !important;
	background-repeat:no-repeat;
	background-position: top left;
}

h2, h3 {
	color:#718aa9;
	font-size:14px;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}