/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License

Alte Farben:
Orange:			#F08F02

Farbendeklaration:
HG-Schwarz:		#1a171b
HG-Gelb: 		#fffbdb
Schrift-Blau:	#313C56
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fffbdb url(../images/img01.gif) no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #1a171b;
}

h1, h2, h3 {
	color: #313C56;
}

h1 {
}

h2 {
	margin-bottom: 1em;
	text-transform: uppercase;
	font-size: 1.2em;
}

h3 {
	margin-bottom: 1.5em;
	text-transform: uppercase;
	font-size: .8em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
}

p {
}

blockquote {
	margin-left: 2em;
	padding-left: 1em;
	border-left: 2px solid #313C56;
	font-style: italic;
}

ul, ol {
	margin-left: 3em;
}

ul {
}

ul li {
}

ol {
}

ol li {
}

pre, code {
}

pre {
}

code {
}

a:link {
	color: #313C56
}

a:hover {
	text-decoration: none
}

a:visited {
	color: #313C56
}

img {
	border: 0 solid black
}

.image-left {
	float: left;
	margin-right: 1em;
	margin-bottom: 0.7em
}

.image-right {
	float: right;
	margin-left: 2em; /* Abstand links vom Foto bis zum Text */
	margin-bottom: 0.7em
}

.absatzcontainer-right {
	float: right;
	margin-left: 2em; /* Abstand links vom Foto bis zum Text */
	width:99%;
	border-bottom:1px solid gray;
	padding-bottom:20px
}

input, textarea, select {
}

input {
}

textarea {
}

select {
}

/* Header */

#header {
	height: 230px;
	padding: 0 0 0 330px;
	background: url(../images/img02.jpg) no-repeat;
}

/* Logo */

#logo {
	height: 230px;
	padding: 0 25px 0 210px;
	background: url(../images/img03.jpg) no-repeat;
	text-transform: lowercase;
	text-align:center;
}

#logo h1 {
	float: left;
	letter-spacing: -.1em;
	font-style: italic;
	font-size: 3em;
}

#logo h1 a {
	color: #313C56;
}

#logo h2 {
	float: left;
	letter-spacing: -.05em;
	font-style: italic;
	font-size: 1em;
}

#logo a {
	text-decoration: none;
}

/* Wrapper */

#wrapper {
	margin-right: 20px; /* Abstand vom rechten Rand des Browsers */
	background: url(../images/img05.jpg) repeat-y 280px 0;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 280px;
}

/* Content */

#content {
	margin-left: 280px;
	padding: 30px;
}

/* Menu */

#menu {
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	height: 45px;
	padding: 16px 0 0 30px;
	background: url(../images/img04.gif) repeat-x;
	text-decoration: none;
	font-size: 1.4em;
	font-style: italic;
	color: #6E6E6E;
}

#menu a:hover {
	color: #313C56;
	text-decoration:underline;
}

/* Testimonial */

#testimonial {
	padding: 30px;
}

#testimonial blockquote {
	margin-left: 0;
}

/* Welcome */

#welcome {
}

/* Footer */

#footer {
	padding: 60px 30px;
	background-color: #313C56;
/*	background: url(../images/img06.gif);*/
	color: #fffbdb;
	border-top: 1px solid gray	
}

#footer hr {
	display: none;
}

#footer p {
	margin: 0;
	font-size: .8em;
}

#footer a {
	color: #fffbdb
}

