/*
Theme Name: Ferienexpress-Theme
Theme URI: http://jabre.com/
Description: Individuelles WP-Theme für den Ferienexpress e.V. Köln.
Version: 1.0
Author: Jan Brendemühl
Author URI: http://jabre.com
Tags: two columns, ferienexpress

This is a custom WP-Theme for Ferienexpress e.V. Do not copy!
*/

@import "style/css/reset.css";
@import "style/css/defaults.css";

@media all
{




/* ********************************************************************************************************
 Layoutstruktur
******************************************************************************************************** */

* { margin:0; padding:0; font-size: 100.01%; }

html {height:100%}

body {
	min-height: 101%;
	font-size: 100.01%;
	position: relative;
	color: #7c7c7c;
	background: #5E8BC9 url(style/images/fex_himmel.jpg) repeat-x top left;
	text-align: left;
	font: normal normal normal 11px/17px Verdana, Arial, Helvetica, sans-serif;
}

#maincontainer {
	width: 848px;
	margin-left: auto;
	margin-right: auto;
	background: #5E8BC9;
}

#contentwrap {
	width: 848px;
	position: relative;
	background: #5E8BC9 url(style/images/fx_contentwrap_bg.gif) repeat-y top left;
}

#content {	
	width: 514px;
	float: right;
	display:inline;
	position: relative;
	min-height:500px;
	margin: 0px 14px 0px 0px;
	padding: 0 20px 0 0;
}

.topbg {
	background: transparent url(style/images/fx_content_bg.gif) no-repeat top right;
	padding: 45px 20px 0 0 !important;
}

.slidertopbg {
	background: transparent url(style/images/fx_content_bg.gif) no-repeat 312px top;
}

#slider{
	position: relative;
	margin: 0 0 0 5px;
	width: 833px;
	height: 270px;
	padding: 20px 0 0;
}

#DDSliderCont {
	padding: 0 0 20px;
	background: transparent url(style/images/slider_shadow.png) no-repeat center bottom;
}
#DDNextSlide {
    background: url("http://www.ferienexpress.de/wp-content/plugins/DDSlider/images/arrowRight.png") no-repeat scroll center center transparent;
    bottom: 30px;
    cursor: pointer;
    height: 22px;
    left: 52px;
    position: absolute;
    width: 22px;
    z-index: 15;
}
#DDPrevSlide {
    background: url("http://www.ferienexpress.de/wp-content/plugins/DDSlider/images/arrowLeft.png") no-repeat scroll center center transparent;
    bottom: 30px;
    cursor: pointer;
    height: 22px;
    left: 25px;
    position: absolute;
    width: 22px;
    z-index: 15;
}
#DDSelectors {
    bottom: 30px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 25px;
    z-index: 15;
}
#DDSelectors li {
    background: url("http://www.ferienexpress.de/wp-content/plugins/DDSlider/images/selectorOff.png") no-repeat scroll center center transparent;
    cursor: pointer;
    float: left;
    height: 10px;
    margin: 0 3px;
    padding: 0;
    width: 10px;
}
#DDSelectors li.current {
    background: url("http://www.ferienexpress.de/wp-content/plugins/DDSlider/images/selectorOn.png") no-repeat scroll center center transparent;
    cursor: pointer;
    float: left;
    height: 10px;
    margin: 0 3px;
    width: 10px;
}

.slider-content {
	width: 783px;
	height: 200px;
	padding: 25px;
}

.slider-content h1 {
	color: #FF7F01;
	text-shadow: 0 1px 0 #100D0C;
}

.slider-content p {
	color: #fff;
	text-shadow: 0 1px 0 #100D0C;
}

.slider-content a {
	color: #FF7F01;
	text-decoration: none;
}

.slider-content a:hover {
	color: #ff0000;
	text-decoration: none;
}

#forum {	
	width: 764px;
	float: right;
	display:inline;
	position: relative;
	min-height:500px;
	margin: 0px 14px 0px 0px;
	padding: 45px 20px 0 0 ;
	background: transparent url(style/images/fx_content_bg.gif) no-repeat top right;
}

#sidebar {	
	width: 250px;
	float: left;
	display:inline;
	position: relative; 
	margin: 45px 0px 5px 29px;
	background: transparent;
}

#footer {
	width: 848px;
	margin: 0 0 30px 0;
	background: transparent url(style/images/fx_contentwrap_bg.gif) repeat-y top left;
}



