/* Farbschema
	Hintergrundfarbe: #17191c;
	Rahmenfarbe für Informationselemente: #fff;
	menue-hintergrundfarben: #f8e583;
	Links: #9a291f;
	ueberschriften: #046127;
*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #6c6159 url(../pics/body_hg.jpg) top left repeat-x;
	font-size: 14px;
}

p, h1, h2, h3, h4, h5, h6, ul, ol, label, input, textarea {
	font-family: "Lucida Sans Unicode","Trebuchet MS",  Tahoma;	
	color: #fff;
}

h1, h2, h3, h4, h5, h6, dl {
	font-family:  "Lucida Sans Unicode", "Trebuchet MS", Tahoma, sans-serif;
}

h1 {
	font-size: 22px;
	font-weight: normal;
}

h2 {
	font-size: 18px;
	font-weight: normal;
}

h3 {
	font-size: 16px;
	font-weight: normal;
}

h4 {
	font-size: 14px;
	font-weight: normal;
}

h5 {
	font-size: 14px;
	color: #575757;
}

h6 {
	font-size: 14px;
}



a {
	font-family: "Lucida Sans Unicode", "Trebuchet MS",  Tahoma, sans-serif;
	font-weight: bold;
}

label {
	color: #5d5d5d;
}

input, textarea {
	border: 1px solid #9a291f;
	background: #efefef;
	color: #000;
	font-size: 13px;
	padding: 2px;
	margin-bottom: 2px;
}

#hauptcontainer {
	margin: 0px auto;
	padding: 0px 5px;
	overflow: hidden;
	width:  960px;	
}

#metainformation {
	height: 219px;
	display: block;
	background: url(../pics/seitenkopf_hg.jpg) top left no-repeat;
	overflow: hidden; 
}

#logo {
	margin: 20px 0px;
	float: left;
}

a#link-sprache {
	float: right;
	color: #fff;
	text-decoration: none;
	margin: 190px 10px 0 0;
}

a#link-sprache:hover {
	color: #fff;
	text-decoration: underline;
}

ul#hauptmenue {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	margin: 0px 0px 0px 150px;
	display: block;
	width: 810px;
	height: 47px;
	overflow: hidden;
}

* html ul#hauptmenue {
	width: 850px;
}

#hauptmenue li {
	display: block; 
	float: left;
	margin-left: 10px;
	margin-right: 5px;
	padding: 10px 0px 0px;
}

#hauptmenue li a {
	font-size: 16px;
	font-variant: small-caps;
	color: #e1d1ba;
	text-decoration: none;
	font-weight: normal;
}

#hauptmenue li.active {
	color: #fff;
}

#hauptmenue li.active a, #hauptmenue li.active a:hover {
	color: #fff;
	text-decoration: underline;
}

#hauptmenue li a:hover {
	color: #fff;
	text-decoration: underline;
}

#hauptinformation {
	padding: 10px 0px;
}

#neben-untermenue {
	margin: 0px;
	padding: 0px 10px 0px 0px;
	display: block;
	width: 150px;
	overflow: hidden;
	float :left;
}

#neben-untermenue ul {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}

#neben-untermenue li {
	padding: 5px 0px;
}

#neben-untermenue li a {
	font-size: 14px;
	font-variant: small-caps;
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

#neben-untermenue li.active {
	color: #fff;
}

#neben-untermenue li.active a, #neben-untermenue li.active a:hover {
	color: #fff;
}

#neben-untermenue li a:hover {
	color: #fff;
}

ul#untermenue-seite {
	padding-bottom: 10px;
	border-bottom: 1px solid #b5ae9f;
}

#bildgallerie {
	margin: 20px 0px;
}

.gallerie-deutsch {
	background: url(../pics/bildgallerie_hg.jpg) top left no-repeat;
}

.gallerie-italienisch {
	background: url(../pics/bildgallerie_hg_ite.jpg) top left no-repeat;
}

#bildgallerie dd.csc-textpic-caption {
	padding-top: 5px;
	color: #fff;
}

ul#nebenmenue {
	margin-top: 10px;
}

#nebenmenue li a {
	font-size: 13px;
}

#informationspalte {
	width: 570px;
	float: left;
}

.breit {
	width: 960px !important;
}

#informationspalte a {
	text-decoration: underline;
	color: #fff;
	font-weight: bold;
}

#informationspalte a:hover {
	color: #000;
}

#informationspalte h1 {
	margin-bottom: 20px;
}

#informationspalte table.contenttable {
	border: 1px solid #B5AE9F;
}


#informationspalte table.contenttable tr.tr-even {
	background: #7e746b;
}

#informationspalte table.contenttable td {
	padding: 2px;
}

#nebeninformationspalte {
	width: 210px;
	float: left;
	margin: 0px 0px 0px 20px;
}

#nebeninformationspalte a {
	text-decoration: underline;
	color: #fff;
	font-weight: bold;
}

#nebeninformationspalte a:hover {
	color: #000;
}


#news {
	padding: 40px 30px; 
	width: 150px;
	height: 216px;
	display: block;
	background: #6c6159 url(../pics/news_hg.jpg) top left no-repeat;
}

#news h2 {
	color: #000;
	margin-bottom: 20px;
}

#news p {
	color: #000;
	font-size: 12px;
}

#news a {
	text-decoration: none;
	color: #000;
}

#news a:hover {
	text-decoration: underline;
}

/*------------------------------------------------- rte -------------------------------------*/
p.align-right {
	text-align: right;
}

