body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    background-color: #968b91;
    margin: 0px;
    padding: 0px;
    overflow: auto;
}

a:link, a:visited {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
}

a:hover {
    text-decoration: none;
    font-weight: normal;
}

a:active {
    text-decoration: none;
    font-weight: bold;
}

img {
    border: none;
    margin-right: 5px;
}

br.clear {
    clear: both;
}

h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    padding-bottom: 10px;
}

h2  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #772a48;
}

h3  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #772a48;
}

iframe {
	position: relative;
	z-index: 0;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}



/******* Grundsätzlicher Seitenaufbau *********/


#pagecontainer {
    width: 1200px;
    margin-top: 0px;
    margin-left: 30px;
    overflow: visible;
    position: relative;
}


#banner {
    position: fixed;
    top: 0px;
    height: 857px;
    background-color: #ffffff;
    left: 1428px;
}

div.logoleiste {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 10;
}

div.logoleiste img {
	margin-right: 0px;
}


div.header {
    background-color: #9a335b;
    margin-bottom: 0px;
    margin-top: 0px;
    height: 160px;
    position: relative;
    z-index: 1;
}



div.header div.logo {
    position: absolute;
    top: 10px;
    left: 15px;
    z-index: 20;
}

div.language {
	position: absolute;
	width: 90px;
	top: 17px;
	right: 34px;
	z-index: 20;
}

div.header div.menue {
    float: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #ffffff;
    position: absolute;
    top: 135px;
    right: 42px;
    z-index: 20;
}

div.line {
    width: 1200px;
    color: #ffffff;
    height: 7px;
    background-color: #c5c5c7;
    clear: both;
}


div.page {
    position: relative;
    background-color: #ffffff;
    padding: 0px 0 30px 0;
    overflow: auto;
    z-index: 0;
}



/******* Inhaltsspalte Mitte *********/

div.contentstart {
    float: left;
    width: 955px;
    margin: 30px 0 0 20px;
}

div.content {
    float: left;
    width: 880px;
    height: 600px;
    margin: 30px 0 0 100px;
}


div.content div.einleitung {
	position: absolute;
	top: 30px;
	width: 650px;
	right: 50px;
}

div.beispielinfo {
	float: left;
}

div.beispielinfo div.bild img{
	float: left;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-right: 60px;
}

div.beispielinfo div.text {
    float: left;
    width: 233px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    margin-bottom: 20px;
}

div.content a {
	font-weight: bold;
	color: #9a335b;
}

div.content table td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

/******* Formulare ***********/

div.content form {
	width: 500px;
	margin-top: 15px;
}

div.content form div.zeile {
	clear: both;
	margin-bottom: 6px;
	overflow: auto;
}

div.content form div.label {
	float: left;
	width: 92px;
}

div.content form div.input {
	float: left;
}

input.checkbox {
	position: relative;
	top: 3px;
}

input.text, textarea {
	border: 1px solid #4b4b4d;
	color: #4b4b4d;
	font-size: 12px;
	width: 470px;

}

input.text {
	width: 380px;

}

input.text.medium {
	width: 380px;

}

input.text.klein {
	width: 54px;

}

input.button {
	border: 1px solid #9a335b;
	color: #ffffff;
	font-size: 12px;
	padding: 2px;
	margin-right: 30px;
	margin-top:35px;
	background-color: #9a335b;
}

/******* Navigation unten ************/

div.footer {
    width: 1200px;
    color: #ffffff;
    height: 30px;
    background-color: #c5c5c7;
    clear: both;
}

div.footer div.navi {
    margin-left: 11px;
    padding-top: 8px;
    float: left;
}

div.footer div.copyright {
    margin-left: 825px;
    padding-top: 10px;
}

span.hochgestellt {
    font-size: 10px;
    position: relative;
    bottom: 6px;
}

ul {
    list-style-type: square;
    list-style-position: outside;
    margin-left: -15px;
}

/****** Bilder-Galerie Referenzen ********/
#myGallery {
    width: 600px !important;
    height: 380px !important;
    position: absolute;
    top: 365px;
    left: 400px;
    z-index: 10;
} 

div.but_close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 15;
    cursor: pointer;
}
