/*
-----------------------------------------------
Strassberger -  Template Style
Name:     Café Highway
URL:      www.cafe-highway.at 
Date:     6 September 2008
----------------------------------------------- */

/*
c_orange = #e96405
c_blau   = #029ef3
c_gelb   = #fec106
grün   = #18b132

*/

/* IE PNG Fix v1.0 / 2.0 Alpha 3 */

img, div { 
	behavior: url(/global/iepngfix/iepngfix.htc)
 }

/*
-----------------------------------------------
print
----------------------------------------------- */


#head, #mainmenue, #content .left, #content div.right, #content div.footer, div.otherbox, #content div.footer, .button, #teaserRooms, fieldset, legend, #anfrageform, #contactform {
    display:none;
  }
  
  

/* Reset all */
*{
	padding: 0;
	margin: 0;
	border: 0;
}

#print_headline {
	width: 100%;
	padding-bottom: 2mm;
	border-bottom: 1pt solid #CCCCCC;
	border-top: 1pt solid #CCCCCC;
	padding-top: 3mm;
	color: #000000;
	font-size: 0.9em;
  }




 body,html {
	text-align: center;
	color: #000000;
	font: 11pt/16pt Verdana, Arial, Helvetica, sans-serif, "Lucida Grande", "Trebuchet MS";
 }
 
 
h1 {
	font: 24pt Geneva, Arial, Helvetica, sans-serif;
}
h2 {
	font: 14pt Geneva, Arial, Helvetica, sans-serif;
	margin-top: 4mm;
}
 
/* = *********** links ********** */	
a img {
 	border:0;
 }
/*a { 
	color: #7e8080;
}
a:hover { 
	text-decoration: none;
}*/

/* links */

#content .content a {
	/*border-bottom: 1px solid #e96405;*/
}

a:link, a:visited { 
	background: inherit; 
	color: #000000;  
	text-decoration: none;
	
}
a:hover { background: inherit; 
	color: #707070;
	text-decoration: none; 
	
	}

blockquote {
	color: #707070;
	padding: 0em 0px 0em 7em;
	font: italic 1.5em/1.5em "Georgia", "Times New Roman", Times, serif;
	margin-top: 10px;
	margin-bottom: 0px;
}

cite {
	text-align: right;
	margin-right: 2em;
	font-size: 0.9em;
}

dt {
	margin-top: 15px;
	color: #000000;
	font-weight: bold;
}

dd {
	margin-left: 20px;
	color: #333333;
}


	



/***********************************************/
/* =Layout tag styles                          */
/***********************************************/
#pageWrapper {
	text-align: left;
	width: 989px;
	margin: 0 auto;
	background: url(../img/bg_page.png) repeat-y;
}







#content {
	width: 100%;
	margin-top: 10mm;
}






#content div.contentBody div.contentBodyInside {
}

/*#content div.contentBody div.contentBodyInside a {
	background: url(../img/bullet_star.png) no-repeat 0 50%;
	padding-left: 20px;
	font-weight: bold;
}*/




}
#content div.contentBody div.contentBodyInside div.contentImageRight {
	float: right;
	margin: 17px 0 10px 10px;
}


.imgAlignRight {
	clear: right;
	float: right;
	width: 100px;
}

/* = *********** contentBodyInsideBox ********** */	



#content div.contentBody div.contentBodyInsideBox {

}
#content div.contentBody div.contentBodyInsideBox h2 {

}
.line {
	border-bottom: 1px solid #999999;
}

#content div.contentBody div.contentBodyInsideBox div.boxImage {
	float: left;
	padding-top: 3px;
}


#content div.contentBody div.contentBodyInsideBox div.boxInfo {
	padding-left: 120px;
	line-height: 18px;
	color: #000;
}
#content div.contentBody div.contentBodyInsideBox div.boxInfo div.more {
	text-align: right;
	padding-top: 5px;
}




/* = *********** allg ********** */	

#content div.right {
	padding-left: 727px;
	/*padding-left: 730px;*/
}

div.otherbox {
	margin-top: 25px;
}
div.box {
	background: #ffebae;
	margin-bottom: 25px;
	width: 190px;
}
div.box h3 {
	background: #ff9900;
	font-weight: normal;
	text-transform: uppercase;
	padding: 10px;
	color: #fff;
}
div.box div.contentBodyInside {
	padding: 10px 0 10px 10px;
	font-size: 12px;
}
div.box div.contentBodyInside p {
	line-height: 25px;
}
div.box div.contentBodyInside p.smaller {
	font-size: 11px;
	line-height: 20px;
	color: #000;
}
div.box div.contentBodyInside table tr td {
	vertical-align: middle;
}
div.box div.contentBodyInside table tr td a img {
	padding-top: 5px;
	position: relative;
}
div.box div.contentBodyInside input.schnellanfrage {
	height: 15px;
	border: 1px solid #cccccc;
	background: #FFFFFF url(../img/bg_input.gif) repeat-x 0 0;
	font-size: 12px;
	padding: 3px;
	margin-right: 3px;
	width: 25px;
	text-align: right;
	vertical-align: middle;
}
div.box div.contentBodyInside select.calendarDateInput {
	letter-spacing:.06em;
	font-family:Verdana,Sans-Serif;
	font-size:11px;
	padding:1px;
	width: 50px;
	background: #fff url("/global/img/form/bg_input.gif") repeat-x 0 0;
	border: 1px solid #cccccc;
}