/* ********************************************************************************************************
 Grundlegende Elemente
******************************************************************************************************** */

h1 {
	font: italic normal normal 24px/28px "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	margin: 22px 0 11px 0;
	color: #ff0000;
}

h2 {
	font: italic normal normal 20px/28px "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	letter-spacing: 1px;
	margin: 18px 0 11px 0;
	color: #ff7f01;
}

h3 {
	font: italic normal normal 18px/22px "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	letter-spacing: 1px;
	margin: 11px 0 6px 0;
	color: #ff7f01;
}

h4 {
	font: normal normal bold 14px/18px "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	margin: 6px 0 6px 0;
	color: #7c7c7c;
}

h5 {
	font: italic normal bold 11px/11px "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	margin: 6px 0 6px 0;
	color: #ff7f01;
}

p, td {
	font: normal normal normal 11px/17px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 11px 0;
}

em {
	color: #ff7f01;
	font-style: italic;
}

a {
	text-decoration : none;
}

a:hover {
	text-decoration : underline;
}

strong, b {
	font-weight: bold;
}

em {
	font-style: italic;
}

sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
	font-size: 8px;
	color: #000;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

.alignleft {
	float: left;
	position: relative;
}

.alignright {
	float: right;
	position: relative;
}

input, textarea {
    width: auto;
	font: 11px "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	border: 1px #4D4D4D solid;
    background: #fff;
	padding: 2px;
	color: #4D4D4D;
}

textarea {
    width: 450px;
}

input[type=text]:focus, textarea:focus {
	background: #fff;
	color: #4D4D4D;
	border-color: #4D4D4D;
}

.boldred {
	font-weight: bold;
	color: #ff0000;
}

/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin: 0px; }
ul, ol      { margin: 0px 18px 18px 18px; }

.post ul, .post ul li, .entry ul, .entry ul li       { list-style-type: disc; }
.post ol, .post ol li, .entry ol, .entry ol li    { list-style-type: decimal; }

