/* HTML Tags */

html, body {
	margin:			0;
	padding:		0;

	background:	#FBECD5;
	color:			#993300;
	font-family:	Verdana, Arial, Helvetica, Sans-serif; /* Comic Sans Ms, */
	font-size:		0.9em;
}

img {
	border:		none;
}

a {
	color:		#993300;
}
a:hover {
	color:		#FF8F0F;
}

h1 {
	margin:			0px;
	padding:		0px;
	padding-bottom:	10px;

	font-size:		1.4em;
}
h2 {
	margin:			0px;
	padding:		0px;
	padding-bottom:	10px;

	font-size:		1.4em;
	color:			#FF8F0F;
}
h3 {
	margin:			0px;
	padding:		0px;
	padding-bottom:	5px;

	font-size:		1.2em;
}
h4 {
	margin:			0px;
	padding:		0px;
	padding-bottom:	2px;

	font-size:		1.2em;
	color:			#FF8F0F;
}
h5 {
	margin:			0px;
	padding:		0px;
	padding-bottom: 2px;

	font-size:		1.0em;
}
h6 {
	margin:			0px;
	padding:		0px;
	padding-bottom: 2px;

	font-size:		1.0em;
	color:			#FF8F0F;
}

ul {
	padding-top:	0px;
	margin-top:		0px;
}

li {
	margin-bottom:			0px;
	padding-bottom:			5px;
}


/* Class Definitionen */
.nachoben {
	margin-bottom:	5px;
	padding-bottom:	5px;

	border-bottom:	#F0DFC5 1px solid;
}
.nachoben_link {
/*	clear:			both; */
/*	float:			right; */

	text-align:		right;

	font-size:		1em;
}

.container {
	margin:		10px;

	width:		1040px;
	height:		100%;
}

/* Kopfzeile */

.head_logo {
	clear:		both;
	float:		left;

	width:		200px;
	height:		74px;
}


/* Kopfbereich Mitte */
.head_center {
	float:					left;
	margin-left:			20px;
	margin-right:			20px;

	width:					600px;
	height:					89px;

/*	background-color:	#FFF7E4; */
/*	border: 	2px solid #FF8F0F; */ /* #993300; */
}


/* Untertitel */
.head_center .head_subtitle {
	padding-top:			15px;
	height:					40px;

	font-size:				2.5em;
	text-align:				center;
}

.head_subtitle a {
	text-decoration:	none;
	color: 			#993300; /* #FF8F0F; */
}

.head_picture {
	float:		right;

	width:		196px;
	height:		202px;
}

/* Linkes (Haupt-)Menu */
.main_menu {
	clear:					left;
	float:					left;

	padding-top:			20px;
	width:					200px;
}
.main_menu .unten {
	padding-top:			20px;
}
.main_menu ul {
	list-style-position:	outside;
}

.menu_item {
	font-size:			0.8em;
	font-weight:			bold;

	list-style-image:		url( ../images/ressources/menu-1.gif );
}
.menu_item_selected {
	font-size:			0.8em;
	font-weight:			bold;

	list-style-image:		url( ../images/ressources/menu-1-selected.gif );
}
.menu_item_2 {
	font-size:				1em;
	margin-left:			15px;

	list-style-image:		url( ../images/ressources/menu-2.gif );
}
.menu_item_2_selected {
	font-size:				1em;
	margin-left:			15px;

	list-style-image:		url( ../images/ressources/menu-2-selected.gif );
}

.menu_item_pid20 {
	list-style-image:		url( ../images/ressources/menu-spezial.gif );
}
.menu_item_selected_pid20 {
	list-style-image:		url( ../images/ressources/menu-spezial-selected.gif );
}
.menu_item_pid12, .menu_item_selected_pid12, .menu_item_pid18, .menu_item_pid_selected18 {
	margin-top:			20px;
}
.special_item_selected {
	font-size:				1em;
	font-weight:			bold;

	list-style-image:		url( ../images/ressources/menu-spezial-selected.gif );
}
.menu_item a, .menu_item_2 a, .special_item a {
	text-decoration:		none;
}
.menu_item_selected a, .menu_item_2_selected a, .special_item_selected a {
	color:					#FF8F0F;
	text-decoration:		none;
}

