@charset "UTF-8";
/* ################################################################
** # "YAML for TYPO3" (c) by You if you put something in here :) ##
** ################################################################
**
**  Date     : 23.8.07
**  File     : myOwnStyles.css
**  Function : This file is not part of the YAML-CSS-Framework.
**             It was included to give the user the possibility to quickly apply tests, changes or
**             whatever with no need to change the YAML-files and mess up anything.
**             Hmmm. Does this make sense? Anyway, use it or just leave it empty. It will do no harm.
**             This is the last stylesheet beeing imported. So, everything can be overwritten here.
**             Be careful what you put in here and don't hold us responsible for anything that goes wrong...
*/
@media all
{
/* Your styles here */
body{
	font-family: Arial,Helvetica,sans-serif;
	background:#faf7ec url(../MyOwnGFX/bg.gif) repeat-x scroll center top;
	font-size:1em;
}
#col1{
	z-index:1;
	width: 200px;
}

#col1 h1{
	border:none;
}
#col3{
	margin-left:200px;
}
#teaser {
	background: #e6ac56 url(../MyOwnGFX/teaserback.gif) repeat-x scroll left top;
	height:18px;
	border-bottom: #ffffff solid 1px;
}
#header img.headImg1{
	z-index:2;
}
#teaser div.langMenu{
	position:absolute;
	z-index: 1;
	top:24px;
	right: 112px;
	width: 30px;
	text-align:center;
	margin: 0 auto;
}
#page{
	
position:relative;
border:none	
}
#page_margins{
border: none;	
}

#page_margins{
	width:1020px;
}
#header{
background: #ffffff url(../img/redesignM/header.png) no-repeat;
width: 823px;
height:259px;
margin-left: 95px;
}
#header img.headImg1{
	top: 20px;
	left: 80px;
}
#nav_main{
	width: 811px;
	font-size:0.8em;
	text-transform:uppercase;
	position:relative;
	height: 48px;
	margin-left: 15px;
	background: url(../img/redesignM/nav-tile_03.png) repeat-x;
}
#nav_main ul{
	position: absolute;
	bottom:0px;
	left:0px;
}
li{
	line-height:1em;
}
#nav_main a{
	
	font-weight: bold ;
	background: none;
	border-bottom: none;
}
#nav_main a span{
	padding:10px 9px 11px 1px;
	background: none;
	color:#ffffff;
}
#nav_main #current a {
/**
* 	background:url(../MyOwnGFX/left_both.gif) no-repeat scroll 0% -0px
*/
background:transparent;
}
#nav_main #current a span {
	padding:10px 9px 11px 1px;
	/**
* background:url(../MyOwnGFX/right_both.gif) no-repeat scroll 100% -0px;
color:#005888;
*/
	
	color:#dd901e;
	background:transparent;
}

#nav_main a:hover span{
/**
* 	background:url(../MyOwnGFX/right_both.gif) no-repeat scroll 100% -0px;
color:#005888;
*/	
color:#dd901e;
}
#nav_main a:hover {
/**
* 	background:url(../MyOwnGFX/left_both.gif) no-repeat scroll 0% -0px
*/
}
#nav_main li.last a{
	text-decoration: blink;
	}
#banner{
	top: 0px;
}
#submenu a, #submenu strong {
	padding:0;
	margin:0;
	font-size: 0.7em;
	text-transform: uppercase;
	font-weight: bolder;
	float:left;
	display:inline;
	border-bottom:none;
	
}

#submenu li{
	line-height: 100%;
	padding:0;
	margin:0;
	margin-left: 12px;
	width: auto;
	float:left;
}
#submenu li a{
	padding:0;
	margin:0;
	background-color:transparent;
	width:auto;
	color: #005888;
}
#submenu{
	height:18px;
	border-top:none;
	margin:0px;
	position:relative;
	top:-3px;
}
#submenu li a:focus, #submenu li a:hover, #submenu li a:active{
	background-color:transparent;
}
#submenu li#active, #submenu li strong {
background-color:transparent;
border-bottom:none;
color:#FFFFFF;
font-weight:bold;
padding:0;
width:auto;
}

