/* layout.css */

body {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background: #f0f1f2;
}

a:link, a:visited { color: #ffffff; text-decoration:none;} 
a:active, a:hover {
	color: #F0F0F0;
	text-decoration: underline;
	font-weight: bold;
}

h1 {
	margin: 0px;
	padding: 1px 0;
	font-size: 16px;
	color: #647362;
	font-weight: bold;
}

h2 {
	margin: 0px;
	padding: 1px 0;
	font-size: 20px;
	color: #0099cc;
	font-weight: bold;
}

h4 {
	margin: 0px;
	padding: 1px 0;
	font-size: 12px;
	color: #167493;
	font-weight: bold;
}
h5 {
	margin: 0px;
	padding: 1px 0;
	font-size: 12px;
	color: #333333;
	
}



.comment {
	padding-left: 20px;
	margin-left: 5px;
	background: #647362;
}


/* top panel */
#template_top_panel{
	width:100%;
	height: 255px;	
	margin: 0 auto;
	color: #424544;
	background: #ffffff;
	
	
	
}

#flash{
	
	height: 255px;	
	
	width:auto;
	background: #ffffff;
	text-align:center;
	
	
}
	
	
	
	
	

	

#template_header_section #logo {
	margin-top: -80px;
	width: 245px;
	padding-left: 30px;
	height: 30px;

}

/* end of top panel */

/* menu */
#template_menu_panel {
	
	width: 600px;
	margin: 5px auto;
	height: 25px;
	color: #ffffff;
	background: url(images/template_menu_bg.jpg) repeat-x;
	text-align:center;
}

#template_menu_panel #template_menu_section {
	width:600px;
	height: 20px;	
	margin:0 auto;
	padding: 0 0 0 5px;
	color: #03a0a6;

}

#template_menu_section ul {
	float: left;
	width: 700px;
	margin: 0 auto;
	padding: 1px 0 0 0;
	list-style: none;
	text-align:center;
}

#template_menu_section ul li {
	display: inline;
}

#template_menu_section ul li .lastmenu{
	border-right: none;
}

#template_menu_section ul li a {
	float: left;
	width: 95px;
	padding: 3px 0;
	margin-right: 3px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #424544;
	border-right: 1px solid #424544;
}

#template_menu_section li a:hover, #template_menu_section li .current {
	color: #0099cc;
}

/* end of menu */

/* content panel */
#template_content_panel {
		clear: both;
	width:100%;
	margin: 0 auto;
	color: #ffffff;
	background: url(images/templatemo_content_bg.jpg) repeat;
}

#template_content_panel #template_content {
	clear: both;
	overflow: hidden;
	height: 100%;
	width: 930px;
	padding: 5px 0 0 5px;
	margin:0 auto;
}

#template_content #template_content_left {
	float: left;
	width: 220px;
	margin-right: 30px;
	padding-top: 15px;
	border: 1px dotted #424544;
	background-color: #b7bebc;
}
#rechtespalte {
	float: right;
	display: block;
	width: 620px;
	color: #424544;
	background: transparent;
	overflow:auto;
	height: 620px;
	margin: 5px 5px 10px 1px;
	border: none;
	
}

#rechtespalte p {

	margin: 2px ;
	
}

#rechtespalte_text {
	float: right;
	display: block;
	width: 620px;
	color: #424544;
	background: transparent;
	overflow:auto;
	height: 620px;
	margin: 5px 5px 10px 1px;
	border: none;
	
}

#rechtespalte_text p {

	margin: 2px ;
	
	
}

#rechtespalte_text img {

	border: none;
	
	
}





#rechtespalte_gal{
	float: right;
	display: block;
	width:670px;
	background: transparent;
	overflow: hidden
	height: 620px;
	margin: 5px 5px 0px 1px;
	border: none;
	
}

#rechtespalte_gal p {

	margin: 2px ;
	
	
}

#rechtespalte_gal img {

	border: none;
	
	
}



#template_content #template_content_right {
	float: left;
	width: 590px;
	
	
}

#template_content_left .template_content_left_section {
	clear: both;
	width: 260px;
	margin-left: 10px;
	margin-bottom: 5px;
	
}

.template_content_left_section .left_section_title {
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 5px 40px;
	height: 20px;
	background:url(images/template_left_column_title_bg.jpg) no-repeat;
} 

.template_content_left_section .left_section_content {
	margin: 0px;
	padding: 10px 20px 0 20px;
}

.left_section_content ul{
	clear: both;
	margin: 0 0 0 15px;
	padding: 0px;
}

.left_section_content ul li{
	margin: 0 0 5px 0;
}

.left_section_content .gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}

.left_section_content .gallery li {
	padding: 0;
	float: left;
	margin: 0 1px 1px 0;	
	width: 70px;
	height: 61px;
	border: 1px solid #7b7866;
}

.left_section_content .gallery img {
	border: none;
}

