/*
Theme Name: Wordpress trend media
Theme URI: http://www.trend-media.com
Description: Das WordPress-Theme von trend media
Version: 3.0
Author: Bea Pircher
Author URI: http://www.trend-media.com
color-font: 32080a
color-background: ffefa4
color-überschrift: 88151a
color-bg container: fee29e
color-button: fabc00
*/

/* =general
-------------------------------------------------------------- */
* {  
    margin: 0; 
    padding: 0; 
    }

.clear {
    clear:both;
    }

img, img a {
    border: none;
    }   

.alignright {
    float:right;
    margin: 0 0 20px 20px;}
    
.alignleft {
    float:left;
     margin: 0  20px 20px 0;}
 
hr {
    margin: 15px 0;
    color: #88151a;}
         
a { 
    color: #88151a;
    text-decoration: none;
    }
    


a.nix {
    background: none!important;
    padding-left:0px!important;
    } 

a[href ^="mailto:"], a[href ^="MAILTO:"]{
    background: url(img/mail.gif) center left no-repeat;
    padding-left:12px;
    }
    
a:hover { 
    color: #88151a;
    }

h1, h2, h3, h4, h5, h6 {
    font-family:"Myriad Pro","Trebuchet MS","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight:normal;
    color:#88151a;
    margin: 10px 0;}

h1 {
    font-size: 26px;
    }

h2 {
    font-size: 22px;
    }
    
h3 {
    font-size: 18px;
    }
    
.widget-left h3 {
    font-size: 20px;
    color:#fee29e;
    font-variant:small-caps;
    border-bottom: 1px solid #fee29e;
    margin: 0 0 5px 25px;
    padding: 0 0 0 5px;
    }

h4 {
    font-size: 16px;
    }
    
h5 {
    font-size: 14px;
    }
    
h6 {
    font-size: 12px;
    }
/* =body
-------------------------------------------------------------- */           
body { 
		font-weight: normal; 
		font-size: 10pt; 
		color: #32080a; 
		background: url(img/bg.jpg) repeat-x #ffefa4;
		font-family: Tahoma, Helvetica, sans-serif; 
  	} 

/* =wrapper
-------------------------------------------------------------- */ 
div#wrapper { 
    width: 981px; 
    margin:  0 auto; 
    }

/* =container
-------------------------------------------------------------- */    
div#container {  
    padding:411px 0 0 0; 
    margin-top:42px;
    text-align: left; 
    width: 981px;
    background: #fff;
    background: url(img/bg-container.jpg) repeat-y
    }

.mceContentBody  {  
    background: #fff;
}
	
	
/* =header
-------------------------------------------------------------- */
div#header { 
    height: 411px; 
    position:absolute; 
    top:42px; }

/* =navlang
-------------------------------------------------------------- */
div#navlang {
    right:-42px;
    position:absolute;
    top:170px;}

div#navlang a {
    background:#88151a;
    color:#fabc00;
    display:block;
    font-weight:bold;
    padding: 5px;
    margin-top: 5px;
    width:18px;
    height:18px;
    }
    
.sprache_aktiv {
    background:#88151a;
    color:#fabc00;
    display:block;
    font-weight:bold;
    padding: 5px 5px 5px 20px;
    width:18px;
    height:18px;
    }


/* =slideshow
-------------------------------------------------------------- */       
div#slideshow {
    float:left;
    width:981px;
    height:411px;
    background: url(img/header.jpg)  no-repeat;
    z-index:1;}


/* =center
-------------------------------------------------------------- */
div#center { 
    float:left; 
    display:inline; 
    width: 513px; 
    padding: 15px 16px 15px 15px; 
    margin: 0 0 0 219px; 
    } 

/* =content
-------------------------------------------------------------- */
div.content img{
    border: 1px solid #88151a;
    background:#fee29e;
    padding:3px;
    margin: 10px 0;
    }

div.content p ,
.mceContentBody p {
    margin: 10px 0;
}
    
div.content img.none {
    border: none;
    background:none;
    padding:0px;
    margin: 10px 0;
    }
    
.content ol li {
    list-style:decimal outside none;
    margin:0 0 0 20px;
    padding:2px 0;
    }

.content li ol {
    margin:10px 0 10px 20px;}

.content ol li li {
    list-style:upper-roman outside none;
    margin:0;}

