/*
Author:   Simon Koch
version:  28 June 2006
*/

/* --- general */

html #siko {
	margin: 0px;
	padding: 0px;
}

body{
	background: url(../img/bg.gif) repeat left top;
	color: #454545;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

input, textarea{
	background-color: #FAFAFA;
	border: 1px solid #DFDFDF;

	font-family: "Courier New", sans-serif;
	font-size: 12px;
}

img{
	border: 0;
}

form {
	margin: 0;
}

.hidden {
	display: none;
}


.tab h3 {
	font-family: Georgia, Times, serif;
	font-size: 1.2em;
	color: #000000;
	margin: 0;
	padding: 0;
	line-height: 40px;
}

h3 {
	font-size: 12px;
}

h3 span {
	color: #7E5100;
	font-family: Georgia, Times, serif;
	font-size: 16px;
}


a{
	color: #7E5600;
	text-decoration: underline;
}

a.image
{
    text-decoration: none;
}

.tab a{
	color: #7E5600;
	font-weight: bold;
	text-decoration: none;
}

.c_right{
	float: right;
	padding-top: 20px;
}


#content a:hover, #content a:visited:hover{
	text-decoration:none;
}

#content a img{
	text-decoration:none;
}

#siko {
	text-align: center;
	overflow: visible;
	height: 100%;
}

#parent {
	width: 790px;
	background: url(../img/vert_bg.gif) repeat-y left top;
	overflow: visible;
	margin: auto;
}

#main{
	margin: auto;
	text-align: left;
	width: 790px;
	background: url(../img/top_bg.gif) no-repeat left top;
}

#head{
	width: 750px;
	margin-left: 20px;
	background: url(../img/head_bg.jpg) no-repeat left top;
}

#logo {
	margin-left: 10px;
}

#navi{
	width: 728px;
	height: 102px;
	margin: 6px 0 0 11px;
}

#content{
	width: 728px;
	margin-left: 20px;
	padding: 6px 11px 15px 11px;
	background-color: #FFFFFF;
}

#title {
	width: 727px;
	height: 40px;
}

#zitat{
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	overflow: hidden;
	text-decoration: none;
	padding-top: 12px;
}

#zitat a{
	color: #666666;
	text-decoration: underline;
}

#title span {
	display: none;
}

#footer{
	width: 728px;
	margin-left: 20px;
	padding: 13px 11px 14px 11px;
	border-top:1px solid #D3D3D3;
	font-size: 0.7em;
	text-align: center;
}

#footer a{
	color: #454545;
	text-decoration: none;
}

#footer a:hover, #footer a:visited:hover{
	text-decoration:underline;
}

#foot {
        width: 790px;
        height: 16px;
        background: url(../img/foot.gif) no-repeat left top;
        padding: 0;
        margin: auto;
}

/* NAVI */

#navi_sub {
	padding-top: 79px;
}

#navi_sub span {
	display: none;
}

#navi ul {
	margin: 0px;
	padding: 0 0 0 6px;
	white-space: nowrap;
}

#navi ul li {
	width: 98px;
	height: 23px;
	background: no-repeat left top;
	float: left;
	margin-right: 0px;
	padding: 0px;
	list-style: none;
}

#navi ul a {
	float:left;
	height:23px;
	margin:0;
	padding:0px;
	text-decoration:none;
	white-space:nowrap;
	width: 98px;
}

#navi ul a:hover {
	width: 98px;
	background: no-repeat left top;
}

#navi #start {background-image: url(../img/navi_start.gif)}
#navi #start a:hover, #navi #startactive {background-image: url(../img/navi_start_1.gif)}

#navi #ueber {background-image: url(../img/navi_ueber.gif)}
#navi #ueber a:hover, #navi #ueberactive {background-image: url(../img/navi_ueber_1.gif)}

#navi #sortiment  {background-image: url(../img/navi_sortiment.gif)}
#navi #sortiment a:hover, #navi #sortimentactive {background-image: url(../img/navi_sortiment_1.gif)}

#navi #aktuelles {background-image: url(../img/navi_aktuelles.gif)}
#navi #aktuelles a:hover, #navi #aktuellesactive {background-image: url(../img/navi_aktuelles_1.gif)}

#navi #kontakt {background-image: url(../img/navi_kontakt.gif)}
#navi #kontakt a:hover, #navi #kontaktactive {background-image: url(../img/navi_kontakt_1.gif)}


.tab {
	width: 292px;
	background: url(../img/tab_bg.gif) repeat-y left top;
}

.tabhead{
	height: 41px;
	background: url(../img/tab_head.gif) no-repeat left top;
	padding-left: 15px;
}

.tabcontent {
	background: url(../img/tab_shadow.gif) no-repeat left top;
	padding: 15px;
}

.tabfooter{
	height: 8px;
	background: url(../img/tab_foot.gif) no-repeat left bottom;
}