/*--------------------------------------------------------------------- standard elements */
html {
font-family: "Tahoma", sans-serif;
font-size: 15px;
}

body{
	background: #9c997d url(../img/bg.jpg) repeat-y;
        background-position: center;
}

* {
margin: 0;
padding: 0;
}

a{
	color: Maroon;
	font-weight: bold;
	text-decoration: underline;
}

a:hover{
  	color: #CC071E;
	font-weight: bold;
	text-decoration: underline;
}

a:visited{
	color: #CC071E;
	font-weight: bold;
	text-decoration: underline;
}

/*--------------------------------------------------------------------- wrapper for content */
#Wrapper {
	position: absolute;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	background: url(../img/page_bg.gif) no-repeat;
background-position: 305px 170px;
}

/*--------------------------------------------------------------------- standard header */
#Header {
	float: left;
	height: 150px;
        width: 655px;
	background: url(../img/header.gif) no-repeat;
        border-bottom: 1px solid #fff;
}

#Image {
       float: left;
       width: 345px;
}

/*--------------------------------------------------------------------- add header */
#AddHeader {
	display: none;
}

/*--------------------------------------------------------------------- pagetitle */
#Pagetitle {
	position: absolute;
	top: 0;
	right: 0px;
	width: 50px;
	height: 150px;
	background: Silver;
        display: none;
}

/*--------------------------------------------------------------------- mainmenu */
#MainMenu {
        float: right;
	width: 150px;
}

#MainMenuBG {
        float: right;
	width: 150px;
        background: url(../img/menu_bg.gif);
}

.MainMenu-Item {
text-indent: 10px;
height: 25px;
line-height: 25px;
border-bottom: 1px solid #fff;
}

.MainMenu-Item a {
color: #fff;
font-family: "Arial", sans-serif;
font-size: 14px;
font-weight: bold;
text-decoration: none;
text-transform: uppercase;
margin-left: 20px;
}

/*--------------------------------------------------------------------- addmenu */
#AddMenu {
	float: right;
	width: 200px;
	background: green;
        display: none;
}

.AddMenu-Item {
	text-align: right;
}

/*--------------------------------------------------------------------- breadcrumb */
#Breadcrumb {
	float: left;
	left: 200px;
	height: 25px;
	width: 560px;
	background: Aqua;
        display: none;
}

/*--------------------------------------------------------------------- content */
#Content {
        float: left;
	width: 475px;
	background: none;
        color: #fff;
        font-size: 13px;
        margin: 25px 0 0 0;
}

/*--------------------------------------------------------------------- footer */
#Footer {
        clear: both;
	height: 28px;
        line-height: 28px;
        text-align: center;
        color: #fff;
        font-size: 10px;
}


#Content h1 {

	margin: 10px 0 0 0;
	font-family: Tahoma;
	margin-left: 10px;
	letter-spacing: 3px;
	font-size: 17px;
}

#Content h4 {
	margin-left: 10px;
	color: #CC071E;
	font-size: 14px;
}

#Content h5 {
	margin-left: 10px;
	font-size: 15px;
}

#Content p {
	margin: 0 0 10px 10px;
}



#Content img {
	margin: 0 0 0px 10px;
}


#captcha {
clear:both;
width:440px;
margin-left:10px;
padding-top:20px;
line-height:16px;
}

#captcha_left {
width:180px;
float:left;
}

#captcha_bottom {
clear:both;
font-size:14px;
}

#tx_pilmailform_pi1_captcha_response {
border: none;
background: #e2e2e2;
height: 20px;
width: 11em;
}

/*Antwortformular-------------------*/

.csc-form-fieldcell {
padding-left: 10px;
padding-bottom: 8px;
}

input {
background-color: #d0ccac;
	
}

select {
background-color: #d0ccac;	
}
