/* copyright agentur artprolog 2012 Ursula Bartels Juliane Berny */

body {	
	color: #504b45;
	font-size: 1em;
	line-height: 1.4em;
	font-family: 'Maven Pro', sans-serif;
}

/* TAGS */

p,
pre,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

img {
	border-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: normal;
	margin-bottom: 10px;
	color: #826648;
	font-size: 1.7em;
}

h3 {
	font-size: 1.3em;
}

h4,
h5,
h6 {
	font-size: 1.2em;
}

small {
	font-size: 0.9em;
}

/* LISTEN */


li {
	list-style-type: none;
	list-style-image: url("images/misc/liste.png");
}

/* LINKS */

a,
a:link,
a:visited,
a:hover,
a:active {
	color: #005592;
	text-decoration: none;
}

h1 a,
h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:active,
h2 a,
h2 a:link,
h2 a:visited,
h2 a:hover,
h2 a:active,
h3 a,
h3 a:link,
h3 a:visited,
h3 a:hover,
h3 a:active {
	color: #826648;
}

a.arrow_small,
a.arrow_big {
	display:block;
	color:#fff;
	height:37px;
	line-height:37px;
	font-size:1.1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	background-image: url("../images/arrow_small.jpg2");
	background-repeat: no-repeat;
	background-position: right top;
	text-shadow: #826648 1px 1px 1px;
}

a.arrow_big {
	height:50px;
	line-height:50px;
	font-size:1.6em;
	background-image: url("../images/arrow_big.jpg");
}

.arrow_small_box,
.arrow_big_box {
	margin-top:10px;
	height:37px;
	background-image: url("../images/arrow_small_bgrd.jpg");
	background-repeat: repeat-x;
	background-position: left top;
}

.arrow_big_box {
	height:50px;
	background-image: url("../images/arrow_big_bgrd.jpg");
}

/* KLASSEN */

.pb {
	font-weight: bold;
}

.clearer,
.separator,
.spacer5,
.spacer10,
.spacer20 {
	margin: 0;
	padding: 0;
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

.separator {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 6px;
	background-image: url("../images/separator.jpg");
	background-repeat: repeat-x;
	background-position: left top;
}

.spacer5 {
	height:5px;
}

.spacer10 {
	height:10px;
}

.spacer20 {
	height:20px;
}

.bold {
	font-weight: bold;
}

.kursiv {
	font-style:italic;
}

.grossbuchstaben {
	text-transform:uppercase
}

/* LOGO PRINT*/

#printbox {
	display: block;
	margin-bottom: 20px;
}

#logo_print,
#kontakt_print {
	text-align: left;
	width:50%;
	float: left;
	display:block
}

#logo_print {
	float: right;
}

/* AUSBLENDEN */
#containerbox2,
#topbox,
#headerbox,
#navigationbox,
#navigation-border-box,
#sliderbox,
#contentrechtsbox,
#footerbox-bgrd-stretcher {
	display:none;
}

/* FORMULAR */

form,
fieldset {
	margin:0;
	padding:0;
	width: auto;
	border-style: none;
	clear:both;
}

label {
	float:left;
	width: 190px;
	margin:0px;
	padding:0px;
}

input,
textarea,
select {
	color: #504b45;
	height:25px;
	line-height:25px;
	width: 280px;
	margin:0px;
	margin-bottom:5px;
	background-color: #fff;
	border: 1px solid #dcd3cb;
	font-size: 1em;
	font-family: 'Maven Pro', sans-serif;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	padding:0px 10px 0px 10px;
	outline:none;
}

input:focus,
select:focus,
textarea:focus {
	background-color: #ede9e6;
	border:1px solid #dcd3cb;
}

textarea {
	height:100px;
}

.submit,
.submit:hover,
.submit:active {
	width: 302px;
	color: #fff;
	background-color: #826648;
	border: 1px solid #5d452b;
	cursor:pointer;
	height:28px;
	-moz-box-shadow: inset 0 0 10px 0px #5f472f;
	-webkit-box-shadow: inset 0 0 10px 0px #5f472f;
	box-shadow: inset 0 0 10px 0px #5f472f;
}

.submit:hover {
	background-color: #fff;
	color:#826648;
	border: 1px solid #dcd3cb;
	-moz-box-shadow: inset 0 0 10px 0px #ede9e6;
	-webkit-box-shadow: inset 0 0 10px 0px #ede9e6;
	box-shadow: inset 0 0 10px 0px #ede9e6;
}

.submit:active {
	position:relative;
	top:1px;
}