/*
Theme Name: FotoMaierDigital Theme
Theme URI: http://www.net-graphix.com/
Description: This WordPress theme for FotoMaierDigital
Version: 1.0
Author: Matt Wittmann
Tags: Topnav, Teaser, Content, Footer
*/ 
 
/*-------------------------------------------------------------------------*/ 
/* (en) Marginal areas & page background */ 
/* (de) Randbereiche & Seitenhintergrund */ 
body { padding: 0px 0; font: 90% Arial; } 
/* Layout Alignment | Layout-Ausrichtung */ 
.page_margins { margin: 0 auto; } 
/* Layout Properties | Layout-Eigenschaften */ 
.page_margins { width: 950px; background: #fff; } 
.page { padding: 10px; } 
#header { padding: 0; color: #000; background: #fff; height: 80px; } 
#logo { float: left; height: 60px; margin: 10px; }
#address { float: right; height: 60px; margin: 10px; } 
#nav {  height: 54px; background: url("images/bg-nav.gif"); } 
div.hlist ul li { float: left; } 
#teaser { clear: both; margin: 10px 0; padding: 0; height: 333px; background: #ccc url("images/bg-header.gif"); } 

#teaser_subnav { clear: both; margin: 10px 0; padding: 0; width: 930px; height: 333px; background: transparent; }
 #teaser_subnav_left { float: left; margin: 10px 0; padding: 10px; width: 280px; height: 333px; background: #fff url("images/bg-subnav.gif") no-repeat; }
 #teaser_subnav_right { float: left; margin: 10px 0 10px 10px; padding: 0; width: 615px; height: 333px; background: #ccc url("images/bg-header.gif"); }


#main { margin: 10px 0; background: #fff; } 
#main_text { clear: both; margin: 10px 0; padding: 10px 20px; min-height: 333px; background: #fff; }
#main_bg { clear: both; margin: 10px 0; padding: 10px 20px; min-height: 333px; background: #fff url("images/teaser-bg.jpg") no-repeat; }
#main_bg_sub { clear: both; margin: 10px 0; padding: 10px 20px; min-height: 333px; background: #fff url("images/teaser-bg-submenu.jpg") no-repeat; }


#footer { clear: both; margin: 0; padding: 10px 20px; color:#666; background: #fff; border-top: 2px #ebebeb solid; } 

#nav ul { margin: 0 0 0 -10px; }
#nav ul li { margin: 17px 10px 10px 10px; list-style-type: none; } 

#footer ul { clear: both; margin: 0 0 0 -10px; padding: 0; }
#footer li { float: left; margin: 2px 10px 2px 10px; padding: 0; list-style-type: none; }

hr {
	clear: both;
	width: 100%;
	height: 20px;
	background-color: transparent;
	color: #ccc;
	margin: 15px 0 15px 0;
	padding: 0px;
	border: 0px solid blue;
	border-bottom: 2px solid #ebebeb;
}

/*-------------------------------------------------------------------------*/ 
/** 
* (en) Formatting content container 
* (de) Formatierung der Inhalts-Container 
* 
*/ 
#col1 { float: left; width: 300px; height: 180px; margin:0; background: #FF0000 url("images/box-rot-300x180.gif"); } 
#col2 { float: left; width: 300px; height: 180px; margin:0 0 0 15px; background: #FF0000 url("images/box-rot-100jahre-300x180.gif"); } 
#col2_aktion { float: left; width: 300px; height: 180px; margin:0; background: #FF0000 url("images/box-rot-aktion-300x180.gif"); }
#col3 { width: 300px; height: 180px; margin: 0 0 0 630px; background: #ccc url("images/bgbox-300x180.gif"); } 
#col1_content { padding: 0 10px 0 10px; } 
#col2_content { padding: 0 10px; } 
#col3_content { padding: 0 10px 0 10px; } 
/*-------------------------------------------------------------------------*/

/** 
* (en) Formatting type 
* (de) Formatierung Schrift 
* 
*/ 


/**
 * 
 * START PAGES DROP MENU 
 *
 **/

li {
	margin-bottom: 1px;
	color: #666666;
}
	
#nav {
	font-size: 12pt;
	color: #333;
	z-index: 1000;
	list-style-type: none;
	position: relative;
	white-space: normal;
	}