/* Menue im rechten Bereich */
.right_menu .menu_item {
	font-size:				0.7em;
	font-weight:			normal;

	list-style-image:		url( ../images/ressources/menu-1.gif );
}
.right_menu .menu_item_selected {
	font-size:				0.7em;
	font-weight:			normal;

	list-style-image:		url( ../images/ressources/menu-1-selected.gif );
}
.right_menu ul {
	margin-bottom: 5px;
}
.right_menu .website h3 a {
	color: #FF8F0F;

	font-size: 1.6em;
}
.social_links {
	clear: both;
	float: left;
	
	height: 32px;
	width: 150px;
	
	margin: 0 0 10px 0;
	padding: 0;
}


/* Contentbereich */
.content_area {
	float: 				left;

	margin:				10px;
	padding:			10px;
	width:				600px;

/*	background: 	#FFFF99; */ /*#FBECD5;*/
	background-color:	#FFF7E4;
}


.content {
	clear:					left;
	padding-top:			10px;

/*	background-image:	url( ../images/ressources/beige-flaeche-600.gif ); */
/*	background-repeat:	no-repeat; */
}

textarea {
	width: 590px;
}


/* Rechtes Menu (Aktuelles) */

.right_menu {
	clear:		right;
	float:		right;

	width:			200px;
	padding-top:	20px;
}

.right_menu h3 {
	clear: both;
}

/* Kontaktformular */
.pxdform_label {
	padding:		0px;
	margin:			2px;
	color:			#993300;
    font-size:		1em;
	font-weight:	bold;
}

.zamyatInput {
	font-size:			1em;
	padding:			2px;
	background-color:	#FFFFFF;
	border: 			1px solid  #993300;
	margin:				0px;
	margin-bottom:		1px;
	color:				#993300;
	width:				400px;
}

.zamyatTextArea {
	font-size:			1em;
	padding:			2px;
	background-color:	#FFFFFF;
	border: 			1px solid  #993300;
	margin:				0px;
	margin-bottom:		1px;
	color:				#993300;
	width:				400px;
	height:				200px;
}

.zamyatButton {
    height:				2em;
	width:				auto;
    padding:			1px;
    background-color:	#993300;
    color:				#FFF7E4;
	font-size:			1em;
	margin-top:			5px;
    margin-bottom:		5px;
}

.post {
	clear:		both;
	float:		left;

	padding-top:	10px;
	
	width:		590px;
	height:		100%;
}
.post .blog_image {
	padding-top:	10px;
	padding-right:	10px;
	/* padding-bottom:	5px; */

	float:		left;
}
.post .news-list-morelink {
	clear:		both;
	float:		right;

        font-weight:    bold;

        margin-bottom:  5px;
}

.post .postmetadata_single {
	clear:		both;
	float:		left;
	
	width:		590px;
	
	margin-bottom: 20px;
}
.post .postmetadata_list {
	clear:		both;
	float:		left;
	
	width:		590px;
	
	border-bottom:		1px solid #993300;
	padding-bottom:		10px;
}

.comment_form {
	clear:		both;
	float:		left;

	width:		590px;
}

.comment_list {
	clear:		both;
	float:		left;


	width:		590px;
}

.tx-timtab-pi3 {
	margin-top:    5px;
	margin-bottom: 5px;
}

.tweetThis {
clear: both;

/* background: url(../images/ressources/tweet-this.png) no-repeat 0 0; */

/* padding: 0px 0px 0px 20px;	*/
text-align: right;
}
.tweetThis .fb_iframe_widget iframe {
	vertical-align: baseline;
}
.blogsearch {
	clear: both;
	float: left;


	width: 600px;
}
.blogsearch #s {
	float: left;
	
	width:  350px;
	height: 20px;

	margin: 0px 0px 0px 70px;
}
.blogsearch #searchsubmit {
	float: left;
	
	border: none;
	padding: 0px;
	margin: 0px 0px 0px 10px;

	
	width: 100px;
	height: 26px;

        cursor: pointer;
}

.blogsmallsearch {
	clear: both;
	float: left;

        margin-bottom: 10px;
}
.blogsmallsearch #s {
	float: left;
	
	width:  125px;
	height: 20px;

        margin: 0px;
}
.blogsmallsearch #searchsubmit {
        clear: both;
	float: left;
	
	border: none;
	padding: 0px;
	margin: 2px 0px 0px 0px;

	
	width: 50px;
	height: 26px;

        cursor: pointer;
}

