
/* ### breadcrump ############################################################ */

p#breadcrumb {
font-size: 1em;
color: #90B0BF;
margin-bottom: 30px;
}


/* ### headlines ############################################################ */

h1 {
	color:#000;
	font-size:1.4em;
	font-weight:normal;
	line-height:1.8em;
	text-transform: uppercase;
}

h2 {
	color:#000;
	font-size:1.2em;
	font-weight:normal;
	line-height:1.6em;
}

h3 {
	color:#000;
	font-size:1.1em;
	font-weight:normal;
	line-height:1.4em;
}

h4 {
	color:#000;
	font-size:1.1em;
	font-weight:normal;
	line-height:1.2em;
}

h5 {
	color:#000;
	font-size:1.0em;
	font-weight:normal;
	line-height:1.0em;
}

h6 {
	color:#000;
	font-size:0.9em;
	font-weight:normal;
	line-height:1.0em;
}


/* ### Images ############################################################ */

#image {
	float:right;
	margin:20px 0px 5px 10px;
}


/* ### Hyperlinks ######################################################### */

a, 
a:link,
a:visited{
	color:#000;
	text-decoration:underline;
}

a:hover {
	color:#000;
	text-decoration:underline;
}


/* ### Paragraphs ########################################################## */

p {
	margin-bottom:1.2em;
	font-size:0.9em;
	line-height:1.2em;
}



/* ### Tables ############################################################## */

table {
}

td {
	padding:0 2px 0 2px;
	font-size:0.9em;
	min-width:80px;
}

td li {
	list-style:none;
}


/* ### Blockquotes ########################################################## */

blockquote {
	margin:0 0 0 20px;
}


/* ### Lists ################################################################ */

ul, ol {
	margin-bottom:0px;
	font-size:1em;
	line-height:1.2m;
}

ol li {
	margin:0 0 0 30px;
	list-style-type:decimal-leading-zero;
} 
ul li {
	margin:0 0 0 20px;
	padding:0px;
	list-style-type: circle;
}

/* ### txt-img ### */

div.txt-img {
	padding: 0;
}

/* ### Bildgalerie ### */

div.galerie {
	clear: both;
}
div.galerie div.image {
	float: left;
	width: 270px;
}

div.galerie div.image img{
	padding: 5px;
	border:1px solid #aaa;
}


/* ### Formular ################################################################ */

label.text{
	width: 80px;
	height: 25px;
	display:block;
	float:left;
	clear: left;
	padding-top:5px;
}

label.textarea{
	width: 80px;
	height: 25px;
	display:block;
	clear: left;
	padding-top:5px;
}
input.text {
	float:left;
	width: 370px;
	height:20px;
	background-color: #eee;
	color:#000;
	border-left: 6px solid #90b0bf;;
	border-bottom: 1px solid #FFF;
	border-right: 6px solid #90b0bf;;
	border-top: 1px solid #FFF;
}

textarea.textarea {
	width: 450px;
	height:100px;
	background-color: #eee;
	color:#000;
	border-left: 6px solid #90b0bf;;
	border-bottom: 1px solid #FFF;
	border-right: 6px solid #90b0bf;;
	border-top: 1px solid #FFF;
}

.submit{
	background-color: #90b0bf;
	color:#fff;
	margin-top: 10px;
	border: none;
}
