/* CSS Document */
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #09f;
	text-decoration: none;
}

body {
	background-color: #dce2e4;
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #000;
}

div {
	border: 0px solid black;
}

td {
	padding: 3px;
	border: 1px solid #ccc;
}

.noborder td {
	padding-left: 0px;
	padding-right: 5px;
	border:none;
}
.header {
	background-image: url(../img/header.jpg);
	background-color: #fff;
	background-repeat: no-repeat;
	width: 100%;
	height: 119px;
}

.warenkorb {
	position: absolute;
	background-image: url(../img/warenkorb.jpg);
	background-repeat: no-repeat;
	width: 95px;
	height: 16px;
	left: 163px;
	top: 99px;
	cursor: pointer;
}

.header_bild {
	background-image: url(../img/header_bild.jpg);
	background-repeat: no-repeat;
	width: 701px;
	height: 101px;
	margin: 9px 9px 0px 0px;
	float: right;
}

.menuwrap {
	width: 16%;
	min-height: 150px;
	padding: 10px;
}

.menu_languages, .menu_items, .menu_kat, .menu_admin, .suche {
	background-color: #fff;
	line-height: 20px;
	color: #103163;
	padding: 16px 5px 16px 10px;
	margin: 0px 20px 10px 0px;
}

.suche {
	background: url(../img/suche_bg.jpg) no-repeat;
	height: 50px;
	font-size: 10px;
}

.menu_languages {
    text-align: left;
}

.menu_kat {
	font-size: 14px;
	color: black;
	line-height: 24px;
}

.menu_admin {
	font-size: 10px;
	color: black;
	line-height: 20px;
}

.contwrap {
	position: absolute;
	background-color: #fff;
	width: 81%;
	min-height: 300px;
	left: 16%;
	top: 129px;
	padding: 1%;
}

.line {
	position: relative;
	width: 100%;
	height: 14px;
	margin: auto;
	border-top: 1px dotted #999;
}

#buch {
	width: 360px; 
	height: 540px;
	border: 1px solid #ccc;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 5px;
	overflow: hidden;
}

#buch_bild {
	width: 300px; 
	height: 260px;
	border: 0px solid red;
}

#suchfeld {
	width: 100px;
	height: 16px;
	border: 1px solid #333;
}

div.rahmen {
	width: 
	}

div.bk_details
{
    width:  80%;
    height: 602px;
    position: absolute;
    top: 20px;
    left: 100px;
    background-color: lightgrey;
    border: 1px solid #AAA;
    display: none;
    z-index: 50;
    cursor: default;
}
div.rahmen {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 940px;
	height: 702px;
	}

div#form_errors{
    border: 1px solid gray; 
	position:absolute; 
	top:300px; 
	left: 50%; 
	background-color: silver;
}

.no {
	border: 0px;
}