@charset "utf-8";
/* svenstep.de */

body {
	border:				none;
	padding:			0px;
	margin:				0px;
	background-color:	#d8c39a;
	font-family: 		Arial, Helvetica, sans-serif;
	font-size: 			12px;
	color:				#706e6e;
}

div, p, img, form, input, textarea, select {
			margin: 0px;
			padding: 0px;
			font-family: Arial, Helvetica, sans-serif;
			font-size:12px;
		}

a,a:visited {
	color:				#812a05;
	text-decoration:	underline;
}
a:hover {
	color:				#3e1301;
	text-decoration:	underline;
}

input {
	border:1px solid #706e6e;
	color:#706e6e;
	background-color:#FFFFFF;
}
	input.submit {
		font-weight:bold;
	}
	.input_250 {
		width:250px;
	}
	.input_450 {
		width:250px;
		heigth:250px;
	}
	.input_60 {
		width:60px;
	}
	.input_180 {
		width:180px;
	}

/* Haupt Container mit BG */
div#haupt {
	width:				900px;
	height:				auto;
	position: 			absolute;
	left:				50%;
	margin-left:		-450px;
	margin-top:			0px;
	padding:			0px;
	top: 				0px;
	float:				left;
}
/** Navigation und Banner **/
div#container_oben {
	width: 				900px;
	height:				135px;
	background-color:	#812a05;
}
	div#logo {
		width:			256px;
		height:			135px;
		position: 		absolute;
		left:			0px;
		top:			0px;
	}
	div#sprach_auswahl {
		width:			220px;
		height:			20px;
		position:		absolute;
		left:			680px;
		top:			0px;
	}
	div#navi_container {
		width:				633px;
		height:				25px;
		background-color:	#3e1301;
		position: 			absolute;
		left:				256px;
		top:				105px;
		padding-top:		4px;
		padding-right:		11px;
	}
		div#navi_container div.item {
			float:right;
		}

div#banner {
	width:			900px;
	height:			139px;
	margin:			8px 0px 0px 0px;
}

/** Content **/
div#container_inhalt {
	width:				899px;
	height:				auto;
	background-color:	#e9e7d5;
	border:				1px solid #3e1301;
	margin: 			8px 0px 0px 0px;
	float:				left;
}
/** Spalte Links **/
	div#spalte_links {
		width:			256px;
		height:			auto;
		float:			left;
	}
		div#spalte_links img {
			margin:		12px 0px 0px 12px;
		}
	div#links_level2_container {
		width:				233px;
		height:				141px;
		background-image: 	url(/images/background/bg_box_links.jpg);
		background-repeat:	no-repeat;
		margin: 			12px 6px 12px 12px;
	}
		div#links_level2_container img {
			margin:			0px;
			padding:		0px;
		}
		
		div#links_level2_container img#button_tour {
			margin:			25px 10px 10px 10px;
			padding:		0px;
		}
		
		
	div#links_pfeile {
		width:		32px;
		height:		68px;
		float:		left;

	}
	div#links_level2 {
		width:		200px;
		heigt:		68px;
		float: 		right;
	}
		div#links_level2 p {
			margin:		0px 10px 3px 0px;
		}

/** Content Text **/
div#container_text {
	width:				631px;
	height:				auto;
	background-color:	#FFFFFF;
	background-image:	url(/images/background/bg_container_text.gif);
	background-position:bottom;
	background-repeat:	no-repeat;
	margin-top:			12px;
	float:				left;
}
	div#text {
		width:			611px;
		height:			auto;
		margin-top:		11px;
		padding-left:	11px;
		float:			left;
	}
		div#text p {
			margin:			5px 0px 5px 0px;

		}

/** Content Copyright **/
	div#copyright {
		width:				100%;
		padding:			20px 0px 5px 0px;
		height:				auto;
		font-size: 			10px;
		text-align:			center;
		clear:left;
	}
/** TEXT **/
h1 {
	font-family: 		Arial, Helvetica, sans-serif;
	font-size: 			12px;
	color: 				#812a05;
	font-weight: 		bold;
}
h2 {
	font-family: 		Arial, Helvetica, sans-serif;
	font-size: 			12px;
	color: 				#706e6e;
	font-weight: 		bold;
}

img, table, td {border:0;}
td {padding:3px;}
td.centered {
	text-align:center;
}
td.right {
	text-align:right;
	padding-right:10px;
}


.strong {
	font-weight:bold;
}

/* Bildergalerie */
div.fotoshow-list-item {
	float:left;
	margin:0px 11px 11px 0px;
}
div#fotos_gross {
	clear:left;
}

*/ Gstebuch */
table.gaestebuch td {
	background-color:2px solid #E9E7D5 !important;
}