/* CSS Document */

html {
	margin:0;
	padding:0;
	height: 101%;
}

body {
	background-color:#CBCBCB;
	color:#9C0000;	
	display: block;
	font-size: 0.9em;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 1.4em;
}



img {
	border: 0px;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 1.8em;
	font-weight: bold;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 1.5em;
	font-weight: bold;
}

#wrap {
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 100%;
	width: 90%;
	min-width: 510px;
}

#kktopbar {
	background-image: url(Images/headerbackground.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	width: 100%;
	height: 123px;
	margin: 0;
}

#kkmain {
	height: 100%;
	width: 100%;
	margin: 0;
	display: block;
	float: none;
}


#kksidenavigation {
	height: 100%;
	width: 155px;
	margin: 0px;
	margin-left: 2px;
	padding: 0px;
	border: 0px;
	float: left;
	border-right-width: 3px;
	border-right-style: solid;
	padding-left: 7px;
	border-color: #E3E3E3;
	border-left-style: solid;
	border-left-width: 7px;
}

a {
	text-decoration: none;
	color:#333333;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

#kkcontent {
	margin: 0 0 0 172px;
	padding: 0 0 0 7px;
}


#kkfooter
{
	margin: 0 auto;
	font-size: 0.7em;
	text-align: center;
}

span.title{
	margin-bottom: 0.5em;
	display:block;
	font-size: 1.7em;
	font-weight: bold;
    border-style: none;
}

input.margin
{
	margin: 10px;
}

.imagebox
{
	min-height: 250px;
    background:transparent;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-width: 0px;
    border-right-width: 2px;
}

span.neuheit
{
	color:#FF0000;
	font-weight: bold;
}

a.anfrage {
	width: 137px;
	height: 27px;
	display:block;
	overflow:hidden;
	background-image: url(Images/preisaufanfrage.png);
	text-decoration: none;
	text-indent:-1000px;
}

a.anfrage:hover {
	width: 137px;
	height: 27px;
	display:block;
	overflow:hidden;
	color:#FF0000;
	background-image: url(Images/preisaufanfrage_hover.png);
	text-decoration:none;
	text-indent:-1000px;
}

img.thumb {
border: 1px solid;
border-width: 1px;
border-color: #FFFFFF;
}

img.thumb:hover {
border: 1px solid;
border-width: 1px;
border-color: #9c0000;
}

hr {
	margin-left: 50px;
	margin-right: 50px;
	margin-top:10px;
	margin-bottom:10px; 
	color: #780000;
	background-color:#780000;
	height: 1px;
	border:0;
	text-align: center;
}