/* ########################## RESET ########################### */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none outside none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}:focus {
    outline: 0 none;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ########################## STYLE ########################### */
body {
    background-image: url("../gfx/back_leistungen.gif");
	background-repeat: repeat-x;
	background-color: #fff;
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

/* ### Boxen ### */
body > div {
    width: 100%;
}

#above_menu_wrapper {
    height: 76px;
    background: url("../gfx/above_menu_dropshadow.png") no-repeat scroll center bottom transparent;
}

#menubox_wrapper {
    height: 98px;
    background: url("../gfx/menubox_dropshadow.png") repeat-y center 0;
}

#header_wrapper {
    height: 305px;
    background: url("../gfx/header_dropshadow.png") repeat-y center 0;
}

#content_wrapper {
    min-height: 600px;
    background: url("../gfx/content_dropshadow.png") repeat-y center 0;
}

#footer_wrapper {
    height: 206px;
    background: url("../gfx/footer.png") repeat-y center 0;
}

#above_menu {
    width: 1000px;
    margin: 0 auto;
}

#menubox {
    width: 1000px;
    height: 98px;
    margin: 0 auto;
    background: url("../gfx/menubox_back.png") repeat-x;
}

#header {
    width: 1000px;
    height: 306px;
    margin: 0 auto;
}

#content {
    min-height: 600px;
    background: url("../gfx/content_back.png") repeat-x scroll 0 bottom #fbfbfb;
    width: 1000px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
	position: relative;
}

#footer {
    margin: 0 auto;
    width: 860px;
    padding: 36px 70px;
}

/* Logo */
#above_menu h1 a {
    background: url("../gfx/logo.png") repeat scroll 0 0 transparent;
    display: block;
    height: 138px;
    left: 800px;
    position: relative;
    text-indent: -9999px;
    top: 33px;
    width: 173px;
}

/*  ### Menu ### */
#menubox ul {
    margin: 0 0 0 62px;
}

#menubox ul li a {
}

#menubox ul li {
    height: 32px;
    padding: 56px 8px 8px;
    float: left;
    text-align: center;
}

.menu a {
    text-decoration: none;
    color: #9c9b9b;
    font-weight: bold;
	font-size: 16px;
}

.menu a.selected {
    color: #582582;
}

.menu a:hover {
    color: #582582;
}

ul#submenu {
    width: 100%;
    height: 38px;
    background: url("../gfx/submenu.png") no-repeat;
    margin: 0 0 8px;
    padding: 0 0 0 80px;
    line-height: 32px;
    font-weight: bold;
}

ul#submenu li {
    float: left;
    margin: 0 10px;
}

ul#submenu a {
	color: #f0f0f0;	
}

ul#submenu a:hover {
    color: #582582;
}

ul#submenu a.selected {
    color: #582582;
}

/*  ### Content ### */
#content {
    color: #686768;
    line-height: 1.2em;
}

#content a {
    text-decoration: none;
    color: #522777;
}

#content a:hover {
    color: #9a9a9a;
}

.text {
    padding: 20px 70px;
	padding-right: 170px;
	z-index: 10;
	min-height: 500px;
	line-height: 160%;
}

.onecol {
}

.twocol {
    padding: 40px 35px 70px 70px;
    float: left;
    width: 480px;
}

.secondcol {
    float: left;
    width: 285px;
    min-height: 400px;
   	background: url("../gfx/secondcol.png") no-repeat scroll;
    padding: 20px 70px 70px 30px;
	margin-top: 50px;
}

#content h1, #content h2 {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #8e2b86;
	margin: 0px;
	padding: 0px;
    font-family: Georgia, Times, serif;
}

	#content h2 {
		font-size: 12px;
		margin-bottom: 5px;
	}

div.linkimage {
    float: left;
    width: 185px;
    margin: 0 30px 40px 0;
    font-weight: bold;
	font-size: 0.9em;
}

div.linkimage img {
    margin-bottom: 20px;
    float: left;
}

#content_upright_flower {
    background: url("../gfx/content_upright_flower.png") no-repeat scroll right top transparent;
	padding: 10px 0;
}


input[type=text], textarea, select {
	border: 1px solid #642583;
	width: 440px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

select {
	width: auto;
}

textarea {
	height: 200px;	
}

td { 
	vertical-align: top;
	padding: 5px;
}

	td.title {
		font-weight: bold;	
		color: #582582;
		font-size: 1.2em;
		padding-top: 20px;
	}
	
	td.typtest_bild {
		padding-top: 50px;	
	}



#recaptcha_area {
	background-color: White;	
	border: 1px solid #642583;
}