/* ALLGEMEINE STYLES */
*  {
	padding: 0;
	margin: 0;
}

body {
	text-align: center;
	background: url("../images/bg_blue.jpg") top center; 
	font: normal 10pt Tahoma;
}

p {
	margin-bottom: 20px;
}

#wrapper {
	width: 734px;
	height: 630px;
	/* background: #C0C0C0 none repeat scroll; */
	background: #ffffff none repeat scroll;
	margin: 0 auto;
	text-align: left;	
}


/* HEADER STYLES */
#header {
	height: 100px;
	border-bottom-color: #997788;
	border-bottom-style: solid;
	border-bottom-width: 8px;
	/* background-color: #d0d0d0; */
	background-color: #ffffff;
}

#header .heading {
	padding: 10pt 10px 10pt 10px;
	font-family: Tahoma, Trebuchet MS, Arial, sans-serif;
	font-size: 17pt;
	font-weight: normal;
	color: #6f6f6f;
	text-decoration: none;
	text-align: left;
}

/* MAIN CONTENT STYLES */
#content {
	height: 374px;
	display: block;
	margin: 0pt 0px 0pt 10px;
	overflow: auto;	
	border-bottom: 1px solid #885577;
	border-top: 1px solid #885577;
}

#cms {
	height: 473px;
	display: block;
	margin: 0pt 0px 0pt 10px;
	overflow: auto;	
	border-bottom: 1px solid #885577;
}

.bildvorschau {
	margin: 10px 0px 5px 0px;
}


/* ANGEBOTE STYLES */
#angebote {
	padding-bottom: 10px;
	margin: 0px 30px 0px 20px;
	font-family: Tahoma, Trebuchet MS, Arial, sans-serif;
}

#angebot {
	clear: left;
	border-left: 1px solid #885577;
	border-right: 1px solid #885577;
	border-bottom: 1px solid #885577;
}

#angebotheader {
	clear: left;
	padding: 5px 0px 5px 15px;
	background-color: #d3d3d3;
	color: #000000;
}

#angebottitel {
	float: left;
	padding: 5px 0px 5px 15px;
	font-weight: bold;
}

#angebotpreis {
	float: right;
	padding: 5px 20px 0px 0px;
}

#angebotbeschreibung {
	clear: left;
	padding: 0px 0px 5px 15px;
	font-weight: normal;
}

#angebote .rowodd  {
	color: #000000;
	/* background-color: #e3e3e3; */
	background-color: #fafafa;
}

#angebote .roweven  {
	color: #3f3f3f;
	/* background-color: #ececec; */ 
	background-color: #f3f3f3; 
}


#angebote .firstrow  {
	border-top: 1px solid #885577;
}


#angebote .inaktiv  {
	background-color: #a9a9a9;
	color: #e0e0e0;
}

/* ANGEBOTDETAILS STYLES */
#angebotbilder {
	float: right;
	padding: 0px 20px 0px 0px;
}

#bild {
	padding: 0;
	margin: 20px 0px 0px 0px;
	background-color: #885577;
	border: 2px solid #885577;
}

#bildbeschreibung {
	color: white;
	background-color: #885577;
	width: 150px;
	border: 2px solid #885577;
	font-size: 8pt;
	font-weight: bold;
	padding: 0;
	margin-bottom: 5px;
}

/* TEXT STYLES */
.heading {
	padding: 10pt 10px 10px 0px;
	font-family: Tahoma, Trebuchet MS, Arial, sans-serif;
	font-size: 15pt;
	font-weight: normal;
	color: #885577;
	text-decoration: none;
	text-align: left;
}

.text {
	width: 500px;
	float: left;
	padding: 5px 10px 10pt 0px;
	font-family: Tahoma, Trebuchet MS, Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #3f3f3f;
	text-decoration: none;
	text-align: left;
}

.aktiv {
	color: #00aa00;
	font-weight: bold;
}

/* LINK STYLES */
#buttons {
	clear: left;
	padding: 20px 0px 0px 0px;
}

#buttons .zurueck {
	padding-left: 10px;
	background: url(../images/arrowleft_link.gif) no-repeat left;
}

#buttons .weiter {
	padding-right: 10px;
	background: url(../images/arrowright_link.gif) no-repeat right;
}

#buttons .rechts {
	float: right;
}

.link {
	text-decoration: none;
	font-weight: bold;
	color: #885577;
}

#angebottitel .link {
	text-decoration: none;
	font-weight: bold;
	color: #3f3f3f;
}


/* FOOTER STYLES */
#footer {
	width: 100%;
	margin-top: 7px;
	border-top-color: #7f7f7f;
	border-top-style: solid;
	border-top-width: 15px;
	padding-left: 1px;
}

.footerbild {
	margin: 0;
	padding: 2px 1px 1px 1px;
	float: left;
}


/* FORMULAR STYLES */
#formular {
	clear: left;
	margin: 0px 20px 0px 0px;
}

#formular .label {
	width: 120px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #885577;		
}

#formular .input {
	margin: 0px 0px 10px 0px;
}

#formular .input select {
	width: 160px;
	background-color: #e0e0e0;
	color: #3f3f3f;
}

#formular .input textarea {
	width: 550px;
	background-color: #e0e0e0;
	color: #3f3f3f;
}

#formular .input .textarea_kurz {
	height: 50px;
}

#formular .input .textarea_lang {
	height: 210px;
}

#formular .input input {
	width: 550px;
	background-color: #e0e0e0;
	color: #3f3f3f;
}

#formular .input .login {
	width: 150px;
	background-color: #e0e0e0;
	color: #3f3f3f;
}