#pagetitle{
	border:none;
	margin: 0;
	padding: 0;
		padding-bottom: 6px;
	padding-top: 6px;
	margin-top:10px;
	background:url(../MyOwnGFX/conhead_right.gif) no-repeat scroll top right;
}
#pagetitle span{
	padding-bottom: 6px;
	padding-top: 6px;
	padding-left:22px;
	color:#ffffff;
	background:url(../MyOwnGFX/conhead_left.gif) no-repeat scroll left top;
}
#main{
	margin-left:106px;
	margin-right:14px;
	/* redesign background:url(../MyOwnGFX/content_pix.gif) scroll top left; */	
}
#footer{
	padding: 0;
	margin:0;
	margin-left:155px;
	margin-right:14px;
	/* redesign background: #ffffff url(../MyOwnGFX/footerback.gif) no-repeat scroll right top; */
	height:13em;
	border:none;
	margin-top: 0px;
	width: 802px;
}

#main p{
	font-size:0.7em;	
}
#main div.contentelement ul{
	font-size:0.7em;
	list-style-type: square;
	margin: 0;
	padding:10px 10px 10px 10px;
}

div.floatbox{
	
	border-bottom:#dd901e solid 2px;
}
#col3 {
	
border-left:none;
}
#col1_content{
	margin-left:0px;
	margin-right:9px;
}
#col3_content{
	margin-left:9px;
	margin-right:18px;
}
#col3 div.contentelement{
	padding-left:20px;
	padding-right: 20px;
	margin:0px;
	/* background-color: #ffffff; */
}
#col3 div.contentelement div.contentelement{
	padding-left:0px;
	padding-right: 0px;
	background-color: transparent;
	border-left:none;
	border-right:none;
}
h1{
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight:normal;
	margin:0;
	padding: 1.1em 0pt 0.5em;
}
.REboxRed{
	margin:0px;
	padding-top:2em;
}
p{
	margin:0px;
	padding: 0pt 0pt 1em;
}
#col1 .contentelement h1{
	width: 180px;
	color:#ffffff;
	margin: 0;
	padding: 0;
	padding-left: 11px;
	padding-bottom: 6px;
	padding-top: 6px;
	
	background:url(../MyOwnGFX/teahead_right.gif) no-repeat scroll top right;
}



#col1 div.contentelement{
	
	margin-top:10px;
}
#col1 div.contentelement div.contentelement{
	
	margin-top:0px;
	border-bottom:none;
}
#col1 .tx-rgslideshow-pi1
{
	margin-top: 21px;
    padding: 12px 10px 10px 12px;
	background: url(../img/redesignM/linke_box.png) no-repeat scroll left top;
}
.rgsnest
{
display:none;
}
#col1 div.contentelement p{
	padding: 10px 10px 10px 25px;
	background-color:#ffffff;
	border-right:#00b24e solid 2px;
}
span.efh{
	width: 100px;
	display: block;
	position: absolute;
	top:195px;
	left:779px;
}
a.efhlink{
	color:#000;
    display:block;
    font-size:10px;
    font-weight:bold;
    margin-left: 10px;
}
	
