/*****************************************************************************
* XHTML Style for gutendruck.de
* (c) 2007 by GRACO - admin@graco-berlin.de
* Layout
******************************************************************************/
* {
	margin:0;
	padding:0;
}
html, body {		
	height:100%;
	background-image: url(../images/kachel.gif);
	background-repeat: repeat;
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	}
body {
	text-align:center;
	}		
#distance {
	width: 1px;
	height:50%;
	margin-bottom:-365px; /* halbe Höhe von #content */
	float:left;
	}	
#content {
	/*position: relative;*/
	margin: 0px auto;
	text-align:left;
	background-image: url(../images/main/bg-neu.png);
	background-repeat: no-repeat;
	width: 838px;
	height: 729px;
	clear: left;
}
#menue	{
	margin-top: 20px;
	position: relative;
	float: left;
	width: 798px;
}
#nav {
	float: left;
	margin-top: 76px;
	margin-left: 20px;
	padding: 0px;
	height: 28px;
	list-style: none;
	display: inline;
	overflow: hidden;
	width: 615px;
}
#nav li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
}
#nav a {
	float: left;
	padding: 28px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:28px; /* for IE5/Win only */
	}
	
#nav a.preiselnk:hover, #nav a.dateivorg:hover, #nav a.daten:hover, #nav a.kontakt:hover, #nav a.impressum:hover {
	background-position: 0 -28px;
	}

/*#nav a:active, #nav a.selected {
	background-position: 0 -56px;
	}*/
#preiselnk a.preiselnk  {
	width: 77px;
	background: url(../images/main/menue/btn-preise.gif) top left no-repeat;
	}
#dateivorg a.dateivorg  {
	width: 156px;
	background: url(../images/main/menue/btn-dateivor.gif) top left no-repeat;
	}
#daten a.daten  {
	width: 165px;
	background: url(../images/main/menue/btn-daten.gif) top left no-repeat;
	}
#kontakt a.kontakt  {
	width: 96px;
	background: url(../images/main/menue/btn-kontakt.gif) top left no-repeat;
	}
#impressum a.impressum  {
	width: 121px;
	background: url(../images/main/menue/btn-impressum.gif) top left no-repeat;
	}
#logo {
	float: right;
}
#inlinecontent {
	float: left;
	/*height: 520px;*/
	height: 480px; /*eigentlich 500*/
	width: 798px;
	position: relative;
	top: 0px;
	left: 0px;
	/*overflow: hidden;*/
}
#flashcontent {
	width: 838px;
	margin: 100px 0px;
	padding: 0px;
	text-align: center;
}
#button{
	clear: both;
	text-align: right;
	position: relative;
	width: 778px;
	height: 57px;
	padding-right: 60px;
}

#button img{
	border: 0px;
	margin: 0px;
	padding: 0px;
}
input, select, textarea { 
	/**/
	font-size: 12px;
	font-family: "Courier New", Courier, mono;
	font-weight: normal;
	color:#000000;
	border: 1px solid #9E7131;
	background-color: transparent;
}

select {
	background-color: #F7F6E6;
}

.inputbreite {
	width: 290px;
	height: 18px;
}

.inputbreite2 {
	width: 210px;
	height: 18px;
}
   
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#upload-msg {
	width: 480px;
	font-size: 14px;
}
div#more {
	float: right;
	text-align: left;
	position: absolute;
	right: 60px;
	bottom: 20px;
}
div#more a.morelnk:link, div#more a.morelnk:visited {
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
}
div#more a.morelnk:hover {
	color: #9E7232;
	font-size: 12px;
	text-decoration: underline;
}
/******************************************
* calendar
******************************************/
input.calendar,
select.calendar {
	width: 99px;
}

button.calendar {
	background: url(../calendar/calendar-icon.gif);
	border: 0;
	cursor: pointer;
	float: left;
	height: 18px;
	margin-right: 6px;
	width: 18px;
}
button.calendar:hover,
button.calendar.active {
	background-position: 0 18px;
}

div.calendar {
	background: url(../calendar/calendar.png);
	height: 195px;
	padding: 0 6px;
	text-align: center;
	width: 147px;
}	
	div.calendar div {
		background: none !important;
		cursor: move;
		height: 185px;
		overflow: hidden;
		padding-top: 10px;
		position: relative;
		width: 147px;
	}	
	
	div.calendar caption {
		color: #333;
		font: normal 12px/16px Arial, Helvetica, sans-serif;
		padding-top: 6px;
		text-align: center;
		width: 100%;
	}
	div.calendar caption a {
		cursor: pointer;
		display: block;
		height: 12px;
		overflow: hidden;
		position: absolute;
		text-indent: -100px;
		top: 17px;
		width: 11px;
	}
	div.calendar caption a.prev {
		background-image: url(../calendar/calendar-prev.gif);
		left: 0;
	}
	div.calendar caption a.next {
		background-image: url(../calendar/calendar-next.gif);
		right: 0;
	}
	div.calendar caption a:hover {
		background-position: 0 12px;
	}
	div.calendar caption span {
		height: 25px;
		position: relative;
		text-align: center;
	}
	div.calendar caption span.month {
		padding-right: 8px;
	}
	div.calendar caption span.month:after {
		content: ',';
	}

	div.calendar table {
		background: #FFF;
		border: 0;
		border-collapse: collapse;
		border-spacing: 0;
		cursor: default;
		margin: 0 auto;
		overflow: hidden;
		width: 147px;
	}
	div.calendar td,
	div.calendar th {
		border: 0;
		color: #0597DB;
		font: normal 12px Arial, Helvetica, sans-serif;
		height: 21px;
		text-align: center;
		width: 21px;
	}
	div.calendar td {
		background: url(../calendar/calendar-td.gif);
		color: #FFF;
		font-size: 11px;
	}
	div.calendar td.invalid {
		color: #999;
	}
	div.calendar td.valid {
		background: url(../calendar/calendar-valid.gif);
		color: #0597DB;
		cursor: pointer;
	}
	div.calendar td.hilite {
		background: url(../calendar/calendar-hilite.gif);
	}
	div.calendar td.inactive {
		background: url(calendar-td.gif) 0 100%;
		color: #FFF;
	}
	div.calendar td.active,
	div.calendar td.hover {
		background: url(../calendar/calendar-valid.gif) 0 100%;
		color: #FFF;
		cursor: pointer;
	}
	