dl          { margin: 0 0 18px 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 18px;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 18px; width:100%; }
th          { font-weight: bold; color: #533b2c; }
th,td       { padding: 0px 5px 0px 5px; }
tfoot       { font-style: italic; }
caption     { background: #533b2c; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: 10px; line-height: 18px; }
.large      { font-size: 14px; line-height: 18px; }
.hide       { display: none; }

.quiet      { color: #533b2c; }
.loud       { color: #000; }
.highlight  { background:#000; }
.bold    	{ font-weight: bold; }
.txt-right 	{ text-align: right !important; }
.txt-left 	{ text-align: left !important; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.fs-12px { font-size: 12px !important; }
.fs-13px { font-size: 13px !important; }
.fs-14px { font-size: 14px !important; }

.lh-21px { line-height: 21px !important; }
.lh-28px { line-height: 28px !important; }
.lh-35px { line-height: 35px !important; }

.wth-10 { width: 10% !important; }
.wth-15 { width: 15% !important; }
.wth-20 { width: 20% !important; }
.wth-25 { width: 25% !important; }
.wth-33 { width: 33% !important; }
.wth-50 { width: 50% !important; }

.no-bg			{ background: transparent !important; }

.alignright, .right		{ float:right; position: relative; }
.alignleft, .left		{ float:left; position: relative; }
.aligncenter	{ display: block; margin-left: auto; margin-right: auto; }

img.alignright		{ margin:0 0 18px 18px; }
img.alignleft		{ margin:0 18px 18px 0; }
p img.left 			{ float: left; margin: 0px 12px 12px 0px; padding: 0px; display: inline; }
p img.right			{ float: right; margin: 0px 0px 12px 12px; display: inline; }
img.centered		{ display: block; margin-left: auto; margin-right: auto; }
.post a img, .post img	{ font-size:60%;; }
.wp-caption			{ margin-bottom: 8px; padding: 0 0 7px 0; background: #fff; width: auto !important;}
.wp-caption img 	{ margin: 0 0 5px 0; border: none; }
.wp-caption-text 	{ font-size: 10px; line-height: 18px; color: #533b2c; padding: 0 6px; }

.brd_bottom 		{ background: transparent url(../img/line_2c.gif) repeat-x left bottom; }

div { position: relative; }

.button {
	background: url(style/images/button_2.png) no-repeat right top transparent;
	height: 31px;
	padding: 0 8px 0 0;
	display: inline-block;
	margin: 0 0 11px;
}

.button span {
	background: url(style/images/button_1.png) no-repeat left top transparent;
	height: 31px;
	color: #ff2a00;
	padding: 0 0 0 8px;
	font-size: 14px;
	line-height: 26px;
	display: inline-block;
	text-shadow:1px 1px #FFE862;
}
a.button:hover {
	text-decoration: none;
}

/* ********************************************************************************************************
 Header
******************************************************************************************************** */

#head {
	background: transparent url(style/images/fx_head_bg.gif) no-repeat top left;
	margin: 0;
	padding: 0;
}

#head a img {
	margin: 19px 0 0 29px;
	padding: 0px;
}



/* ********************************************************************************************************
 Mainnavigation
******************************************************************************************************** */

#navbar {
	position: relative;
	width: 825px;
	height: 50px;
	background: #FFD900 url(style/images/fx_head_navbg.gif) repeat-x top left;
	white-space: nowrap;
	margin: 12px 0 0 9px;
	padding: 0px;
	list-style: none;
}

#navbar li {
	float:left;
	background: transparent;
	margin: 0px;
	font: normal normal bold 18px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#navbar li a {
	display:block;
	background: transparent;
	padding: 16px 10px 0px 20px;
	text-transform: none;
	color : #ff0000;
	font: italic normal normal 18px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing : 0px;
}

#navbar li a:hover {
	color : #ff6028;
}



/* ********************************************************************************************************
 Formate für die Reisen
******************************************************************************************************** */

.travel {
	margin: 0px;
	padding: 20px;
	margin: 0;
	background: transparent url(style/images/fx_travel_bg.gif) repeat-y top left;
	position: relative;
}

.t_top {
	width: 514px;
	height: 5px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	background: transparent url(style/images/fx_travel_top.gif) no-repeat top left;
	position: relative;
}

.t_foot {
	width: 514px;
	height: 5px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	background: transparent url(style/images/fx_travel_foot.gif) no-repeat top left;
	position: relative;
}

.f_top {
	width: 764px;
	height: 5px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	background: transparent url(style/images/fx_forum_top.gif) repeat-x top left;
	position: relative;
}

.f_foot {
	width: 764px;
	height: 5px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	background: transparent url(style/images/fx_forum_foot.gif) no-repeat top left;
	position: relative;
}

.travel .metah2 {
	color:#FF7F01;
	font: bold normal normal 11px/11px Verdana,Arial,Helvetica,sans-serif;
	margin: 0;
}

.travel h3 {
	padding: 0 0 2px 0;
	border-bottom:1px solid #ff7f01;
}

.travel a {
	color: #ff7f01;
}

.travel .alignleft {
	float: left;
	position: relative;
}

.travel .alignright {
	float: right;
	position: relative;
}

.travel ul {
	list-style: disc;
	margin: 0px 10px 0px 10px;
	padding-left: 15px;
}

.travel ol {
	margin: 0px 10px 0px 10px;
	padding-left: 22px;
}

.travel ul li, .travel ol li {
	padding-bottom: 5px;
	font: normal normal normal 11px/17px Verdana, Arial, Helvetica, sans-serif;
}

.travel table {
	margin: 0 0 10px 0;
	padding: 0px;
	table-layout: fixed;
	border-top:1px solid #fff9dc;
	border-bottom:1px solid #fff9dc;
}

.travel table tr.trhead td {
	padding: 5px 3px;
	background-color: #ffffff;
	font-weight: bold;
}

.travel table tr td {
	padding: 5px 3px;
}

.travel table tr.trblank td {
	background-color: #ffffff;
}

.travel table tr.trcolored td {
	background-color: #fff9dc;
}

td a {
	color: #ff0000;
}

/* infoblock ------------------------------------------- */
.travel .infoblock_top {
	margin: 5px 0px 0px 0px;
	padding-top: 3px;
	width: 474px;
}

.travel .infoblock_bottom {
	margin: 0px 0px 0px 0px;
	padding: 2px 5px 0px 48px;
}

/* 3 floatende infoblocklisten */
.travel .infowrapper
{
  float: left;
  width: 130px;
}

/* clear float after lists */
.travel .infoblock_bottom br
{
  clear: left;
}

.infoblock_bottom ul {
	margin: 0px;
	padding: 0px;
}

.infoblock_bottom ul li {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	list-style-type: none;
	font: normal normal normal 11px/11px Verdana, Arial, Helvetica, sans-serif;
	color: #ff7f01;

}

.infoblock_headline {
	font: normal normal bold 11px/11px Verdana, Arial, Helvetica, sans-serif;
	color: #ff7f01;
}

/* infoblock ende ------------------------------------------- */

/* quicklinks ------------------------------------------- */
.quicklinks_top {
	margin: 20px 0px 10px 0px;
	padding-top: 3px;
	width: 485px;
}

.quicklinks_bottom {
	margin: 0px 0px 0px 0px;
	padding: 2px 5px 5px 10px;
	font: normal normal normal 11px/11px Verdana, Arial, Helvetica, sans-serif;
	color: #ff7f01;
}

.travel .quicklinks_bottom a {
	padding-left: 10px;
	font: normal normal normal 11px/11px Verdana, Arial, Helvetica, sans-serif;
	color: #ff7f01;
}

/* quicklinks ende ------------------------------------------- */



/* ********************************************************************************************************
 Formate für das Buchungsformular
******************************************************************************************************** */


/* formblock ------------------------------------------- */

.formblock_top {
	margin: 20px 0px 10px 0px;
	padding-top: 3px;
	width: 474px;
}

.formblock_bottom {
	margin: 0px 0px 0px 0px;
	padding: 2px 10px 5px 10px;
	font: normal normal normal 11px/14px Verdana, Arial, Helvetica, sans-serif;
}

.formblock_bottom h3 {
	padding: 8px 0px 2px 0px;
	margin: 0px 0px 10px 0px;
	font: italic normal normal 18px/18px "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	letter-spacing: 1px;
	border-bottom:1px solid #ff7f01;
	display: block;
}

.formrow {
	clear: both;
	padding-top: 15px;
}

.formrow p {
	margin: 0;
	padding: 0;
}

.formrowleft {
	float: left;
	width: 150px;
	text-align: right;
	font: normal normal normal 11px/11px Verdana, Helvetica, Arial, sans-serif;
}

#commentform .formrowleft {
	width: 80px;
}

.formrowright {
	float: right;
	width: 290px;
	text-align: left;
	font: normal normal normal 11px/11px Verdana, Helvetica, Arial, sans-serif;
}

#commentform .formrowright {
	width: 390px;
}

.formblock_bottom label {
	margin: 0px;
	padding: 4px 3px 0px 3px;
	font: normal normal normal 11px/11px Verdana, Helvetica, Arial, sans-serif;
}

.formblock_bottom input, .formblock_bottom textarea  {
    width: auto;
	font: normal normal normal 11px/11px "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	border: 1px #aeaeae solid;
    background: #fff;
	padding: 0px 3px;
	color: #7c7c7c;
}

.formblock_bottom select  {
    width: auto;
	font: normal normal normal 11px/11px "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	border: 1px #aeaeae solid;
    background: #fff;
	padding: 0px 0px 0px 0px;
	color: #7c7c7c;
}

.formblock_bottom option  {
	font: normal normal normal 11px/11px "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
    background: #fff;
	padding: 0px 0px 0px 3px;
	color: #7c7c7c;
}

.formblock_bottom .submit  {
	font: normal normal normal 14px/14px "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	border: 1px #ff7f01 solid;
    background: #fee870;
	padding: 0px 0px 0px 3px;
	color: #7c7c7c;
}

.formblock_bottom textarea {
	margin: 0px 10px 5px 10px;
	padding: 0px;
    width: 445px;
}

.formblock_bottom input[type=text]:focus, .formblock_bottom textarea:focus {
	background: #fff;
}

.formblock_bottom strong {
	font: normal normal bold 11px/11px Verdana, Helvetica, Arial, sans-serif;
}

.message {
	color: #ff0000;
	margin: 0 0 3px 0;
}



/* ********************************************************************************************************
 Formate für alle anderen Seiten
******************************************************************************************************** */

.entry {
	margin: 0px;
	padding: 1px 20px 20px 20px;
	background: transparent url(style/images/fx_travel_bg.gif) repeat-y top left;
	position: relative;
}

#forum .entry {
	background: transparent url(style/images/fx_forum_bg.gif) repeat-y top left;
}

