/*
Theme Name: Reiseziel Thüringen Theme	
Theme URI: http://www.frankroesch.de
Description: Das Theme für Reiseziel-Thueringen.de
Version: 0.5.0 
Author: Frank Roesch

Last edit: 28.03.2009
*/


/* =========================================
   1. Kalibrierung und allgemeine Styles
========================================= */
*{
	margin:0;
	padding:0;
}
body{
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:1em;
	background-color:#f3f3f3;
	cursor:default;
	text-align:center;
}

h1{
	font-size:130%;
	color:#0055ff;
	margin-left:10px;
	margin-top:20px;
	clear:both;
}
h1 a{
	text-decoration:underline;
	color:#0055ff;
	border:0;
}

p{
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	font-size:90%;
	line-height:1.6;
}
cite{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:90%;
	font-weight:bold;
	color:#808080;
}
/* Listen */
ul,ol{
	margin-left:40px;
	margin-top:15px;
	margin-bottom:15px;
}
ul li{
	
}

/* Verweise */
a{
	color:#0055ff;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px dotted;
}
/* Bilder */
img{
	border:0;
}
.aligncenter{
	margin:0 auto;
	text-align:center;
	float:inherit;
}
.alignright{
	float:right;
	margin-left:5px;
}
.alignleft{
	float:left;
	margin-right:5px;
}
/* =========================================
   2. Styles für die Layoutbereiche
========================================= */
#center_all{ /* Zentriert alle Inhalte inkl. des Hintergrundes */
	background-image:url('images/background.png');
	background-repeat:repeat-y;
	background-position-x:center;
	width:808px;
	margin:0 auto;
}
#the_header{ /* Der Seitenkopf */
	position:relative;
	background-image:url('images/header.png');
	text-align:left;
	width:808px;
	height:207px;
}
#the_header a{
	border:0;
}
#logo_grafik{
	border:0;
	margin-left:22px;
}
#hauptmenu{ /* Menü unter dem Kopf der Seite */
	position:relative;
	width:808px;
	height:45px;
	text-align:left;
	
}
#trenner_hauptmenu{
	position:relative;
	width:800px;
	height:5px;
	background-color:#f3f3f3;
}
#in_hauptmenu{ /* der innere Teil des Hauptmenüs*/
	position:relative;
	width:800px;
	border-top:1px solid #626262;
	border-bottom:1px solid #626262;
	background-color:#bebfbf;
	height:38px;
}
/* Hauptnavigation start */
#in_hauptmenu ul{
	margin:0;
	padding:0;
}
#in_hauptmenu ul li{
	list-style:none;
	display:inline;
	float:left;
	height:38px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#in_hauptmenu ul li a{
	display:block;
	float:left;
	line-height:38px;
	color:#000000;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	font-size:12pt;
	border:0;
}
#in_hauptmenu ul li a:hover{
	background-color:#f3f3f3;
}
/* Hauptnavigation Ende */

/* Sidebar Links start */
#the_left_sidebar{
	position:relative;
	width:145px;
	margin-right:5px;
	float:left;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;	
	text-align:left;
}
#the_left_sidebar h1{
	font-size:120%;
	color:#009334;
	padding-left:0px;
	margin-top:20px;
}
#the_left_sidebar ul{
	margin:0;
	padding:0;
	padding-left:10px;
	margin-top:10px;
	
}
#the_left_sidebar ul li{
	font-size:80%;	
	list-style:none;
}
#the_left_sidebar ul li a{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	border:0;
}
#the_left_sidebar ul li a:hover{
	color:#808080;
}


#the_left_sidebar ul li ul{
	margin-top:2px;
	margin-bottom:5px;
}
#the_left_sidebar ul li ul li{
	font-size:100%;	
}
/* Sidebar Links Ende */

/* Der Inhalt Start */
#the_content{
	position:relative;
	width:490px;
	margin-right:5px;
	margin-left:5px;
	float:left;
	text-align:left;	
}
.the_post{
	position:relative;
	width:490px;
	border-bottom:1px solid #626262;
}
/* Der Inhalt Ende */

/* Sidebar Rechts Start */
#the_right_sidebar{
	position:relative;
	width:145px;
	margin-left:5px;
	float:left;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;	
	text-align:center;
	padding-top:20px;
}
#the_right_sidebar a{
	border:0;
}
/* Sidebar Rechts Ende */

#searchform{
	margin-top:15px;
	padding-left:10px;
}
/* =========================================
   3. Sonstiges Styles
========================================= */