/* 
	Schrift- und Absatzformatierung
	(www.pro-bild.de)

	Autor: Martin Use (mu@metalab.de)
	Datum: 02/2006
	letzte Änderung: 26.04.2006 (mu)

*/

/* ###### Allgemeines ###### */
body, td, textarea, input, select {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}
input, textarea, select {
	border: 1px solid #C5CCE0;
	background-color: #F2F4F8;
	padding: 0.2em;
}

a {
	color: #374F99;
	text-decoration: none;
}

:visited {
	color: #6074B1;
}

a:active {
	color: #374F99
}

a:hover {
	text-decoration: underline;
}

a.more/* */ {
	padding-right: 7px;
	background: url("more.png") no-repeat 100% 6px;
}

a.back/* */ {
	padding-left: 7px;
	background: url("back.png") no-repeat 0% 6px;
}

a.print/* */ {
	padding-left: 15px;
	background: url("print.png") no-repeat 0% 3px;
}

/* ###### Header ###### */ 

#textline p {
	margin:0;
	padding: 0.1em;
	line-height: 20px;
	font-size: 0.9em;
	color: white;
}

#textline a {
	color: white;	
}

/* ###### Content ###### */ 
#content h1 {
	color: #173181;
	margin: 1em 0em;
	font-size: 1.5em;
}

#content p, #content ul, #content ol, dl {
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 0;
	margin: 0 1em 1em 1em;
}

#content h3 {
	color: #B2B9CB;
	font-size: 1.2em;
	margin: 1.5em 0 1em 0;
	border-bottom: 1px solid #C5CCE0;
}

#content h4 {
	margin: 1.3em 1em 1.2em 1em;
	font-size: 1em;	
}

/* ###### Listen ###### */ 
#content ul, #content ol {
	font-size: 0.9em;
	margin: 1.3em 1em 1.3em 1em;
	padding-left: 2em;
}
#content ul {
	list-style-image: url("ulbullet.png");
}
#content ul ul, ol ol {
	margin: 0.3em 1em 0.3em 1em;
	padding-left:0.5em;
}
#content li {
	margin-bottom: 0.3em;
}

/* ###### Tabellen ###### */ 
#content table {
	font-size: 0.9em;
	margin: 0 1em 1em 1em;
}

#content th {
	background: #B2B9CB;
	font-size: 0.9em;
	padding: 0.4em 1.0em;
	text-align: left;
}

#content td {
	font-size: 0.9em;
	padding: 0.4em 1.0em;
}

/* ###### Formulare ###### */ 
#buchung input, #buchung textarea {
	font-size: 0.9em;
}

#buchung .address {
	margin-left: 1.0em;
}
#buchung .address td {
	vertical-align: top;
	padding: 0.3em 0.2em;
	font-size: 1.0em;
}
#buchung .address td.formText {
	padding: 0.5em 1.0em 0.5em 0px;
	text-align: right;
}
#buchung .address td.formInput {
	padding-top: 0.3em;
}
#buchung .address td.formInput input {
	width: 250px;
}
#buchung .address td.formInput textarea {
	width: 250px;
}
#buchung .address table.checkboxes {
	margin:0;
}
#buchung .address table.checkboxes .formCheckbox {
	padding-top: 0.5em;
}
#buchung .address table.checkboxes .formCheckboxText {
	padding: 0.5em 0.5em 0.5em 0.5em;
}
#buchung .tickets th {
	background: #B2B9CB;
	font-size: 1.0em;
	padding: 0.4em 0.6em;
	text-align: left;
}
#buchung .tickets td {
	font-size: 1.0em;
	padding: 0.4em 0.6em;
}
#buchung tr.sep td {
	border-top: 2px solid #B2B9CB;
}

/* ###### Sidebar ###### */ 
div.sidebox h3 {
	font-size: 1em;	
	margin:0 0 0.4em 0;
	padding: 0.4em 0.6em;
	background: #C5CCE0 url(sidebox_top.jpg) left top repeat-x;
}

div.sidebox h4 {
	font-size: 0.8em;	
	margin:0;
	padding: 0.3em 0.7em;
}

div.sidebox p {
	font-size: 0.8em;
	margin: 0;
	padding: 0.3em 0.7em;
}


/* ###### Footer ###### */ 
#footer p {
	font-size: 0.8em;
	padding: 0;
	margin: 0;
} 
