/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

#page {
  background: white url(/wp-content/themes/gazette/images/CS-Header.png) no-repeat top center;
}

#header {
  background-color: transparent;
  height: 108px;
}



/* start edit menue by Patrick D. */


#nav {
	height: 30px;
	padding: 2px 0px !important;
     /* edit by Marc U.*/
	background-color: #FFFFFF;
	margin:15px 15px 0px !important;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ADA08D; 	
    width: 930px !important;
}

#nav {
    padding-bottom: 2px !important;  
    border-bottom: 3px solid #939598;
    } /*edit by Patrick und Marc*/
    
#nav-left {
	float:left;
	display:inline;
	width:710px; /* edit by Marc U.*/
	}
    
#nav-right {
	float:right;
	display:inline;
	width:210px; /* edit by Marc U.*/
	margin:0px !important;
	padding:0px !important;
	}


/*- Dropdowns-*/

#nav1, #nav1 ul{
	padding: 0;
	float:left;
	list-style: none;
}
#nav1 {
    padding: 0;
	font-size:13px;
	float:left;
}
#nav1 a {
    display: block;
	padding-left: 10px; /* edit by Marc U. u. Patrick D.*/
    padding-right: 10px;  /* edit by Marc U. u. Patrick D.*/
}
#nav1 li {
	float: left;
	line-height:32px; /* edit by Marc U.*/
	font-weight:bold;
	font-size:11px;	
	text-transform:uppercase;
}

#nav1 li a {
    color: #939598;} /* edit by Patrick D.*/
    
    
#nav1 li a:hover {
	background-color: #939598; /* edit by Patrick D.*/
	text-decoration:none;
	color:#ffffff;
}
#nav1 li ul {
	position: absolute;
	width: 15em;
	left: -999em;
	padding-top:1px;
}
#nav1 li:hover ul, #nav1 li.sfhover ul {
	left: auto;
}
#nav1 li ul li {
    background: #FFFFFF;
	border-bottom:1px solid #d2d2d2;	
	border-left:1px solid #d2d2d2;	
	border-right:1px solid #d2d2d2;			
	line-height:28px;	
	width:16em;
   
    
}

#nav1 li:hover, #nav1 li.hover {
    position: static;
}
#nav1 li ul ul {
	margin: -29px 0 0 16em; /*edit by Patrick D. (urspr. 15em dann 14.1)*/
	border-top:1px solid #d2d2d2;	
}

#nav1 li:hover ul ul, #nav1 li.sfhover ul ul {
	left: -999em;
}
#nav1 li:hover ul, #nav1 li li:hover ul, #nav1 li.sfhover ul, #nav1 li li.sfhover ul {
	left: auto;
}
#nav1 li:hover ul ul, #nav1 li:hover ul ul ul, #nav1 li.sfhover ul ul, #nav1 li.sfhover ul ul ul {
	left: -999em;
}
#nav1 li:hover ul, #nav1 li li:hover ul, #nav1 li li li:hover ul, #nav1 li.sfhover ul, #nav1 li li.sfhover ul, #nav1 li li li.sfhover ul {
	left: auto;
} 

#nav1 li:hover ul, #nav1 li.sfhover ul {
	left: auto;
	z-index:1000;	
}


/*- Category Navigation -*/

/*- Nav / Dropdowns-*/
#nav2 {
	margin:0 0 15px 15px !important;
	margin:0 0 7px 7px;	 
}

#nav2, #nav2 ul{
	padding: 0;
	float:left;
	list-style: none;
}
#nav2 {
    padding: 0;
	font-size:13px;
	float:left;
	width:930px;
	border-top: 1px solid #DDDDDD;
}
#nav2 a {
	display: block;
	padding-left:15px;
	padding-right:15px;
	border-right: 1px solid #DDDDDD;
}
#nav2 li {
	float: left;
	line-height:30px;
}

#nav2 li a:hover {
	background-color: #939598;
    text-decoration: none;
}

    
#nav2 li ul {
	position: absolute;
	width: 15em;
	left: -999em;
	z-index: 99999;
}
#nav2 li:hover ul, #nav2 li.sfhover ul {
	left: auto;
	z-index:1000;	
}
#nav2 li ul li {
    background: #FFFFFF;
	border-bottom:1px solid #d2d2d2;	
	border-left:1px solid #d2d2d2;	
	border-right:1px solid #d2d2d2;			
	line-height:28px;	
	width:15em;
}
#nav2 li:hover, #nav2 li.hover {
    position: static;
}
#nav2 li ul ul {
	margin: -29px 0 0 15em;
}
#nav2 li:hover ul ul, #nav2 li.sfhover ul ul {
	left: -999em;
}
#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul {
	left: auto;
}
#nav2 li:hover ul ul, #nav2 li:hover ul ul ul, #nav2 li.sfhover ul ul, #nav2 li.sfhover ul ul ul {
	left: -999em;
}
#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul, #nav2 li li li.sfhover ul {
	left: auto;
} 
  
