/* CSS Document www.poncar.com*/

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	background-color: #E1D7C6;
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
}

#outercontainer {
	width: 902px;
	margin: auto;
	text-align: center;
}

#header {
	width: 902px;
	height: 155px;
}

#navigation {
	width: 902px;
	height: 20px;
	background-color: #D5CAB8;
}

.navigationbox {
	width: 692px;
	height: 20px;
	margin-left: 10px;
	float: left;
	text-align: left;
}

#subnavicontainer {
	width: 182px;
	float: left;
}

.subnavibox {
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#contentcontainer {
	width:720px;
	float: left;
	text-align: center;
}

.contentbox {
	width: 670px;
	/* height: 350px;*/
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

.contentbox_popup {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

.madebybox {
	margin-left: auto;
	margin-right: 10px;
	align: right;
}

.bild_links {
	margin-right: 10px;
}

/* Textdefinitionen */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}

.madebybox {
	font-size: 10px;
}

.seitentitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}

.ueberschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}

.textklein {
	font-size: 9px;
}

/* Linkdefinitionen */
a:link {
	color: #B00000;
	text-decoration: underline;
}

a:visited {
	color: #810202;
	text-decoration: underline;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

a:active {
	color: #FF0000;
	text-decoration: none;
}

/*Gästebuch*/
.gbzeile {
    font-size: 14px;
	font-weight: bold;
}

.gbtitelzeile {
    background-color: #D5CAB8;
	color: #ffffff;
}

.gbtitelzeile a:link, .gbtitelzeile a:visited, .gbtitelzeile a:active {
	text-decoration: underline;
	color: #ffffff;
}

.gbtitelzeile a:hover {
	text-decoration: none;
}

/* sonstige Definitionen */
.text_tabellentitel {
	background: #D5CAB8;
	font-weight:bold;
}

hr {
	color: #D5CAB8;
	width: 100%;
}

.hrdunkel {
	color: #000000;
	width: 100%;
}

.warenkorbschrittanzeige {
	border: 1px solid #CFCFCF;
}

.textmeldungfehler {
	border: 1px solid #B00000;
}

.textmeldung {
	border: 1px solid #D5CAB8;
}

.warenorb_klein {
	font-size: 12px;
	line-height: 14px;
}