@CHARSET "UTF-8";

html,body {
	font-family: arial, sans-serif;
	font-size: 10pt;
	text-align: left;
	background: #ffffff;
	background-image: url(/img/core/bg.jpg);
	background-repeat: repeat-x;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

#page {
	border: 0px solid #666;
	color: #333;
	position: absolute;
	width: 980px;
	min-height: 500px;
	top: 10px;
	left: 50%;
	margin-left: -490px;
}

input,select,textarea {
	border: 0px;
	border-left: 5px solid #006699;
	border-bottom: 1px solid #006699;
	padding: 3px;
	margin-bottom: 10px;
}

label {
	padding: 6px;
}

fieldset {
	border: 0px;
}

#kontaktformular input {
	width: 330px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#image-box {
	padding-top: 20px;
	min-height: 225px;
	background: #fff;
}

#detail-panel {
	height: 20px;
	margin-top: 15px;
	background: #e3e3e3;
}

#detail-box{
	min-height: 30px;
	margin-top: 15px;
}

#galerie-box {
	float: left;
	width: 200px;
	margin: 5px;
	padding: 5px;
	min-height: 260px;
	border: 1px solid #006699;
	background: #fff;
}

#angebote-box {
	width: 200px;
	padding: 5px;
	min-height: 230px;
	border: 0px solid #006699;
	background: #fff;
	overflow: hidden;
}

textarea {
	padding-left: 3px;
	padding-top: 3px;
}

.navi_row {
	height: 40px;
	width: 190px;
	text-align: left;
	vertical-align: middle;
}

.navi_row p {
	padding-left: 20px;
}

.navi_checked {
	height: 40px;
	background: #f8bb49;
	width: 190px;
	text-align: left;
	vertical-align: middle;
}

.navi_checked p {
	padding-left: 20px;
}

h1 {
	border-left: 0px solid #006699;
	font-size: 16pt;
	font-weight: normal;
	/*color: #006699;*/
	color: #000;
	padding-left: 0px;
}

h2 {
	font-size: 10pt;
	font-weight: bold;
	color: #006699;
}

h3 {
	font-size: 14pt;
	font-weight: bold;
	color: #006699;
}

h4 {
	font-size: 14pt;
	font-weight: normal;
	color: #006699;
}

.ds_label {
	padding-bottom: 3px;
	padding-left: 5px;
	font-size: 8pt;
}

.ds_error {
	color: #cc9999;
}

.ds_form {
	color: #000000;
}

li {
	list-style-type: square;
	list-style-position: inside;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
	text-align: left;
	border: 0px solid #000;
}

a,a:link,a:active,a:visited,a:focus,a:hover {
	color: #006699;
	text-decoration: none;
	font-weight: normal;
	/*letter-spacing: 1px;*/
}

a:hover {
	color: #006699;
}