/* end edit menue by Patrick D. */  
    
/* start edit default.css by Patrick D.*/


#nav1 .current_page_item a, #nav1 li.current, #nav1 li a:focus, #nav1 li a:hover, #nav1 a:active {
    background-color: #939598;
    color: #ffffff;
}

#nav1 .current_page_item ul li a {
	background-color: #FFFFFF;
	color: #939598;
}

#nav1 .current_page_item ul li a:hover {
	background-color: #939598;
	color: #FFFFFF;
}

#nav ul  li.back {
	background-color: #939598;
	color: #FFFFFF;
}

#nav li a {
	color: #939598;
}
#nav2 {
	background-color: #ffffff;
	border-bottom:3px solid #ADA08D;
}
#nav2 li a:hover {
	background:#939598;
	color:#fff;
}


#archivebox {
	background-color: #eeeeee;
	border: 1px solid #dddddd;
}
#archivebox h4 em, #archivebox h2 em, #archivebox h3 em{
	color:#ADA08D;
}


#archivebox {
	margin-bottom:15px;
	padding:10px;
	color:#939598 !important;
}


#archivebox a, #archivebox h2 {
	color:#939598;
}

#footer a {
    color:#000; }
    
/* end edit default.css by Patrick D.*/

/* start main-column startseite */

.box .post h2 {
    padding: 10px 10px 0px 10px;
    }

.image_top2, .image_top3 {
    margin-bottom: 9px;
    margin-right: 7px;
    }

.home div.post p {
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px;
    font-size: 12px;
    line-height: 18px;
    }

/* end main-column startseite */

/* start edit weitere produkte */

.entry a .image_top1 {
    background-color: #eeeeee;
    border: 1px solid #dddddd;
    padding: 4px;
    }
    
/* end edit weitere produkte */    
    

/* start edit produkte */


.entry ul li {
    /*list-style: none;*/
    list-style-image: url(http://test.curtis-systems.de/wp-content/uploads/Pfeile_rechts_grey.gif)!important ;
    margin-left: 15px;
    padding: 3px 0;
}


ul li.schwarzer_pfeil {
    list-style-image: url(http://test.curtis-systems.de/wp-content/uploads/Pfeile_rechts_black.gif)!important ;
    margin-left: 30px;
    
}


/* end edit produkte */    



/* start edit sidebar */



.textwidget {
    width: 320px; /* früher 300px */
    height: auto; /* früher 310px */
    /*border: 1px solid #dddddd;
    padding: 9px; */
    padding-top: 0px !important; /* früher 15px */
    margin: 0 auto 0 auto;
    background-color: none; /* früher #eeeeee */
    }
    

    
.entry img {
    background-color: #eeeeee;
    border: 1px solid #DDDDDD;
    padding: 4px;
} 


.adspace-widget {
    background-color: #EEEEEE;
    border: 1px solid #DDDDDD;
    margin-bottom: 15px;
    padding: 9px;
    width: 300px;
    }

/* end edit sidebar */    

/* start edit innendienst */

.innen p {
    font-size: 12px;
    text-align: left;
    line-height: 18px;
    padding-left: 15px !important;
}

/* end edit innendienst */


/* start edit printbutton bzw. downloadbutton*/

.printbutton a {
    font-size: 9px;
    color: #ffffff !important;
    font-weight: bold;
    text-decoration: none;
    background-color: #939598;
    padding: 3px 6px !important;
    margin: 0px;
    /*border-radius*/
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    }


/* end edit printbutton */


body .textbild {
    widht: auto;
    }
    
    
.slideshowlink {
    width: 120px;
    font-size: 10px;
    color: #939598 !important;
    font-weight: bold;
    text-decoration: none;
    margin-left: 3px;
  
    }

    
table {
    margin-bottom: 18px;
    }    
   

td.oben {
    vertical-align: top;
    padding-bottom: 10px;
    }   
    
body {
  background-color: #939699;
}

.entry #download-page-featured ul li {
  list-style-image: none !important;
  list-style-type: none !important
}

/* start edit ihr curtis team */

.zweispalten {
    width: 595px;
    padding: 0 0 4px;
    margin: 0px 0px 22px 0px;
    }

.zweispalten img {
    float: right;
    margin-left: 15px;
    clear: both;
    }
    
.clearfloat {
    clear: right;   
    }
    
.entry ul li.blackarrow {
    list-style-image: url(http://test.curtis-systems.de/wp-content/uploads/Pfeile_rechts_black.gif)!important;
    }
    
/* end edit ihr curtis team */

/* start edit innen-und aussendienst */


.zweispalten2  {
    width: 595px;
    height: 200px;
    padding: 0;
    margin-bottom: 25px;
    clear: both;
    }

.zweispalten2 img {
    float: left;
    width: 171px;
    height: 200px;
    margin-right: 15px;
    clear: both;
    }

/* end edit innen-und aussendienst */
    
