@media all {
	/* SPAM-Schutz */
	.hidden {
		display: none;
	}
}

@media print {
	.acc, #imgbar, #topmenu, .hidden {
		display: none;
	}
}

@media handheld {
	#imgbar {
		display: none;
	}
}

@media screen, projection, tv {

	* {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	q {
		quotes: "\00BB" "\00AB" "\203A" "\2039";
		font-style: italic;
	}
	q:before { content:open-quote; }
	q:after { content:close-quote;}

	body {
		font: normal 100.01% Verdana, Arial, Helevetiva, sans-serif;
		text-align: center;
		background: #bbbbbb url(../images/background.gif);
		color: #000000;
	}

	p, table {
		font-size: 1em;
		padding-bottom: 0.7em;
	}

	/* Accessibility Elemente */
	.acc {
		position: absolute;
		left: -1000px;
		top: -1000px;
		width: 0px;
		height: 0px;
		overflow: hidden;
		display: inline;
	}

	#screen {
		max-width: 55em;
		min-height: 400px;
		margin: 0 auto;
		border-left: 1px dashed #bbbbbb;
		border-right: 1px dashed #bbbbbb;
		border-bottom: 1px dashed #bbbbbb;
		text-align: left;
		overflow: auto;
		background: #f3ebdc;
		color: #000000;
	}

	#logo {
		background: #fd5322;
		color: #000000;
		text-align: center;
		margin-bottom: 1px;
	}

	#topmenu {
		background: #fd5322;
		color: #000000;
		text-align: center;
	}

	#submenu {
		background: #fd5322;
		color: #000000;
		width: 150px;
		height: 400px;
		float: left;
		position: relative;
		margin-right: 15px;
		z-index: 2;
	}

	#submenu li {
		display: inline;
	}

	#submenu ul#submenu_first {
		position: absolute;
		bottom: 0px;
	}

	/* erste und zweite Navigationsebene */
	#submenu a {
		display: block;
		margin-top: 1px;
		width: 150px;
		background: transparent url(../images/60white.png) repeat;
		color: #8b0000;
		text-decoration: none;
		font-size: 0.8em;
	}

	#submenu a:hover, #submenu li.active a {
		background: transparent url(../images/25black.png) repeat;
		color: #ffffff;
	}

	#submenu ul a span {
		padding-left: 10px;
		padding-top: 5px;
		padding-right: 5px;
		padding-bottom: 5px;
		display: block;
	}

	/* zweite Navigationsebene */
	#submenu ul#submenu_second a {
		font-size: 0.7em;
	}

	#submenu ul#submenu_second a span {
		padding-left: 20px;
		padding-top: 1px;
		padding-right: 4px;
		padding-bottom: 1px;
	}

	/* Container f�r die 3 Bilder auf der rechten Seite */
	#imgbar {
		margin-left: 5px;
		position: relative;
		right: 0px;
		float: right;
		width: 150px;
	}

	#imgbar img {
		margin-bottom: 15px;
	}

	img {
		border: none;
	}


	/* Inhaltscontainer */
	#content {
		font-size: 0.8em;
		line-height: 1.5em;
		margin: 10px 10px 10px 160px;

	}

	/* �berschriften formatieren */
	#content h1, h2 {
		margin: 10px 5px 10px 0px;
		line-height: 1.6em;
		color: #8b0000;
		font-weight: normal;
		font-family: serif;
	}

	#content h1 {
		font-size: 1.7em;
	}

	#content h2 {
		font-size: 1.3em;
	}

	#content li {
		padding-left: 12px;
		background-image: url(../images/bullet.gif);
		background-repeat: no-repeat;
		background-position: 0 .6em;
	}

	#content a {
		color: #8b0000;
	}

	#content a:hover {
		color: #fd5322;
	}

	#content a {
		white-space: nowrap;
	}

	/* Tabelle in der Seite */
	table.contenttable td {
		padding-left: 0.5em;
		padding-right: 0.5em;
	}

	/* Wenn eine Liste in nur einer Zeile angezeigt werden soll (*bla *ble *blo *blu ...) */
	ul.onerow li {
		display: inline;
	}
	
	/* csc-textpic rutscht sonst unter das Menue */
	div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
		clear: none;
	}
	/* div.csc-textpic-clear {
		clear: none;
	} */

	/* styles for extension "tx_veguestbook_pi1" */
    .tx-guestbook-list-table {
	}
    .tx-guestbook-list-header {
		background-color: #8b0000;
		color: #ffffff;
		font-weight:bold;
		padding: 2px;
		padding-left: 4px;
	}
    .tx-guestbook-list-row {
		background-color: #ffffff;
		padding: 4px;
	}
    .tx-guestbook-list-rowleft {
		background-color: #eeeeee;
		font-size: 0.9em;
		padding: 4px;
		width: 20%;
	}
    .tx-guestbook-list-entrycomment-title {
		font-weight: bold;
	}
    .tx-guestbook-list-entrycomment {
		font-style: italic;
	}
    .tx-guestbook-list-small {
		font-size: 9px;
		color: #666666;
	}
    .tx-veguestbook-pi1-browsebox td {
		font-size: 9px;
		color: #666666;
	}
    .tx-veguestbook-pi1-browsebox-strong, .tx-ttnews-browsebox-SCell {
		font-weight: bold;
	}
    .tx-veguestbook-pi1-browsebox-SCell {
		background-color: #eeeeee;
	}
    .tx-guestbook-latest-header {
		background-color: #539521;
		color: #FFFFFF;
		font-weight:bold;
	}
    .tx-guestbook-latest-row {
		background-color: #ffffff;
	}
    .tx-guestbook-latest-small {
		font-size: 9px;
		color: #666666;
	}
    .tx-guestbook-form-inputfield-med, .tx-guestbook-form-inputfield-big {
		width:250px;
	}
    .tx-guestbook-form-textarea {
		width: 350px;
	}
    .tx-guestbook-form-obligationfield {
		color: #8b0000;
	}
    .tx-guestbook-form-error {
		color: #8b0000;
	}
	/* styles for extension "tx_srfreecap_pi2" */
	.tx-srfreecap-pi2-image {
		margin-left: 1em;
	}
	.tx-srfreecap-pi2-cant-read {
		font-size: 0.9em;
		font-style: italic;
	}
	.tx-srfreecap-pi2-cant-read a:link {
		background-color:transparent;
		font-weight:bold;
		text-decoration:none;
	}
}
