/* General styles for section Schwindhackl
 by datengarten.at */
 
a {
    color: #845434; 
    text-decoration: none;
} 
a:visited  {
    color: #845434; 
}
a:hover 
{
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6  
{
 color: #845434;
}


img 
{
		border: solid 1px #845434; 
}

iframe 
{
	border: solid 1px #845434; 
}
.form
{
	background-color: #ff9;
}
input.submit
{
    color: #845434; 
 	background-color: #ff9;
}

	
	
/* STYLES */

#container {
   margin:0 auto;
   width:955px; 
   text-align:left;
   }


/* FormStyles */
input.searchsubmit
{
	
	border-left: solid 0px #845434;
	border-top: solid 1px #845434;
	border-bottom: solid 1px #845434;
	border-right: solid 1px #845434;
	background-color: #FFFFFF;
	height:1.4em;

}
input.search
{
	border-left: solid 1px #845434;
	border-top: solid 1px #845434;
	border-bottom: solid 1px #845434;
	border-right: solid 0px #845434;
	width:140px;
	height:1.4em;
}	

/*  Logo styles */
#logo 
{
	border-top: solid 1px #845434;
	border-left: solid 1px #845434;
	border-right: solid 1px #845434;
/*	 background: url('../img/logo_swh.jpg') no-repeat; */
}

#topmenu li a {
  color: #845434; 
}
#topmenu a span {
  background: #845434;
}

/* Header styles */
#header 
{
	border-left: solid 1px #845434; 
	border-right: solid 1px #845434;  
	border-bottom:4px solid #845434;

}
#header ul li a {
	border-top:solid 1px #845434;
	border-left:solid 1px #845434;
	border-right:solid 1px #845434;
}
#header ul li a.active 
{
	color:#fff;
	background:#845434;
	border-top:solid 1px #845434;
	border-left:solid 1px #845434;
	border-right:solid 1px #845434;
}
#header ul li a:hover 
{
	color:#fff;
	background:#845434;
	border-top:solid 1px #845434;
	border-left:solid 1px #845434;
	border-right:solid 1px #845434;}

#header ul li a span 
{
  background: #845434;
}

	/* column container */
	.colmask {
		border-right:solid 1px #845434;
		border-left:solid 1px #845434;
		
	}
	/* holy grail 3 column settings */
	.holygrail {
	    background:#ff9;    	/* Right column background colour */
	    border-bottom:solid 1px #845434;
	}
    .holygrail .colleft {
        background:#ff9;    	/* Left column background colour */
    }
    
/* pic col */
.leftmenu {
    background:#ff9;
}