#template_content_right .template_post_section {
	clear: both;
	margin-bottom: 25px;
}

.template_post_section .date_section {
	float: left;
	display: inherit;
	font-size: 30px;
	font-weight: bold;
	width: 70px;
	height: 60px;
	padding: 30px 0 0 30px;
	margin-right: 15px;
	
}

.date_section span {
	display: block;
	margin-top: 8px;
	font-size: 15px;
	font-weight: bold;
} 

.template_post_section .post_content {
	float: left;
	display: inline;
	width: 475px;
}

.post_content .post_title {
	width: 475px;
	margin: 0 0 3px 0;
	padding: 0 0 5px 0;
	font-size: 18px;
	font-weight: bold;
	color: #d77707;
	border-bottom: 1px solid #75715a;
}

.post_title .post_info{
	width: 100%;
	font-weight: normal;
	font-size: 12px;
	padding-top: 1px;
	color: #ffffff;
}

.post_content .post_body{
	padding: 0 0 5px 0;
}

.post_content .post_body img{
	margin-bottom: 5px;
	border: 0px;
}

.post_content .post_comment {
	padding-left: 20px;
	margin-left: 5px;
	background: transparent left no-repeat;
}

/* comment */

#middle_column .comment_section {
	margin: 20px 20px 30px 20px;
}

.comment_section .comment_section_title{
	color: #ded153;
	height: 30px;
	font-size: 30px;
	border-bottom: 1px dotted #666;
	padding: 20px 0 0 0;
	margin-bottom: 15px;
}

.comment_section .comment_box{
	margin-bottom: 20px;
	background: #bebaa4;
}

.comment_box .comment_title {
	color: #11616a;
	font-weight: bold;
	padding: 5px 10px;
	background-color: #aba68b;
	border-bottom: 1px solid #9e997e;
}

.comment_box .comment_body{
		padding: 5px 10px;
}


#middle_column .leave_comment_section {
	margin: 20px;
}

.leave_comment_section .leave_comment_section_title{
	color: #ded153;
	height: 30px;
	font-size: 30px;
	border-bottom: 1px dotted #666;
	padding: 20px 0 0 0;
	margin-bottom: 15px;
}

.leave_comment_section form {
	padding: 20px;
	background-color: #aba68b;
	border: 1px solid #9e997e;
}

.leave_comment_section textarea {
	background:#FFFFFF none repeat fixed 0 0;
	border:1px solid #BBBBBB;
	display:block;
	font-family:Helvetica,Arial,sans-serif;
	font-size:1.1em;
	height:150px;
	margin-top:5px;
	padding:5px;
	width:300px;
}

.leave_comment_section .form_row {
	width: 100%;
	margin-bottom: 15px;
}

.leave_comment_section form input {
	margin-top: 5px;
	width: 200px;
}

.leave_comment_section .submit_btn {
	width: 80px;
}

/* end of comment */
/* end of content */

/* for bottom palen */
#template_bottom_panel{
	width:100%;
	min-height: 198px;
	margin: 0 auto;
	border-top: 1px solid #050702;
	background: #000000 url(images/template_bottom_panel_bg.jpg) center top no-repeat;
}

#template_bottom_panel #template_bottom_section{
	overflow: hidden;
	width: 930px;
	margin:0 auto;
	padding: 15px 0 15px 30px;	

}

#template_bottom_section #template_bottom_section_left {
	float: left;
	display: inline-block;
	width: 280px;
	margin-right: 30px;
	margin-bottom: 15px;
}

#template_bottom_section .bottom_section_title{
	font-size: 14px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #ffffff;
}

#template_bottom_section_left .popular_post {
	list-style: none;
	margin: 0;
	padding: 0 30px 0 0;
}


.popular_post li{
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #36241b;
}

#template_bottom_section #template_bottom_section_right {
	float: right;
	text-align: right;
	display: inline-block;
	width: 280px;
	margin-right: 30px;
	margin-bottom: 15px;
}

#template_bottom_section_right .list_section{
	list-style: none;
	margin: 0 0 15px 30px;
	padding: 0;
}

#template_bottom_section_right .list_section li{
	list-style: none;
}

/* end of bottom panel */

/*  footer */

#template_footer_panel{
	width:100%;
	height: 50px;
	margin: 0 auto;
	background-color: #151513;
	border-top: 1px solid #36352c;
}

#template_footer_section{
	width: 960px;
	height: 10px;
	margin:0 auto;
	padding: 20px 15px;	
	text-align: center;
}
/* end of footer */
<script src="file:///Macintosh HD/Users/barbarathielen/Library/Application Support/Adobe/Dreamweaver CS4/de_DE/Configuration/Temp/Assets/eam726c2813.TMP/Scripts/swfobject_modified.js" type="text/javascript"></script>
<script type="text/javascript">

swfobject.registerObject("FlashID");
//
</script>

