/*
CSSReset by Eric Meyer
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded
*/
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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/* OLAF! vertical-align: baseline; */
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*
 MAIN-CSS ----------------------------- */
 
body {
	background: url(../layout/bodyVerlauf.jpg) repeat-x fixed top #edeced;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: 'Trebuchet MS', sans-serif;
	color: #293133;
	font-size: 100.1%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Times New Roman', Times, serif;
	font-weight: normal;
	color: #840017;
	margin: 0 0 0.5em 0;
}

h1 {font-size: 200%; letter-spacing: 1px;}
h2 {font-size: 175%; letter-spacing: 1px;}
h3 {font-size: 150%; letter-spacing: 1px;}
h4 {font-size: 133.33%; letter-spacing: 1px;}
h5 {font-size: 116.67%; letter-spacing: 1px;}
h6 {font-size: 116.67%; font-style: italic}

p {line-height: 1.2em; margin: 0 0 1em 0;}
ul, ol, dl {/* line-height: 1em;*/ margin: 0 0 0.5em 1em;}
dt {font-weight: bold;}
dd {margin: 0 0 1em 2em;}
cite, blockquote {font-style: italic;}
strong, b {font-weight: bold;}
em, i {font-style: italic;}
pre, code {font-family: monospace; font-size: 1.1em;}
acronym, abbr {
	letter-spacing: .07em;
	border-bottom: .1em dashed #c00;
	cursor: help;
}

form {
	margin-bottom: 20px;
}

input {
	border: 1px solid #840017;
	color: #840017;
	font-family: "MS Trebuchet", sans-serif;
	margin: 3px;
}

textarea {
	border: 1px solid #840017;
	color: #840017;
	font-family: "MS Trebuchet", sans-serif;
	width: 300px;
	height: 100px;
	margin: 3px;
	font-size: 80%;
}

hr {
	border: 0;
	height: 2px;
	background-color: #DFDFDF;
}

#container {
	margin: 20px auto;
	padding: 7px;
	width: 950px;
	text-align: left;
	font-size: 14px;
	border: 1px solid #dedede;
	background-color: white;
}

#rahmen {
	padding: 7px;
	border: 1px solid #840017;
}

#topLeft {
	float: left;
	width: 200px;
	overflow: hidden;
	background: url(../layout/topLeftBG.jpg) no-repeat top white;
}

#topRight {
	float: right;
	overflow: hidden;
	width: 734px;
}

#rightcontent {
	float: right;
	width: 200px;
	padding: 0 0 50px 10px;
	margin: 0 0 0 10px;
	border-left: 1px solid #DFDFDF;
	overflow: hidden;
	background-color: white;
}

.rightColumnWidth {
	width: 722px;
}

.leftColumnWidth {
	width: 200px;
}

#logoHunguest {
	margin-top: 25px;
	text-align: center;
}

#logoHotel {
	margin-top: 20px;
	text-align: center;
}

.staticLeftMenu {
	margin-top: 30px;
	width: 175px;
}

.staticLeftMenu li {
	text-indent: 15px;
	line-height: 150%;
	background: transparent url(../layout/dottedLineMaroon.gif) bottom center repeat-x;
}

.staticLeftMenu a {
	display: block;
}

.staticLeftMenu a:link, .staticLeftMenu a:visited, .staticLeftMenu a:active {
	color: #840017;
	text-decoration: none;
}

.staticLeftMenu a:hover,
.staticLeftMenu li.active a {
	color: #293133;
	text-decoration: none;
	background: url(../layout/arrowGray.gif) center left no-repeat;
}

.toolbar {
	background-color: white;
	text-align: right;
	height: 25px;
}

.toolbar img {
	border: 0;
	margin: 3px 5px 3px 0;
	vertical-align: middle;
}

.topMenu {
	background: url(../layout/topMenuBG.gif) repeat-x center left;
	font-size: 17px;
	line-height: 35px;
	height: 35px;
	overflow: hidden;
}

