/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
html{
	height: 100%; 
	margin-bottom: 1px;
}
body {
	margin: 0;
	padding: 0;
	background: #fff url(/images/bg/bg_pattern.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444444;
	text-align:center;
	background-color:#bbd8e1;
}




h1, h2, h3 {
	margin-top: 0;
	text-align:left;
}

h1 {
	font-size: 22px;
	padding-top:2px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 1em;
}

p {
	text-align:left;
}
#content ul {
	margin-left:0px;
	padding-left:20px;
	list-style-image: url(/images/bg/submenue_icon.gif);
	line-height:18px;
}
#content li {
	padding-bottom:10px;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Header */

#header {
	width: 778px;
	height: 169px;
	margin: 0 auto;
}
#logo {
	width: 221px;
	padding-top:30px;
}

#headline {

	padding:0px 30px 19px 0px;

}

#headline h1 {
	font-size: 16px;
	font-weight:bold;
	margin:0px;
	padding:0px 0px 5px 0px ;
	line-height:15px;
	color:#333;
		text-align:right;
}
#headline p {
	font-size: 13px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	line-height:15px;
	color:#666;	
		text-align:right;
}

/* Menu */

#menu_container {
	float:right;
	width: 557px; 
	padding:55px 0px 0px 0px;
}

* html #menu_container {
	margin-left: -3px;
} 

	
#menu ul {
	margin: 0;
	padding: 5px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 9px 9px 8px 9px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	font-size:15px;
	letter-spacing: -1px;
	background-color:#86aeba;
	border-bottom:3px solid #fff;
	margin-left:3px;
}

#menu a:hover {
	text-decoration: none;
	color: #1c4c5c;
}

#menu .current_page_item a {
	background-color:#e2001a;
	color: #fff;
	border-bottom:3px solid #e2001a;

}

/* Page */

#page {
	width: 778px;
	margin: 0 auto;
	padding: 30px 0px 30px 0px;
}

#page-bg {
	padding: 0px 30px 30px 30px;
	background-color:#FFF;
}

/* Latest Post */

#galerie_header {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

.newsfeed_row_even {
	background-color:#efefef;
	padding:10px;
	margin-bottom:10px;
}
.newsfeed_row_odd{
	background-color:#ecf9fd;
	padding:10px;
	margin-bottom:10px;
}


.galerie {
	float:left;
}

.artikel_table {
	width:521px;	
}


.artikel_row_header td {
	padding: 6px 5px 6px 5px;
	border-bottom:1px solid #fff;
	background-color:#1c4c5c;
	color:#fff;
	font-weight:bold;
	text-align:left;	
}

.artikel_row_even td {
	padding: 5px;
	background-color:#CCC;
	font-size:12px;
	text-align:left;	
}
.artikel_row_odd td {
	padding: 5px;
	background-color:#fff;
	font-size:12px;
	text-align:left;	
}


#content {
	padding: 29px 0px 0px 0px;
	margin-left:194px;
	
}

#content_complete {
	padding: 29px 0px 0px 0px;
}

.content_simple {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E7E7E7;
		text-align:left;
}
.content_simple_last {
	margin-bottom: 0px;
	padding-bottom: 10px;
		text-align:left;
}

.topimage {
	margin-bottom: 0px;
	padding: 29px 0px 0px 0px;
}
.topimage p {
	margin:0px;
	padding:0px;
	}

/* Sidebar */

#sidebar {
	float:left;
	width: 164px;
	padding: 29px 0px 0px 0px;
			text-align:left;
}

* html #sidebar {
	margin-right: -3px;
} 

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#sidebar li li {
	padding: 5px 20px 5px 35px;
	background: url(/images/bg/submenue_icon.gif) no-repeat 20px 50%;
	border-bottom: 1px solid #eee;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 0 5px 20px;
	border-bottom: 1px solid #ccc;
	letter-spacing: -1px;
	font-size: 15px;
	font-weight: bold;
	color:#fff;
	background: url(/images/bg/submenue_bg.gif) repeat-x;
}

#sidebar a {
	text-decoration: none;

}

#sidebar a:hover {
	text-decoration: underline;
}
#sidebar #aktiv_sub {
	text-decoration: underline;
}


/*halb teilung */


.content_halb_left {
	width:507px;
	margin-bottom:25px;
}

.content_halb_right {
    float: right;
	width:153px;
	margin-left:20px;
	margin-bottom:25px;
	padding: 6px;
	background-color:#eee;
}

* html .content_halb_right {
	margin-left:19px;
}

.content_halb_right p {
border-bottom: 2px dotted #fff;
padding: 10px 0px 15px 0px;
margin:0px;

font-size:11px;
}



/*drittel teilung */


.content_viertel_left {
	width:165px;

}

.content_viertel_middle1 {
    float: right;
	width:165px;
	margin-left:10px;

}

* html .content_viertel_middle1 {
	margin-left:9px;
}

.content_viertel_middle2 {
    float: right;
	width:165px;
	height:229px;
	margin-left:10px;

}

* html .content_viertel_middle2 {
	margin-left:9px;
}

.content_viertel_right {
    float: right;
	width:165px;
	height:229px;
	margin-left:10px;

}

* html .content_viertel_right {
	margin-left:9px;
}
.teaser_text {
	width:151px;
	padding: 6px;
	margin: 0px 0px 7px 0px;
	background-image:url(../images/bg/teaser_text_bg.gif);
	background-repeat:repeat-x;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #dee2e3;
	border-bottom-color: #dee2e3;
	border-left-color: #dee2e3;
	font-size:11px;
}

/*TABLES*/
.table_row_header {
	padding:8px 8px 8px 8px;
	color:#555;
	font-size:11px;
	font-weight:bold;
	border:1px solid #ccc;
}
.table_cell_header {
	float:left;
	text-align:left;
	margin-right:20px;	
}
.table_cell_header_last {
	text-align:right;
}

.table_row {
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:8px 8px 6px 8px;
}

.table_cell {
	float:left;
	text-align:left;
	margin-right:20px;
	
}
.table_cell_last {
	text-align:right;
}


/* Footer */

#footer {
	width: 778px;
	height:30px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px ;
}

#footer p {
	margin: 0;
	text-align: center;
	padding:0px 0px 0px 164px;
	font-size: 11px;
	color: #549db3;
}

#footer a {
	color: #549db3;
}
#footer a:hover {
	color: #1c4c5c;
	text-decoration:underline;
}


.clearfloat {
    clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
} 
