@charset "UTF-8";
/*-------------------------------------------------------------------

PRINT STYLESHEET HOTEL-GRAF.DE

-------------------------------------------------------------------*/

/*
Author:    Sebastian Dubbel
Website:   www.beckerspaeth.de
E-Mail:    dubbel@beckerspaeth.de
Encoding:  UTF-8
*/

/*-------------------------------------------------------------------

RESET DEFAULT STYLES

-------------------------------------------------------------------*/

/* Reset margin and padding of all HTMl elements */
/* CSS Reset, Eric Meyer. URL: http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/ */
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	color: #000;
	background: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100.01%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*-------------------------------------------------------------------

HIDDEN ELEMENTS THAT AREN´T PRINTED

-------------------------------------------------------------------*/
#footer,
#skipnav,
#navigation,
#lang_select,
#flash,
ul.image_list,
body.termine table,
body.termine .col_2_3 h2 {
	display: none;
}


/*-------------------------------------------------------------------

GLOBAL BLOCK ELEMENTS

-------------------------------------------------------------------*/

#container {
	font-size: 62.5%; /* set font-size to reasonable size so that 10px = 1em */
}

#map {
	overflow: hidden;
}

/* GRID */
.elm_1_3,
.elm_2_3,
.elm_3_3,
.col_1_3,
.col_2_3,
.col_3_3 {
	margin-top: .5cm;
}

/*-------------------------------------------------------------------

GLOBAL CLASSES AND DEFINITIONS

-------------------------------------------------------------------*/


.clearfix:after,
dl dd:after,
.row:after  {
	content: "."; 
    display: block; 
    height: 0;
	line-height: 0;
    clear: both; 
    visibility: hidden;
}

/* clearing for IE6 */
.clearfix,
dl dd,
.row {
	height: 1%;
}

/* class to hide html elements */
.invisible,
.dont_print,
h1 {
	display: none;
}

/* class to print hidden elements */
.do_print {
	display: block !important;
}



/*-------------------------------------------------------------------

TYPOGRAPHY

-------------------------------------------------------------------*/

h2, h3, h4 {
	margin-top: .5cm;
	font-size: 14pt;
	line-height: 16pt;
	color: #000;
	font-weight: normal;
}

p,
ul,
ol,
dl {
	margin-top: .3cm;
	font-size: 9pt;
	line-height: 16pt;
}

ul ul,
ul ol,
ol ol,
ol ul {
	font-size: 100%;
}

ul, ol {
	margin-top: .4cm;	
}

ul li,
ol li {
	list-style-type: circle;
	margin-left: 1cm;
	margin-top: .1cm;
	line-height: 11pt;
}

dl ul {
	font-size: 100%;
}

dl dt {
	width: 3.5cm;
	float: left;
	font-weight: bold;
	clear: left;
}

dl dd {
	margin-left: 4cm;
}

dl dt,
dl dd {
	margin-bottom: .1cm;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/*-------------------------------------------------------------------

TYPOGRAPHIC CLASSES

-------------------------------------------------------------------*/

span.adr_float {
	float: left;
	width: 2cm;
}

span.adr_float.long {
	width: 3cm;
}

p.systemMsg {
	margin: .3cm 0;
	padding: .1cm;
	border: 2px solid #000;
}

p.systemMsg.error {
	border-color: #900;
	color: #900;
}

.pflichtfeld {
	color: #900;
}

ul.image_list.thumbnails {
	display: block;	
}

ul.image_list.thumbnails li {
	float: left;
	margin: 0 .1cm .1cm 0;
}

ul.image_list.thumbnails li a {
	border-bottom: none;
}


/*-------------------------------------------------------------------

IMAGES

-------------------------------------------------------------------*/

img {
	line-height: 0;
}


/*-------------------------------------------------------------------

LINKS

-------------------------------------------------------------------*/

a,
a:link,
a:visited,
a:hover, 
a:active,
a:focus {
	text-decoration: none;
	color: #021057;
	border-bottom: 1px solid #021057;
}

a img {
	border: none;
}

a#logo {
	border-bottom: none;
}

/* link to external website that is opened in a new window */
a.external_link {
}

/* show href attribute of external links */
a.external_link:after {
	content:" [URL: "attr(href)"]";
}


/*-------------------------------------------------------------------

TABLES

-------------------------------------------------------------------*/

table {
	margin-top: .5cm;
	padding: 0;
	border-collapse: collapse;
}

table th,
table td {
	font-size: 9pt;
	padding: .1cm 1.5cm .1cm .3cm;
	font-weight: normal;
	border-bottom: .5pt solid #000;
	text-align: left;
	vertical-align: top;
}

table th {
	background-color: #eeeeee;	
}

table th#standard,
table th#comfort,
table thead th,
table thead td {
	text-align: left;
	font-weight: bold;
}

table thead th,
table thead td {
	border-bottom-width: 2pt;
}

table th#standard,
table th#comfort {
	padding-right: 3cm;
}



/*-------------------------------------------------------------------

FORMS

-------------------------------------------------------------------*/

form {
	margin-top: .5cm;
}

fieldset {
	border: solid 0 #fff;
}

fieldset legend {
	display: none;
}

label {
	display: block;
	float: left;
	width: 4cm;
	font-weight: bold;
}

input.text,
textarea {
	width: 8cm;
	padding: .05cm;
}

textarea {
	height: 3cm;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
}

#send,
form .footnote {
	margin-left: 4cm;	
}

form .footnote {
	display: block;
	font-size: 8pt;
	line-height: 1.4;
}

p.error label {
	color: #900;	
}

p.error input.text,
p.error textarea {
	color: #900;	
}


/*-------------------------------------------------------------------

LIGHTBOX

-------------------------------------------------------------------*/

/* Lightbox zum Drucken komplett ausblenden
*  drucken nicht möglich, da Bilder als Background-image eingefügt werden und von den Browsern 
*  beim Druck entfernt werden */
#lbOverlay,
#lbCenter,
#lbBottomContainer {
	display:none;
}