#nav table {
	width: auto;
	height: 0;
	margin:0px;
	border-collapse:collapse;
	border: 0;
	}	

#nav a {
	border-bottom: 0px;
	text-decoration: none;
	}
	
#nav table td {
	border: 0 !important;
	}

#nav li {
	position:relative;
	text-align: left;
white-space:normal;
display:block;
}

#nav li a:link, #nav li a:visited {
	color: #333;
	text-decoration:none;
	font-weight: 300;
	display:block;
	z-index: 1;
	}
#nav li a:hover, #nav li a:active {
	color: #333;
	font-weight: 300;
	display:block;
	text-decoration: underline;
	}

#nav li.current_page_item a 
{ 
	color: #333;
	display:block;
	text-decoration: none;
	font-weight: bold;
}

#nav li ul {
	display: none;
	list-style-type: none;
	z-index: 2;
	margin: 0;
	padding: 0;
	color: #333;
	}

#nav li:hover ul {
	display:block;
	font-size: .9em;
        font-weight: 300;
	width: auto;
        min-width: 200px;
	position:absolute;
	top: 18px;
	left: 0px;
	background-color: #ccc;
	margin: 0;
	padding: 0;
	}

#nav li:hover ul li a:link, #nav li:hover ul li a:visited  {
	background-color: #ccc;
        /*opacity:.80;filter: alpha(opacity=80); -moz-opacity: 0.8;*/
	color:#333;
	font-size: .9em;
        font-weight: 300;
	height:auto;
	line-height: 140%;
	width: auto;
        min-width: 200px;
	margin: -15px 0 0 0;
	padding: 0px;
	text-decoration: none;
	}
	
#nav li:hover ul li a:hover, #nav li:hover ul li a:active {
	background-color: #ccc;
        /*opacity:1.00;filter: alpha(opacity=100); -moz-opacity: 1.0;*/
	color: #333;
	font-size: .9em;
        font-weight: 300;
	text-decoration: underline;
	}
#nav li:hover ul li a.current {
	color: #333;
	background-color: transparent;
	}
.page_item a {
	color: #333;
	}
.current {
	font-weight: 300 !important;
	color: #333;
	}


#nav li.current_page_parent ul li.current_page_item a 
{ 
	color: #333;
	font-weight: bold;
}
#nav li.current_page_parent a 
{ 
	color: #333;
	font-weight: bold;
}

#nav li.current_page_ancestor a
{ 
	color: #333;
	font-weight: bold;
}




/**
 * 
 * END PAGES DROP MENU 
 *
 **/

ul#listsubmenu { margin:0;padding:5px 0 0 0;list-style-type:none; }
#listsubmenu li { margin: 15px 0 0 0; padding: 2px 0 0 25px; height:19px; background: url('images/arrow_25x19.gif') no-repeat; }
#listsubmenu li.current_page_parent a { color: #fff; font-weight: bold; }
#listsubmenu .current_page_item a { color: #fff; font-weight: bold; }


#topnav {font-size:8pt;color:#999;position:absolute;top:0px;margin:0;padding:0 0 0 737px; }
#topnav a { font-size:8pt;color:#999; }
#topnav a:link, #topnav a:visited { text-decoration:underline; }
#topnav a:hover, #topnav a:active { text-decoration:none; }