.entry h1 a:hover {
	text-decoration: none;
	color: #ff0000;
}

.entry h1 {
	padding: 0 0px 6px 0;
	border-bottom:1px solid #ff7f01;
}

.entry h3 {
	padding: 0 0 2px 0;
	border-bottom:1px solid #ff7f01;
	clear: both;
}

.entry a {
	color: #ff7f01;
}

.entry .righthigh {
	float: right;
	position: relative;
	padding: 15px 10px 0px 10px;
	color: #ff7f01;
}

.entry .meta {
	padding: 30px 10px 5px 10px;
	clear: both;
}

.entry ul {
	list-style: disc;
	margin: 0px 10px 0px 10px;
	padding-left: 15px;
}

.entry ol {
	margin: 0px 10px 0px 10px;
	padding-left: 22px;
}

.entry ul li, .entry ol li {
	padding-bottom: 5px;
	font: normal normal normal 11px/17px Verdana, Arial, Helvetica, sans-serif;
}

.entry table {
	margin: 0 0 10px 0;
	padding: 0px;
	table-layout: fixed;
}

#forum .entry table {
	margin: 0px;
	padding: 0px;
}

.entry table tr.trhead td {
	padding: 5px 3px;
	background-color: #ffffff;
	font-weight: bold;
}

.entry table tr.trblank td {
	padding: 5px 3px;
	background-color: #ffffff;
}