div.subcolumns .contentelement h1{
	z-index: 2;
	position:absolute;
	top:0;
	width: 288px;
	border:none;
	color:#ffffff;
	margin: 0;
	padding: 0;
	padding-right: 0px;
    /* background: url(../img/redesignM/box_bg_complete_mit_innengrafik.png) no-repeat scroll right top; */
	/* background:url(../img/redesignM/rechter_streifen.png) no-repeat scroll top right; */
}
div.subcolumns div.contentelement h1 span{
	display:block;
	padding-bottom: 6px;
	/* padding-top: 6px; */
	padding-top: 9px;
	padding-left:22px;
	/* background: url(../img/redesignM/linker_streifen.png) no-repeat scroll top left; */
	
}
div.subcolumns div.contentelement h1 span a{
	color:#ffffff;
}
div.subcolumns div.contentelement p{
	
	/* background-color:#ffffff; */
	margin: 0;
	padding: 10px 10px 10px 10px;
}
#col3 div.subcolumns div.contentelement{
	position: relative;
	margin: 10px 0 0;
	height:12.5em;
	padding:0px;
	padding-top: 30px;
	/* background:#ffffff; */
	width:288px;
	background: url(../img/redesignM/box_bg_complete.png) no-repeat scroll right top;
}
.csc-textpic{
	overflow:hidden;
	padding-top: 10px;
}
#col3 div.subcolumns div.csc-textpic-center div.csc-textpic-imagewrap{
	margin: 10px 0 0 20px;
	padding: 0;
}
#col3 div.subcolumns div.csc-textpic{
	padding-top: 0px;
	/* background: url(../img/redesignM/box_bg_complete.png) no-repeat top left; */
}
#col3 div.subcolumns div.csc-textpic-center .csc-textpic-image {
	margin: 0;
	padding: 0;
	/* background-color: #ffffff; */
	
}
div.subcl{
	padding:0px;
	margin-right: 8px;
}
div.subcr{
	margin-left: 8px;
	padding:0px;
}
#shortcut{
	margin-top: 15px;
	padding-bottom: 30px;
	/* background: url(../img/redesignM/box_bg_complete.png) no-repeat scroll bottom right; */
	/* width: 280px; */
	margin-left: 4px;
}
#shortcut ul.scmenu{
	list-style: none;
	color: #000;
	font-size:0.8em;
	padding-left: 30px;
	margin-left: 5px;
	background: url(../img/redesignM/big_red_arrow.png) no-repeat;
	background-position: 0px 0px;
	/* background:url(../MyOwnGFX/shortcut_top.gif) no-repeat scroll top right; */
}
#shortcut ul.scmenu li{
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	margin-left: 25px;
}
#shortcut ul.scmenu li a {
	color: #19233a;
	font-size: 1.4em;
}
#girlbig{
	z-index: 2;
	position: absolute;
	top: 310px;
	left: 720px;
}
#girlsmall{
	z-index: 7;
	position: absolute;
	top: 600px;
	left: -8px;
	clip:rect(0px 100px 120px 8px);
}
.gomio{
	padding:46px 0 0 27px;
	margin:0;
	height: 174px;
	width:196px;
	background: url(../img/redesignM/gelber_hintergrund2.png) no-repeat;
	
}
.gomio-new {
	padding:0 0 0 25px;
	margin:0;
	width:164px;
	background-color:#ffffff;
	border-right:#00b24e solid 2px;
	font-family:Arial,Helvetica,Garuda,sans-serif;
	font-size:10px;
	font-weight:bold;

}

.gomio-new input.button_popup {
	background: #FEC320 none repeat scroll 0 0;
	border: 1px solid #C93131;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0;
	color: black;
	margin-left: 0 !important;
}

.gomio-new select {
	height: auto !important;
}

#HostelBooking{
	background-color: #abd5ed !important; 
}
.logolist{
	/* border-top: #dddddd dotted 1px; */
	background: url(../img/redesignM/footer_rote_linie_oben.png) no-repeat;
	clear:both;
	height: 20px;
	margin-left: -20px;
	padding-left: 20px;
	padding-top: 20px;
}
div.logolist div.logo{
	display:block;
	text-align:center;
	margin:10px 30px 0 0;
	float:left;
}
div.logolist div.logo span{
	display:block;
}
div.logolist div.logo span a{
font-size:0.7em;
}
div.tx-onetrandomcontent-pi1
{
background:url(../img/redesignM/quotes_content.png) no-repeat scroll 20px 20px;
height:153px;
width:164px;
padding: 20px 40px 0 40px;
margin: 10px 0 0 20px;
}
div.tx-onetrandomcontent-pi1 > p
{
background:transparent !important;
	
}
	
.textBelowMenu .contentelement h1 {
	display: none;
}

}