.topMenu li {
	display: inline;
	margin-left: 13px;
}

.topMenu ul {
	margin: 0;
}

.topMenu a:link, .topMenu a:visited {
	color: #dfdfdf;
	text-decoration: none;
	background:none !important;
	padding:0 !important;
}

.topMenu a:hover, .topMenu li.active a {
	color: #dfdfdf !important;
	border-bottom: 1px dotted #dfdfdf;
	border-top: 1px dotted #dfdfdf;
	background:none !important;
	padding:0 !important;
}

.banner {
	float: right;
	padding: 0;
	margin: 7px 0;
	width: 734px;
	height: 320px;
}

.separator {
	clear: both;
	height: 15px;
	background: url(../layout/separator.gif) repeat-x top;
	margin: 0 -7px 0 -7px;
}

.contentLeft {
	float: left;
	overflow: hidden;
	margin: 10px 0;	
}

.contentRight {
	float: right;
	margin: 10px 0;
	background: url(../layout/containerBG.jpg) no-repeat bottom right;
	border-left: 1px solid #DFDFDF;
	padding-left: 10px;
}

.contentMenu {
	width: 175px;
	
}

.contentMenuHeading {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 3px;
	color: #840017;
	margin: 0 0 10px 0;
}

.contentMenu li {
	text-indent: 15px;
	line-height: 150%;
	background: transparent url(../layout/dottedLineMaroon.gif) bottom center repeat-x;
}

.contentMenu a {
	display: block;
}

.contentMenu a:link, .contentMenu a:visited, .contentMenu a:active {
	color: #840017;
	text-decoration: none;
}

.contentMenu a:hover, .contentMenu li.active a  {
	color: #293133;
	text-decoration: none;
	background: url(../layout/arrowGray.gif) center left no-repeat;
}

.contentLeftItem {
	margin: 30px 10px 0 10px;
	border: 1px solid #DFDFDF;
	text-align: center;
	padding-bottom: 10px;
}

.contentLeftItemHeading {
	font-family: 'Times New Roman', 'Times', serif;
	color: #840017;
	padding: 5px 0 0;
	background: url(../layout/separator.gif) top repeat-x transparent;
	font-weight: bold;
	letter-spacing: 2px;
}

#footer {
	border-bottom: 1px solid #840017;
	border-top: 1px solid #840017;
	text-align: center;
	font-size: 10px;
	padding: 5px 0;
}

#footer p {
	margin: 0;
}

#footer a {
	color: #840017;
	text-decoration: none;
}

#partner {
	text-align: center;
	margin: 10px 0;
}

#partner img {
	padding: 0 10px;
	vertical-align: middle;
}

#partner a {
	text-decoration: none;
}

/*
 *  TYPO3-interne Styles
 */