/*NY Style*/
input.i-heart-ny,
select.i-heart-ny {
}

button.i-heart-ny {
	background: url(../calendar/i-heart-ny-icon.gif);
	border: 0;
	cursor: pointer;
	/*float: left;*/
	height: 18px;
	margin-left: 6px;
	width: 18px;
}
button.i-heart-ny:hover,
button.i-heart-ny.active {
	background-position: 0 18px;
}

div.i-heart-ny {
	background: url(../calendar/i-heart-ny.png);
	height: 278px;
	padding: 4px;
	width: 164px;
}	
	div.i-heart-ny div {
		background-repeat: no-repeat;
		background-position: 8px 8px;
		cursor: move;
		height: 278px;
		overflow: hidden;
		position: relative;
		width: 164px;
	}	
	div.i-heart-ny.januar div { background-image: url(../calendar/i-heart-ny-jan.gif); }	
	div.i-heart-ny.februar div { background-image: url(../calendar/i-heart-ny-feb.gif); }	
	div.i-heart-ny.märz div { background-image: url(../calendar/i-heart-ny-mar.gif); }	
	div.i-heart-ny.april div { background-image: url(../calendar/i-heart-ny-apr.gif); }	
	div.i-heart-ny.mai div { background-image: url(../calendar/i-heart-ny-may.gif); }	
	div.i-heart-ny.juni div { background-image: url(../calendar/i-heart-ny-jun.gif); }	
	div.i-heart-ny.juli div { background-image: url(../calendar/i-heart-ny-jul.gif); }	
	div.i-heart-ny.august div { background-image: url(../calendar/i-heart-ny-aug.gif); }	
	div.i-heart-ny.september div { background-image: url(../calendar/i-heart-ny-sep.gif); }	
	div.i-heart-ny.oktober div { background-image: url(../calendar/i-heart-ny-oct.gif); }	
	div.i-heart-ny.november div { background-image: url(../calendar/i-heart-ny-nov.gif); }	
	div.i-heart-ny.dezember div { background-image: url(../calendar/i-heart-ny-dec.gif); }	
	
	/* 
	We won't be using the caption element traditionally
	We have to make sure it doesn't take up space in the browser and offset the other elements
	Unfortunately position: absolute is not supported by all browsers for table-caption
	IEX only responds to line-height
	*/
	
	div.i-heart-ny caption {
		color: #808080;
		height: 0%;
		line-height: 0;
	}
	div.i-heart-ny caption a {
		cursor: pointer;
		display: block;
		height: 25px;
		overflow: hidden;
		position: absolute;
		text-indent: -100px;
		top: 0;
		width: 23px;
		z-index: 200;
	}
	div.i-heart-ny caption a.prev {
		background-image: url(../calendar/i-heart-ny-prev.png);
		left: 0;
	}
	div.i-heart-ny caption a.next {
		background-image: url(../calendar/i-heart-ny-next.png);
		right: 0;
	}
	div.i-heart-ny caption a:hover {
		background-position: 0 25px;
	}
	div.i-heart-ny caption span.month {
		bottom: 8px;
		font: normal 11px Arial, Helvetica, sans-serif;
		position: absolute;
		right: 10px;
		z-index: 100;
	}
	
	/* 
	IEX won't work if all the children of the caption element are absolutely positioned
	Since we can't just leave the year un-positioned, we will have to hide it
	(Remarkably this actually works in IEX)
	*/
	
	div.i-heart-ny caption span.year {
		display: none;
	}

	div.i-heart-ny table {
		border: 0;
		border-collapse: collapse;
		border-spacing: 0;
		margin: 143px 10px 0 7px;
	}
	div.i-heart-ny tbody {
		cursor: default;
	}
	div.i-heart-ny td {
		border: 0;
		color: #FFF;
		font: normal 9px Arial, Helvetica, sans-serif;
		height: 21px;
		text-align: right;
		vertical-align: bottom;
		width: 21px;
	}
	div.i-heart-ny td.active,
	div.i-heart-ny td.hover {
		background: url(../calendar/i-heart-ny-active.gif);
		color: #25A8C2;
		cursor: pointer;
	}
	div.i-heart-ny td.invalid {
		background: url(../calendar/i-heart-ny-invalid.gif);
		color: #DA2727;
	}
	div.i-heart-ny td.valid {
		color: #808080;
		cursor: pointer;
	}
	div.i-heart-ny td.inactive {
		background: url(../calendar/i-heart-ny-inactive.gif);
		color: #808080;
	}
	div.i-heart-ny thead {
		display: none;
	}