/* Autor: Dirk Petscheleit --- www.roterblitz.de*/

/* undo: */
:link,:visited {
	text-decoration: none;
}

ul,ol {
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 1em;
}

ul,ol,dl,dt,dd,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}

a img,:link img,:visited img {
	border: none;
}

/* Generelle Formatierungen */
body {
	font: 77%/1.8em Geneva,Verdana,Arial, Helvetica, sans-serif;
	background: white url(../images/rechts.gif) top right repeat-y;
	line-height:1.5em;
	color: #828072;
	text-align:center;
	letter-spacing: .04em;
}

a:link {
	color: #f97f09;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover, a:active {
	color: #663300;
	text-decoration: none;
	
}

p, ul, ol {
	margin: 0 0 0.7em
	}
	
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
	font-family: arial,verdana,sans-serif;
	margin: 1.2em 0 .8em 0;
	}
	
h1 {
	font-size: 165%;
	margin-top:.2em;
	color:#f97f09;
	letter-spacing: .1em;
	margin: 0;

}
h2 {
	font-size: 105%;
	color:#6F6D4E;
	font-weight: bold;
	letter-spacing: 0.08em;
	margin: 0.3em 0 .8em 0;
}
h3 {
	font-size: 105%;
	color:#f97f09;
	font-weight: bold;
	letter-spacing: 0.08em;
	margin: 0;
}
h4 {font-size: 100%}
h5 {font-size: 100%}

/* Container */

#container {
	
}

#header {
	height: 200px;
	text-align: left;
}

#header img {
	margin-left: 40px;
}

#content {
	margin-right: 330px;
	text-align: left;
	margin-left: 200px;
}

#content ul {
	margin: 20px;
}

#content ul li {
	background: transparent url(../images/button-small-dg.jpg) 0 4px no-repeat;
	padding-left: 20px;
}

.ro {
	background:url(../images/runde-box-ro.gif) top right no-repeat;
	margin:0;
	padding:0;
}

.lo {
	background:url(../images/runde-box-lo.gif) top left no-repeat;
	margin:0;
	padding:0;
}

.ru {
	background:url(../images/runde-box-ru.gif) bottom right no-repeat;
	margin:0;
	padding:0;
}

.lu {
	background:url(../images/runde-box-lu.gif) bottom left no-repeat;
	margin:0;
	padding:0;
}

#navigation {
	width: 297px;
	height: 50px;
	position: absolute;
	right: 0;

	background: transparent url(../images/navi-top.gif) top right no-repeat;
}

#logo {
	position: absolute;
	width: 297px;
	right: 0;
	top: 20px;
	background-color: #EDEADA;
}

#logo p {
	margin: 0;
	text-align: left;
	font-size: 11px;
	line-height: 1.6em;
	margin-left: 52px;
	color: #66663d;
	letter-spacing: 1px;
	font: 90%/1.8em Geneva,Verdana,Arial, Helvetica, sans-serif;
}

#logo p.orange {
	color: #F97F09;
}

#left {
	position: absolute;
	left: 0;
	top: 220px;
	width: 200px;
}

#left img {
	margin-bottom: 20px;
}

#footer {
	clear: both;
	text-align: right;
	padding-right: 20px;
	margin-top:  10px;
}


/* Navigation */

#navigation ul {
	margin-top: 38px;
	padding-left: 50px;
	padding-bottom: 50px;
	background: transparent url(../images/navigation.gif) bottom right;
}

#navigation ul ul {
	margin: 0;
	padding: 0;
	background: transparent url(../images/navigation.gif) top right;
}

#navigation li {
	text-align: left;
}

#navigation li a {
	color: #828072;
	display: block;
	width: 180px;
	padding: 5px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 1px;
}
#navigation li a:hover {
	color: #F97F09;
	background-color: transparent;
}

#navigation ul ul {
	margin-left: 20px;
}
#navigation li li a {
	color: #828072;
	font-size: 0.9em;
	display: block;
	width: 160px;
	padding: 2px;
	text-transform: lowercase;
	font-weight: normal;
	text-decoration: none;
}
#navigation li a.active {
	color: #F97F09;
}

.important {
	color: #F97F09;
}

/* Kontaktformular */
fieldset {
	border: none;
}

label {
	width: 100px;
	float: left;
}

input, textarea {
	border: 1px solid #F7F5F0;
	background-color: #edeada;
	width: 300px;
}

input#mailformformtype_mail {
	border: 2px solid #ff6119;
	color: #ff6119;
	margin-left: 100px;
}

.csc-mailform-field {
	margin-bottom: 10px;
	
}

/* Farben */

.hell {
	color: #F7F5F0;
}

.orange {
	color: #f97f09;
}

.gruen {
	color: #6f6d4e;
}


p.hoverEi a:link span {
	display: none;
}

p.hoverEi a:visited span {
	display: none;
}

p.hoverEi a:hover span {
	display: block;
	position: absolute;
	top: 0px;

}

.csc-frame-frame1 {
font-weight: bold;
	padding: 10px;
}