.content ul li {
    list-style:square outside none;
    margin:0 0 0 20px;
    padding:2px 0;
    }

.content li ul {
    margin:10px 0 10px 20px;}

.content ul li li {
    list-style:circle outside none;
    margin:0;}

.content a {
    text-decoration: underline;
    font-weight:bold;
    }
    
.content .wp-caption  {
    background:none repeat scroll 0 0 #F8F8F8;
    border:1px solid #E4E4E4;
    font-size:11px;
    padding:4px 0;
    text-align:center;
    }

.content .wp-caption img {
    border:medium none;
    float:none;
    margin:0;
    padding:0;
    }

.content .wp-caption p.wp-caption-text {
    margin:0 0 -4px;
    padding:0;
    }
    
ol.commentlist li {
display:block;
    margin: 15px 0!important;}

/* =bottom
-------------------------------------------------------------- */
/*#bottom {
    padding: 20px 0 0 0;
    margin: 20px 0 0 0;
    border-top: 1px solid #214001;
    }

#bottom h3 {
    margin: 2px 0;
    font-size: 16px;}
    
.widget-bottom-left {
    float:left;
    width:150px;
    }
    
.widget-bottom-center {
    float:left;
    width:150px;
    margin-left:5px;
    }
    
.widget-bottom-right {
    float:right;
    width:150px;
    }*/


/* =sidebarleft
-------------------------------------------------------------- */
div#sidebarleft { 
    float:left; 
    display:inline; 
    width: 204px; 
    padding: 15px 15px 15px 0px; 
    margin-left:-763px; 
    min-height:331px;
  	height:auto !important;  /* für moderne Browser */
  	height:331px;  /*für den IE */
    }
    
div#sidebarleft ul{ 
    list-style-type:none;
    }
    
div#sidebarleft a { 
    color:#88151a;
    font-weight:bold;
    font-size: 1.05em;
    padding:0 0 0 12px;
    margin: 0 0 0 35px;
    background: url(img/pfeil.jpg) no-repeat 0 5px;
    }
    
div#sidebarleft li {
    background: url(img/button.jpg) no-repeat;
    width:219px;
    height:16px;
    margin: 0 0 3px 0;
    padding:3px 0;}

/* =sidebarright
-------------------------------------------------------------- */  
div#sidebarright { 
    float:right;
    width: 203px; 
    padding: 15px 15px 15px 0; 
    min-height:331px;
  	height:auto !important;  /* für moderne Browser */
  	height:331px;  /*für den IE */
    }

div#sidebarright a { 
    color:#88151a;
    }
    
div#sidebarright ul{ 
    list-style-type:none;
    }
    
.widget-right {
  background: #fabc00;
  padding:4px;
  margin: 0 0 25px 0;}

.widget-right2 {
  border: 1px solid #fff;
  background: #fabc00;
  padding:0px 10px 10px 10px;}

/* =footer
-------------------------------------------------------------- */  
div#footer {
    background: url(img/bg-footer.jpg)  repeat-y;
    width:981px;
    padding: 15px 0;
    color:#fff!important;}
    
div#footer img {
    margin: 15px;}
    
div.widget-footer-left {
  float:left;
  width:360px;
  margin:0 0 0 25px;}

div.widget-footer-center {
  float:left;
  width:260px;}
  
div.widget-footer-right {
  float:left;
  width:280px;}
  
div#footer h3, div#footer a {
color:#fff;}
  
/* =subfooter
-------------------------------------------------------------- */  
div#subfooter {
    background: url(img/bg-subfooter.jpg)  no-repeat top left;
    width:981px;
    padding: 25px 0 10px 0;}
    
div#subfooter ul {
    list-style-type:none;
    }  
    
div#subfooter li {
    display:block;
    float:left;
    padding:3px 10px;
    border-right: 1px solid #214001;
    }    


/* =anfrage
-------------------------------------------------------------- */     
input[type=text], select, textarea {
	border: 1px solid #214001;
	color: #214001;
 
}

input[type=submit] {
	background: #214001;
	border: 1px solid #214001;
	color: #FDFFD6;
	font-weight: bold;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 1px;
	margin: 10px  0 0 0;
 }

.tmf_error {
	font-weight: bold;
	color: #9A1612;
}

.div_mitte img, .div_mitte, .div_mitte input{
	vertical-align: middle;
	margin:0;
	padding:0;
}