.entry table tr.trcolored td {
	padding: 5px 3px;
	background-color: #fff9dc;
}

td a {
	color: #ff0000;
}

#forum .entry td {
	padding:0px;
}


/*------------------------------------------------
	Gallery
--------------------------------------------------*/

.box_top {
	margin: 5px 0px 10px 0px;
	padding-top: 3px;
	width: 474px;
}

.box_bottom {
	padding: 10px 0px 5px 11px;
}

.gallery {
    margin: auto;
    /* gallery clearing*/
    overflow: hidden;
    width: 100%;
}

.gallery .gallery-item {
    float: left;
    text-align: center;
    margin-bottom: 10px;
}

.gallery .gallery-icon {
    border: 0 none;
}

#content .gallery img {
    margin: 0 !important;
    border: 0 none;
}

.gallery .gallery-caption {
    margin-left: 0;
    font-size: 10px;
    line-height: 12px; 
    padding: 0 12px;
}

.gallery br { clear: both }
 
/* available Columns */
.col-2 { width: 50% }
.col-3 { width: 154px }
.col-4 { width: 25% }
.col-5 { width: 20% }
.col-6 { width: 16.666% }
.col-7 { width: 14.285% }
.col-8 { width: 12.5% }
.col-9 { width: 11.111% }


/* ********************************************************************************************************
 Formate für Kommentare
******************************************************************************************************** */
ol.commentlist {
	margin: 0;
	padding: 0;
}

ol.commentlist li {
	margin: 10px 0 12px 10px;
	min-height: 64px;
	padding: 0px 0px 20px 0px;
}

ol.commentlist li p {
	margin: 0 10px 0 64px;
}


/* ********************************************************************************************************
 Formate für die sidebar
******************************************************************************************************** */

.indexbar {
	margin-top: 15px !important;
}

#sidebar h3 {
	clear: both;
	padding: 5px 10px 2px 10px;
	margin: 0px 0px 10px 0px;
	font: normal normal normal 14px/14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #ff0000;
	border-bottom:1px solid #ff0000;
}

#sidebar .navsmall {
	width: 254px;
	height: 25px;
	margin: 0px 0px 5px 0px;
}

#sidebar .navsmall a {
	padding: 4px 10px 3px 10px;
	display: block;
	font: normal normal bold 11px/11px Verdana, Arial, Helvetica, sans-serif;
	color: #ff0000;
}

#sidebar .navsmalltext {
	padding: 4px 10px 3px 10px;
	margin: 0px 0px 4px 0px;
	display: block;
	font: normal normal normal 12px/11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #ff0000;
	border-bottom:1px solid #ff0000;
}

/* wp-kompatible Sidebar */

#sidebar ul {
	padding: 0;
	margin: 0;
}

#sidebar ul h2 {
	clear: both;
	padding: 5px 10px 2px 10px;
	margin: 0px 0px 10px 0px;
	font: normal normal normal 14px/14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #ff0000;
	border-bottom:1px solid #ff0000;
}

#sidebar ul ul li {
	width: 254px;
	margin: 0px 0px 5px 0px;
}

#sidebar ul ul li a {
	padding: 4px 10px 10px 10px;
	display: block;
	font: normal normal bold 11px/11px Verdana, Arial, Helvetica, sans-serif;
	color: #ff0000;
}

#sidebar ul ul ul li {
	width: 254px;
	margin: 0px 0px 5px 0px;
}

