html, body, span, img, form, input, textarea, div, fieldset, h1, h2, h3, ul, li {
	margin: 0;
	padding: 0;
	font-family: Verdana, Sans-serif;
	font-size: 11px;
	border: 0;
	color: #7A8284;
	text-align: left;
}

body {
	background: url(img/bg_main.jpg) top left repeat-x #c3c7ca;
}

/******************************** DIVS ********************************/

#all {
	text-align: left;
	margin: 0 0 0 40px;
	width: 800px;
}

#head {
	margin: 45px 0 25px 0;
	width: 780px;
	height: 110px;
	background: url(img/deko.gif) top right no-repeat;
}

#logo {
	background: url(img/logo.gif) no-repeat;
	width: 350px;
	height: 28px;
}

#navi {
	width: 350px;
	margin: 45px 0 0 0;	
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #005BAA;
}

#content {
	margin: 0 0 0 160px;
}

#img {
	background: url(img/img_start.jpg) no-repeat;
	width: 191px;
	height: 252px;
	float: left;
}

#text {
	float: left;
	width: 420px;
	margin: 0 0 30px 0;
	padding: 85px 0px 10px 15px;
	background-color: #fff;
	border-bottom: 5px solid #005BAA;
}

/* boxmodel hack fuer ie 5.x und konsorten */
#text {
	\width: 430px; 
	w\idth: 420px;
}

#text p {
	padding: 0 15px 0 0;
}

#text p.start {
	padding: 0 0 0 0;
}

#footer {
	letter-spacing: 2px;
        text-align: center;
}

/******************************** TEXTFORMATE **************************/

h2 {
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 15px;
	color: #005BAA;
}

p {
	padding: 0;
	margin: 10px 0 30px 10px;
	line-height: 18px;
}

/******************************** LINKS *********************************/

a:link, a:visited, a:hover, a:active {
	text-decoration: underline;
	color: #7A8284;
}

/******************************** LINKS NAVI*****************************/

#navi a:link, #navi a:visited, #navi a:hover, #navi a:active,
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	text-decoration: none;
	color: #7A8284;
}

#navi a:hover, #navi a:link.sel, #navi a:visited.sel, #navi a:hover.sel, #navi a:active.sel,
#footer a:hover, #footer a:link.sel, #footer a:visited.sel, #footer a:hover.sel, #footer a:active.sel {
	text-decoration: underline;
	color: #005BAA;
}



/******************************** Klassen ********************************/

.hidden {
	display: none;
}

.clearit {
	clear: both;
}

/******************************** INPUTS ********************************/

#contactform {
   margin-bottom: 20px;
   margin-left: 10px;
   margin-top: 10px;
}

#contactform input {
   margin-top:    3px;
   margin-bottom: 10px;
}

#contactform textarea, #contactform input.text {
   padding: 2px;
   width: 380px;
   margin-top:    3px;
   margin-bottom: 10px;
}

#contactform input.submit {
   background-color: #005BAA;
   color: white;
   padding: 3px;
}

input, textarea {
	border: 1px solid #7A8284;
}

/******************************** TABELLEN *********************************/


/******************************** LISTEN *********************************/

ul {
	margin: 10px 15px 30px 26px;
}

li {
	line-height: 18px;
}

