@charset "utf-8";
/* CSS Document */

body#thebody
{
     background:url(/fileadmin/templates/buchli/html/img/balken.jpg) #004D91 repeat-x;
}		



/* LINKS ---------------------------------------------------------- */
a, a:link, a:visited
{ 
   color: #124D91;
}



/* ÜBERSCHRIFTEN ---------------------------------------------------------- */

h1, h3
{
	color: #124D91;
	background: url(/fileadmin/templates/buchli/html/img/kreuz_blue.gif) no-repeat left;
	padding-left: 15px;			
}

a:hover, a:active, a:focus
{
   color: #000000; 
}

/* HINTERGRUND ---------------------------------------------------------- */
#mainframe
{	
	background:url(/fileadmin/templates/buchli/html/img/background.jpg) repeat-y ;	
}


#logo
{
	background:url(/fileadmin/templates/buchli/html/img/background_logo.jpg) no-repeat;
	height:42px;
}

#balken
{
	background:url(/fileadmin/templates/buchli/html/img/balken_bild.jpg) no-repeat;
}

/* NAVIGATION ---------------------------------------------------------- */
#navTop
{
	color: #004D91;
}

#secondnavi a:hover
{
     color:#004D91; 
}


 #secondnavi .cur a, #secondnavi .activ a
{
     color:#004D91; 
	 background: url(/fileadmin/templates/buchli/html/img/kreuz_blue.gif) no-repeat left;
	 padding-left: 15px;
}


/* FOOTER ---------------------------------------------------------- */

#footer
{
	background:url(/fileadmin/templates/buchli/html/img/footer.jpg) repeat-x;
}

/***************************EINZELNE FORMULARELEMENTE**********************************************/
select, input, textarea{
	border:1px solid #124D91;
}

.tx_mailform_submit{
padding:1px;
}

* +html .tx_mailform_submit, *html .tx_mailform_submit{
padding:2px 0 0 0;
}