#teaser_subnav_left ul li { margin: 0px 10px 10px 0px; list-style-type: none;}
#teaser_subnav_left {
font-size: 12pt;
color: #333;
}
#teaser_subnav_left a:link, #teaser_subnav_left a:visited {
color: #333;
text-decoration: none;
}
#teaser_subnav_left a:hover, #teaser_subnav_left a:active {
color: #333;
text-decoration: underline;
}
#teaser_subnav_left .current_page_item {
font-weight: bold;
}


#main a:link, #main a:visited {
color: #000;
text-decoration: none;
}
#main a:hover, #main a:active {
color: #000;
text-decoration: underline;
}

#main h2 a:link, #main h2 a:visited {
color: #fff;
text-decoration: none;
}
#main h2 a:hover, #main h2 a:active {
color: #000;
text-decoration: underline;
}

#footer {
font-size: 10pt;
}

#footer a:link, #footer a:visited {
color: #666;
text-decoration: underline;
}
#footer a:hover, #footer a:active {
color: #666;
text-decoration: none;
}



h1, h2, h3, h4, h5 {
color: #FF0000;
}

#col1_content h2, #col2_content h2 {
margin: 30px 0 0 0;
}
#col3_content h2 {
margin: 0;
padding-top: 30px;
}


#col1 h2, #col2 h2 {
color: #fff;
}

#teaser_subnav_left h2 { color: #fff; margin: 10px 0 -10px 0; }


.c_red {
color: #FF0000;
}

#main p { margin: 5px 0 0 0; }

#fussnote {
color: #666;
font-size: 8pt;
}
#fussnote a:link, #fussnote a:visited {
color: #666;
text-decoration: underline;
}
#fussnote a:hover, #fussnote a:active {
color: #666;
text-decoration: none;
}

/*-------------------------------------------------------------------------*/

/*** IMAGE ***/
#main img {
	margin: 5px 12px 5px 0;
	padding: 0px;
}

#main img a:link, #main img a:visited{
	border: 0px solid #ccc;
	background-color: #ccc;
}

#main img a:hover, #main img a:active{
	border: 0px solid #ccc;
	background-color: #ccc;
}

#main img.alignnone {
	text-align: none;
}

#main img.alignleft {
	text-align: left;
	float: left;
}

#main img.alignright {
	text-align: right;
	float: right;
}

#main img.aligncenter {
	text-align: center;
}

#main div.imgcontainer {
          display:block;
          width: 930px;
          height: 333px;
}
#main div.sold {
          display:block;
          position: absolute;
          margin-top:-145px;
          width: 930px;
          height: 138px;
          background: url('images/header-sold.png') left bottom no-repeat;
}



/*-------------------------------------------------------------------------*/

form {
margin: 10px 0;

}

#f_text {
margin: 0;
padding: 4px;
background: #fff url("images/bg-input.gif");
height: 25px;
width: 176px;
border: 1px solid #ccc;
font-size: 14pt;
color: #333;
vertical-align: middle; 
}

#f_text:hover {
background: #fff;
}

#f_send {
margin: 0;
padding: 0;
height: 35px;
width: 80px;
border: 1px solid #FF0000;
background-color: #FF0000;
color: #fff;
vertical-align: middle;
cursor: pointer;
}

#f_send:hover {
background-color: #fff;
border: 1px solid #FF0000;
color: #FF0000;
vertical-align: middle;
}

.clearfix { clear:both; }
#ie_clearing { clear:both; }


/** Newsletterform **/

.MailPressFormEmail {
margin: 0;
padding: 4px;
background: #fff url("images/bg-input.gif");
height: 25px;
width: 176px;
border: 1px solid #ccc;
font-size: 14pt;
color: #333;
vertical-align: middle; 
}

.MailPressFormEmail:hover {
background: #fff;
}

.MailPressFormSubmit {
margin: 0;
padding: 0;
height: 35px;
width: 80px;
border: 1px solid #FF0000;
background-color: #FF0000;
color: #fff;
vertical-align: middle;
cursor: pointer;
}