div.box div.contentBodyInside div.floatLeft {
	float: left;
	padding-top: 10px;
	width: 86px;
}
div.box div.contentBodyInside div.floatClear {
	padding-top: 50px;
}








/***********************************************/
/* =Formulare  Allgemein                       */
/***********************************************/




/* Grundelemente */

textarea, input, select {  /* kein Schatten wegen Submit-Button! */
	font: 15px/18px "Lucida Grande", verdana, helvetica, arial, sans-serif;
	color: #333333;
	}

textarea {
	border: 1px solid #cccccc;
	margin-top: 5px;
	background: #FFFFFF url(/global/img/form/bg_input.gif) repeat-x 0 0;
	padding: 0.5em 0.2em 0.2em;
}

input.text, input checkbox  {  /* Rahmen hier und nicht bei input, weil sonst auch bei Buttons ein Rahmen wäre */
	height: 18px;
	padding: 0.2em;
	margin-bottom: 3px;
	background: #fff url("/global/img/form/bg_input.gif") repeat-x 0 0;
	border: 1px solid #cccccc;
}

select.text  {  /* Rahmen hier und nicht bei input, weil sonst auch bei Buttons ein Rahmen wäre */
	font: 12px "Lucida Grande", verdana, helvetica, arial, sans-serif;
	height: 20px;
	border: 1px solid #cccccc;
	background: #FFFFFF url(/global/img/form/bg_input.gif) repeat-x 0 0;
	margin-bottom: 3px;
}


textarea:focus, input:focus, select:focus, form:focus { /* #anfrageform input:focus */
	border: 1px solid #ff9900;
	
}


/***********************************************/
/* =Design tag styles                          */
/***********************************************/

.w_large  {  /* für lange Eingabefelder */
	width: 370px;
	clear: both;
}
.w_medium  {  
	width: 160px;
}
.w_small  {
	width: 25px;
	text-align: right;
}

.w_small2  {
	width: 55px;
	text-align: left;
}


input.schnellanfrage  {  /* Schnellanfrage */
	height: 15px;
	border: 1px solid #cccccc;
	background: #FFFFFF url(/global/img/form/bg_input.gif) repeat-x 0 0;
	font-size: 12px;
	padding: 3px;
	margin-right: 3px;
	width: 25px;
	text-align: right;
	vertical-align: middle;
}




	
textarea.h_small {
	height: 90px;
	font: 16px/20px "Lucida Grande", verdana, helvetica, arial, sans-serif;
	color: #333333;

	}
	
textarea.h_large {
	height: 200px;
	font: 16px/20px "Lucida Grande", verdana, helvetica, arial, sans-serif;
	color: #333333;
}


.button {
	background: #FFFFFF url("/global/img/form/bg_button.gif") repeat-x 0 0;
	border: 1px solid #cccccc;
	height: 22px;
	padding: 4px 10px 10px 4px;
}
	




select { 	letter-spacing:.06em;
	font-family:Verdana,Sans-Serif;
	font-size:11px;
	padding:1px;
	background: #fff url("/global/img/form/bg_input.gif") repeat-x 0 0;
	border: 1px solid #cccccc;
	 }
input.radio, input.checkbox { margin:0 3px 0 0; vertical-align:middle;  }
label.radio, label.checkbox { vertical-align:middle; margin-right:1.5em;  }
* html input.radio { margin:-4px 2px -4px -4px; }
* html input.checkbox { margin:-4px 2px -4px -4px; }






/***********************************************/
/* =form tag styles                            */
/***********************************************/




/* ------------UI-FEEDBACK -------------*/
.error {
	background: #FDF2C7;
	margin: 15px 0px;
	padding: 10px;
	font-size: 1.2em;
	border: 1px solid #FCE9AA;
	color: #FF0000;
}
.ok {
	margin: 15px 0px;
	padding: 10px;
	font-size: 1.2em;
	border: 2px solid #FCE9AA;
	color: #51555E;
}

div.ok a {
	
}
#content div.rightform {
	float: right;	
}



/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }



/***********************************************/
/* =slideshow                                  */
/***********************************************/

.slideshow .rahmen {
	background: #FDF2C7 url(none);
	padding:20px;
	border: 1px solid #FBE08C;
	vertical-align:bottom;
	margin-right: 18px;
	margin-bottom: 15px;
}

.slideshow a:hover .rahmen {
	background: #FBE08C url(none);
	padding:20px;
	border: 1px solid #FBE08C;
	vertical-align:bottom;
	margin-right: 18px;
	margin-bottom: 15px;
}
