/* CSS Document */

#wrap {
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 20px;
	height: 100%;
	width: 811px;
	background:url('images/shadow_repeat.png');
	background-position: top right;
	background-repeat:repeat-y;
	background-color:#FFFFFF;
}

#header {
	float:none;
	margin:0;
	height: 174px;
	width: 100%;
	background:url('images/header.jpg') no-repeat;
}

#shadowtop {
	margin:0;
	height:11px;
	width:100%;
	background:url('images/shadow_top_left_corner.png') no-repeat;
	background-position:right;
}

#logo {
	margin:0;
	margin-left: 9px;
	height:133px;
	background:url('images/header_name.png') left bottom no-repeat;
}

#navigation {
	float:left;
	height:100%;
	width:190px;
	overflow:hidden;
}

#footer {
	width:100%;
}

#shadowfooter{
width:100%;
height:11px;
min-height:11px;
background: url(images/shadow_footer.png) bottom no-repeat;
}

#rechteSeite {
	float:left;
	height:100%;
	width:190px;
	overflow:hidden;
}

#linkeSeite {
	width:606px;
	height:100%;
	margin:0;
	padding-left: 4px;
	margin-left:190px;
	background-color:#e6ff7f;
}

#content {
	width:586px;
	height:100%;
	margin:0;
	padding: 12px;
	padding-top: 12px;
	margin-left:190px;
	background-color:#e6ff7f;
	min-height:150px;
}

div#rechteSeite h1 {
	font-size: 1.2em;
	font-weight:bold;
	padding:10px;
	margin:0;
	text-align:right;
}

div#linkeSeite p {
	padding: 0;
	padding-left: 12px;
	margin:0;
	font-size: 0.8em;
	vertical-align: baseline;
}

img {
	border:hidden;
}

img.content {
	float:right;
	margin:15px;
}

div#content h1 {
	color:#957522;
	margin:0;
	margin-bottom: 0.5em;
	margin-top: 1em;
	padding:0;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration:none;
}

div#content h2 {
	color:#333333;
	margin:0;
	margin-bottom: 1em;
	margin-top: 1em;
	padding:0;
	font-size: 1.1em;
	font-weight:bold;
	text-decoration:none;
}

div#content p {
	padding: 0;
	margin: 0;
	margin-bottom: 0.5em;
	margin-top: 1em;
	font-size: 1em;
}

div#content table {
	width: 95%;
	border-collapse: collapse;
}

div#content td.description {
	border:0;
	width: 75%;
	padding-right: 12px;
	border-color: #999999;
	border-right: 1px;
	border-right-style: solid;
	vertical-align: top;
	text-align:justify;
}

div#content td.price {
	border:0;
	width: 25%;
	vertical-align: center;
	text-align: center;
}

body {
	background-color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;	
	font-size: 0.8em;
}


a {
	color:#666666;
	text-decoration:none;
	font-size: 1em;
}