.MailPressFormSubmit:hover {
background-color: #fff;
border: 1px solid #FF0000;
color: #FF0000;
vertical-align: middle;
}

/** Contactform **/

.wpcf7 input {
margin: 0;
padding: 4px;
background: #fff url("images/bg-input.gif");
height: 25px;
line-height; 25px;
width: 200px;
border: 1px solid #ccc;
font-size: 14pt;
color: #333;
vertical-align: middle;
}
.wpcf7 input:hover {
background: #fff;
}


.wpcf7 input[type=submit] {
margin: 0;
padding: 0;
height: 35px;
width: 80px;
border: 1px solid #FF0000;
background-color: #FF0000;
color: #fff;
vertical-align: middle;
background-color: #f00;
background: #f00;
cursor: pointer;
}
.wpcf7 input[type=submit]:hover {
background-color: #fff;
border: 1px solid #FF0000;
color: #FF0000;
vertical-align: middle;
}

.wpcf7 input[name=captcha-610] {
width: 75px;
}


.wpcf7 textarea {
margin: 0;
padding: 4px;
background: #fff url("images/bg-input.gif") repeat-x;
height: 150px;
width: 407px;
border: 1px solid #ccc;
font-size: 14pt;
color: #333;
vertical-align: middle;
}
.wpcf7 textarea:hover {
background: #fff;
}

.wpcf7 #checkboxid {
width: 15px;
}

.wpcf7-checkbox {
width: 10px;
}

.wpcf7 input[type="checkbox"] {
width: 15px;
}

/*-------------------------------------------------------------------------*/ 
/* (en) Style for ebay Sales Lister */ 
/* (de) Stlye Ebay Sales Lister */

li.ebay_sale {
	margin: 0 10px 0 -25px;
	padding: 15px;
	list-style-type: none;
	font-size: 14pt;
	color: #FF0000;
	text-decoration: none;
	border-bottom: 0px #ebebeb solid;
	background: url('images/bg_ebay_sale.gif') top left repeat-x;
	clear: both;
}

.ebay_sale_info {
	font-size: 11pt;
	color: #000;
}

#ebay_sale_price {
	clear: both;
	background: transparent url("images/gelb-aktion1-ab-140x80.png") no-repeat;
	margin: -55px 10px 0 -5px;
	padding: 29px 20px 0 46px;
	font-size: 18pt;
	color: #000;
	font-weight: bold;	
	width: 180px;
	height: 75px;
	float: right;
	clear: both;
}

#ebay_sale_link a:link, #ebay_sale_link a:visited {
	background-color: #FF0000;
	color: #fff;
	margin: 0;
	padding: 5px;
	width: 150px;
	height: 30px;
	line-height: 30px;
	border: 1px #FF0000 solid;
}
#ebay_sale_link a:hover, #ebay_sale_link a:active {
	background-color: #fff;
	color: #FF0000;
	margin: 0;
	padding: 5px;
	width: 150px;
	height: 30px;
	line-height: 30px;
	border: 1px #FF0000 solid;
}
#ebay_sale_footer {
	clear: both;
	background: transparent;
	margin: -55px 50px 0 1px;
	padding: 1px 5px 0 1px;
	font-size: 8pt;
	color: #666;
	width: 180px;
	height: 15px;
	float: right;
}

#ebay_sale_footer a:link, #ebay_sale_footer a:visited {
	color: #666;
	text-decoration: underline;
}
#ebay_sale_footer a:hover, #ebay_sale_footer a:active {
	color: #333;
	text-decoration: none;
}

.ebay_sale_image img {
	margin: 5px;
	margin-right: 10px;
	padding: 5px;
	padding-right: 10px;
	text-align: left;
	float: left;
}

.alignleft { text-align:left; }
.aligncenter { text-align:center; }
.alignright { text-align:right; }

.floatleft { text-align:left; }
.floatcenter { text-align:center; }
.floatright { text-align:right; }