#sidebar ul ul ul li a {
	padding: 4px 10px 10px 20px;
	display: block;
	font: normal normal normal 11px/11px Verdana, Arial, Helvetica, sans-serif;
	color: #ff0000;
}

/* große Menüpunkte (alle Freizeiten) Clearfix nach http://www.positioniseverything.net/easyclearing.html */
.navbig {
	width: 254px;
	height: 65px;
	margin: 0px 0px 5px 0px;
	display: block;
	line-height: 11px;
}

.navbig:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.navbig .age {
	display: block;
	padding: 4px 0px 2px 10px;
	color: #ff0000;
}

.navbig .free {
	display: block;
	padding: 4px 10px 2px 0px;
	color: #6FA939;
}

.navbig .booked {
	display: block;
	padding: 4px 10px 2px 0px;
	color: #CC0000;
}

.navbig .headline {
	display: block;
	padding: 5px 0px 2px 10px;
	font: normal normal bold 11px/11px Verdana, Arial, Helvetica, sans-serif;
	color: #ff0000;
}

.navbig .location {
	display: block;
	padding: 5px 0px 3px 10px;
	color: #565656;
}

.navbig .country {
	display: block;
	padding: 5px 10px 3px 0px;
	color: #565656;
}

.navbig .t_alignleft {
	display: block;
	position: relative;
	padding: 5px 0px 2px 10px;
	font: normal normal bold 11px/11px Verdana, Arial, Helvetica, sans-serif;
	color: #ff0000;
}

.navbig .t_alignright {
	display: block;
	position: relative;
	padding: 4px 0px 2px 10px;
	color: #ff0000;
}

.navbig .b_alignleft {
	float: left;
	display: block;
	position: relative;
	padding: 5px 0px 3px 10px;
	color: #565656;

}

.navbig .b_alignright {
	float: right;
	display: block;
	position: relative;
	padding: 5px 10px 3px 0px;
	color: #565656;

}
.navbig .t_alignright, .navbig .b_alignleft, .navbig .b_alignright {
	font: normal normal normal 11px/11px Verdana, Arial, Helvetica, sans-serif;
}

/* clear float */
.navbig br {
  clear: both;
}
/* große Menüpunkte Ende ----------------------------- */


/* Suchformular ----------------------------- */

#searchform {
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 2px 10px;
	display: block;
}

#searchform label {
	font: normal normal normal 14px/14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #ff7f01;
}

#searchform .field {
	font: normal normal normal 11px/11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #ff7f01;
	border: 1px #ff7f01 solid;
}

#searchform #searchsubmit {
	font: normal normal normal 11px/11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #ff7f01;
	border: 1px #ff7f01 solid;
}

/* infoblock ------------------------------------------- */
#sidebar .addon_top {
	margin: 0px 0px 10px 0px;
	padding-top: 3px;
	width: 250px;
}

#sidebar .addon_bottom {
	margin: 0px 0px 0px 0px;
	padding: 2px 10px 5px 10px;
}

.addon_bottom h4 {
	padding: 4px 0px 10px 0px;
	font: normal normal normal 14px/14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #ff0000;
}

.addon_bottom a {
	color: #ff0000;
}

.addonentry {
	padding: 0px 0px 10px 0px;
}

.addonentry p {
	padding: 0px 0px 5px 0px;
	font: normal normal normal 11px/12px Verdana, Arial, Helvetica, sans-serif;
	color: #565656;
}

.addonentry p cite {
	padding: 0px 0px 5px 0px;
	display: block;
	font: italic normal normal 12px/15px Verdana, Arial, Helvetica, sans-serif;
}

.addonentry .clearfix .alignleft {
	float: left;
	display: block;
	position: relative;	
}

.addonentry .clearfix .alignright {
	float: right;
	position: relative;
	color: #ff0000;
}

.addonentry ul, ol {
	margin: 0;
	padding-left: 12px;
}

.addonentry li {
	margin: 0px 10px 5px 10px;
	padding-left: 0px;
}



/* infoblock Ende ------------------------------------------- */





/* ********************************************************************************************************
 Footer
******************************************************************************************************** */

#footer .jabrelink {
	float: right;
	display: block;
	padding: 5px 34px 7px 0px;
	font: italic normal normal 13px/15px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #ffa201;
}

#footer .foot_content {
	width: 848px;
	margin: 0;
	padding: 0 0 24px 0;
	background: transparent url(style/images/fx_foot_bg.gif) no-repeat bottom left;
}



/* ********************************************************************************************************
 Ende
******************************************************************************************************** */
}