p.align-center, h3.align-center {
	text-align: center;
}

p.align-left {
	text-align: left;
}

/*---------------------------------------- macinasearchbox ------------------------------------*/
.tx-macinasearchbox-pi1 {
	width: 210px;
	height: 28px;
	display: block;
	float: right;
	margin-bottom: 20px;
}

.tx-macinasearchbox-pi1 label {
	color: #fff;
	font-size: 14px;
	font-variant: small-caps;
	margin: 2px;
}

.tx-macinasearchbox-pi1 input {
	border: 1px solid #b5ae9f;
	background: #6c6159;
	color: #fff;
	font-size: 13px;
	padding: 2px;
	margin: 2px;
	width: 100px;
	vertical-align: middle;
}

.tx-macinasearchbox-pi1 input:hover, .tx-macinasearchbox-pi1 input:focus {
	background-color: #000;
}

.tx-macinasearchbox-pi1 input.submit-button {
	background: url(../pics/lupe.jpg) left top no-repeat;
	cursor: pointer;
	width: 29px;
	height: 28px;
	border: none;
}

/*---------------------------------------- tx-indexedsearch-pi1 ----------------------------*/
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
	color: #000;
}

.tx-indexedsearch .tx-indexedsearch-res td.tx-indexedsearch-descr {
	font-style: normal;
	font-size: 13px;
}

/*---------------------------------------- tx-rggooglemap-pi1-------------------------------*/
.mapnest {
	border: 1px solid #B5AE9F;
}

.poi-content p {
	color: #6b6158;
	font-size: 12px;
}

.poi-content h4 {
	color: #000;
}

.poi-content input {
	border: 1px solid #6b6158;
	background: #e4d3bf;
}

.poi-content input:hover {
	border: 1px solid #000;
}

.poi-content input.submit-button {
	cursor: pointer;
}

/*------------------------------------------------- pimailform ------------------------------*/
.tx-pilmailform-pi1 {
	width: 530px;
	padding: 0px 0px;
 	background: url(../pics/kontakt_hg.jpg) center bottom no-repeat;
}	

.tx-pilmailform-pi1 dl {
	background: transparent;
	overflow: hidden;
}

.tx-pilmailform-pi1 dl.rechtsorientiert {
	padding-left: 180px;
}
	
.tx-pilmailform-pi1 dt {
	padding: 10px 15px 2px 15px;
}

.tx-pilmailform-pi1 dl.normalorientiert dt {
	float: left;
	width: 165px;
}

.tx-pilmailform-pi1 dl.normalorientiert dd {
	padding-top: 10px;
	padding-bottom: 2px;
}

.tx-pilmailform-pi1 dd {
	padding: 0px 15px;
}

.tx-pilmailform-pi1 p {
	padding: 5px 0px;
}

.tx-pilmailform-pi1 dt label {
	color: #fff;
	font-size: 16px;		
}

.tx-pilmailform-pi1 dd input {
	color: #000;
	font-size: 16px;
	margin-bottom: 10px;
	padding: 2px;
}

.tx-pilmailform-pi1 img.mailform-captcha-image {
	float: left;
	border: 1px solid #000;
	display: block;
	margin-bottom: 5px;
}

.tx-pilmailform-pi1 input.mailform-captcha-field {
	margin-left: 20px;
}

.tx-pilmailform-pi1 input, .tx-pilmailform-pi1 textarea {
	border: none;
	background: #efefef;
	color: #000;
}

.tx-pilmailform-pi1 input:hover, .tx-pilmailform-pi1 textarea:hover,
.tx-pilmailform-pi1 input:focus, .tx-pilmailform-pi1 textarea:focus {
	background-color: #fff;
}

.tx-pilmailform-pi1 input[type=submit] {
	font-size: 20px;
	font-weight: bold;
	color: #eae3d9;
	border: none;
	background: none;
	float: right;
	cursor: pointer;
}

.tx-pilmailform-pi1 input[type=submit]:hover {
	text-decoration: underline;
	color: #fff;
}

.tx-pilmailform-pi1 input.textbig, .tx-pilmailform-pi1 textarea {
	width: 300px;
}
/*-------------------------------- imgtxthlbox-highlightbox -------------------------------*/
.imgtxthlbox-highlightbox {
	float: left;
	padding: 5px;
	margin: 4px;
	border: 1px solid #B5AE9F;
}

.imgtxthlbox-highlightbox-highlight {
	background: #b5ae9f;
}

h3.imgtxthlbox-header {
	text-align: center;
}


/*---------------------------------------- typo3 styles ------------------------------------*/

div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border: 1px solid #B5AE9F;
}

td.align-right {
	text-align: right;
}