.csc-header {} /* DIV Ueberschrift - keine Aenderung */
.csc-header-n1 {} /* DIV Normalueberschrift - keine Aenderung */
.csc-header-date {} /* P Datum ueber Ueberschrift - P wird global neu definiert */
.csc-firstHeader {} /* H1 Ueberschrift (normal) - H1 wird global neu definiert*/
.csc-firstHeader a {text-decoration: none; color: #840017;} /* H1 als Link */
.bodytext {} /* P Normaltext - keine Aenderung */
.csc-textpic-caption {color: #949899; font-size: 80%;} /* DD Bildunterschrift */
.csc-textpic { /* einzelne Inhaltsblöcke */
	border-bottom: 3px solid #DFDFDF;
	margin-bottom: 20px;
	overflow:auto;
}

.contentLeft .csc-textpic { /* einzelne Inhaltsblöcke */
	border-bottom: none;
	margin-bottom: 10px;
	overflow:auto;
}

.contentRight ul li {
	padding-left: 1em;
	line-height: 1.2em;
	/*list-style-image: url(../layout/list.gif);
	list-style-position: inside;*/
	background: url(/fileadmin/cms/template/layout/list.gif) left .4em no-repeat;
	list-style-type:none;
}

.contentRight ul ul li {
	padding-left: 1em;
	line-height: 1.2em;
	list-style-image: url(../layout/list2.gif);
	list-style-position: inside;
	background: url(/fileadmin/cms/template/layout/list2.gif) left .4em no-repeat;
	list-style-type:none;
}

.contentRight  p.bodytext a, a.internal-link, table a, .rightColumnWidth li a,
a.external-link-new-window, .contentRight p a, table.contenttable a {
	color: #840017;
	text-decoration: none;
	padding-left: 13px;
	background: url(../layout/arrowMaroon.gif) bottom left no-repeat;
}
.contentRight a {
	color: #840017;
}

.contentRight p.bodytext a:hover,
.contentRight  p.bodytext a:hover, a.internal-link, table a:hover, .rightColumnWidth li a:hover,
a.external-link-new-window:hover, .contentRight p a:hover, table.contenttable a:hover {
	color: #293133;
	text-decoration: none;
	padding-left: 13px;
	background: url(../layout/arrowGray.gif) bottom left no-repeat;
}


.contentRight .csc-textpic-text img {
	padding: 3px;
	margin: 5px;
	border: 1px solid #DFDFDF; /* ##### Kann man den Rahmen innerhalb des Typo3 aktivieren? #### */
}


.contentRight  p.bodytext a.anchor {
background:none !important;

}
/*
 T3-FORM --------------------------- */

fieldset {

}

#mailform h3 {
margin:.6em 0;
}

.raw, .csc-mailform-field {
	overflow:auto;
	width: 100%;
margin:.6em 0;
}

/*
 RADIO-BUTTONS ---------------------- */

fieldset.csc-mailform legend {
	display:none !important;
}
.csc-mailform-field-error label {

}

.subitems .csc-mailform-field-error-message {
	margin:0 0 1em 5px !important;
}

.raw label {
	width:90px;
	display:block;
	float:left;
	text-align:right;
	padding-right:.3em;
	font-size:.9em;
}

.csc-mailform-header-error {
	color:red;
	font-size:.8em;
	padding:1.6em 0 1.6em 5em;
	border:1px solid red; 
	background:#fce5e8 url(/fileadmin/cms/images/error.png) .4em 0 no-repeat;
	margin-bottom:1.6em;
}

span.csc-mailform-field-error-message {
	display:block;
	font-size:.8em;
	color:red;
	margin:0 0 1em 95px;
}
.row { border:none; }
.raw label {
	display: block;
	margin-top: 15px;
	width:170px;
	font-size:.8em;
}

/*
** Subitems, e.g. for radio or checkbox lists
*/
.subitems { 
	float:left;
	width:420px;
	padding-top:0.3em;
	position:relative;
}
.subitems label { 
	float:none;
	display:inline;
	width:auto !important;
	padding:0;
	vertical-align:middle;
	margin-right:5px;
}
.subitems input { 
	float:none;
	vertical-align:middle;
}
.mf-submit {
	margin:20px 0 0 175px;
}
/*
 HIDE ELEMENTS ------------------ */

.hidden {
background:none;
}

/*
 TABLES ------------------------- */

.contenttable {
	font-size:0.9em;
	margin-bottom:0.5em;
	width:100%;
}

.contenttable tr.odd th, .contenttable tr.odd td {
	background:#ececec;
}

.contenttable th {
	text-align:left;
	font-weight:bold;
	padding:0.2em 0 0.2em 8px;
	color:#313131;
}
table.contenttable td {
	color:#313131;
	padding:0.2em 4px 0.2em 0;
}

table.contenttable tr.odd th, table.contenttable tr.odd td {
	background:#ececec;
}


.csc-textpic-imagerow li.csc-textpic-image {
background:none ;
}

.csc-textpic-image a {
background:none !important;
}