.colum1 { 
	width: 150px;
	float: left;
	display: inline;
}

.tmf_caption {
	font-size: 16px;
	margin: 0 0 15px 0;
}
.clear_left {
	clear:left;
	margin-bottom: 5px;
}
.clear_both {
	clear:both;
	margin-bottom: 10px;
}
.clear_big {
	clear:left;
	margin-bottom: 14px;
}
.tmf_abstand {
	margin: 0 0 15px 0;
	line-height: 1px;
	padding:0;
}

.input_long {
		width: 200px;
}

.input_plz {
		width: 60px;
}

.input_ort {
		width: 132px;
}

.input_kalender {
		width: 172px;
}


.input_radio {
	margin-left:0;
	padding-left:0;
	
}


.colum2 { 
	width: 75px;
	float: left;
	display: inline;
}


.colum3{ 
	width: 50px;
	float: left;
	display: inline;
}


.colum4{ 
	float: right;
	margin-right: 10px;
	display: inline;
}

.colum5{ 
	float: left;
	display: inline;
}
#center #centerMainBg #rechteSpalte .box .content INPUT.input_short {
	WIDTH: 120px
}

#center #centerMainBg #rechteSpalte .box .content INPUT.input_short_anz {
	WIDTH: 20px
}

#center #centerMainBg #rechteSpalte .box .content INPUT.input_kalender_short {
	WIDTH: 100px
}

#anfrage_formular img {
    background:none!important;
    border:none!important;
    padding:0!important;
    }
 
/* =nav2me
-------------------------------------------------------------- */  


#form1{
  //contains fromAddress, route_btn
}

#fromAddress {
  //input box for start address
  margin-left:5px;
}

.route_btn {
  //button to create route
  border:solid 1px #88151a!important;
  font-weight:bold!important;
  background: #88151a!important;
  color:#fff!important;
  margin-left:10px!important;
}

.print_btn {
  //button to create route
  border:solid 1px #88151a!important;
  background: #88151a!important;
  font-weight:bold!important;
  color:#fff!important;
  margin-left:0px!important;
  margin-top:10px!important;
}

.directions {
  //contains formated directions
  width: 270px;
  overflow: auto;
}

.map {
  //contains map
  width: 270px;
  height: 300px;
  margin: 15px 0;
}

.map img {
    background:none!important;
    border:none!important;
    padding:0!important;}

#map1 {
  //contains map
  width: 270px;
  height: 300px;
}


.fe_txt {
  border: solid 1px #000000;
  width: 250px;
}

td{
  padding:3px;
}

#tab_box {
  width: 260px;
  margin:0;
  font-family:Verdana;
}

.tab {
  background-color:#8F8F8F;
  color:#EFEFEF;
  border:solid 1px #000000;
  width:40px;
  height:15px;
  font-size:8pt;
  text-align:center;
  padding:3px;
  margin:0;
  float:left;
}

.tab_aktiv {
  background-color:#CFCFCF;
  color:#1F1F1F;
  border:solid 1px #000000;
  border-bottom:solid 0px #000000;
  width:40px;
  height:15px;
  font-size:8pt;
  text-align:center;
  padding:3px;
  margin:0;
  float:left;
}

.tab_spacer {
  background-color:#ffffff;
  border-bottom:solid 1px #000000;
  width:5px;
  height:22px;
  margin:0;
  float:left;
}

.t_box_aktiv {
  width:260px;
  height:150px;
  border:solid 1px #000000;
  border-top:0px;
  font-family:Verdana;
  visibility:visible;
  font-size:10pt;
}

.t_box {
  width:0px;
  height:0px;
  border:solid 0px;
  visibility:hidden;
  display:none;
}


#info_box {
  margin:0;
  margin-top:15px;
}

    
/* =plugins
-------------------------------------------------------------- */    
.wpff_nav {
    font-weight:bold;
    margin: 0 0 0 5px!important;
    }
    
.widget-left {
    margin: 0 0 25px 0;}
    
    .img-sidebar {
    margin-left:25px;}
    
   div#sidebarleft a.img-sidebar {
    background:none;
    margin:0;
    padding:0;}
    
    a.sidebar {
    color:#ffefa4!important;
    background:none!important;
    margin: 0px!important;
    padding:0 0 0 30px!important;
    text-align:left;
    width:150px!important;
    display:block;}
