@charset "utf-8";
/*
CSS Document
Title:     BVR stylesheet for print media
Author:    David Roessner
*/

.skiplink { display: none; }

body {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 13.5pt;
	}
#header { text-align: center; margin-bottom: 2cm; }
#header h1 { border: none; }
#banner { display: none; }
#navi { display: none; }
#leftcol img { border: 3px solid #765644; float: left; }
#mainText {
	float: left;
	width: 425px;
	padding: 0px 0px 0px 20px;
	}
#mainText img { border: none; margin-bottom: 15px; }
.mainbox { float: left; margin: 0 0 15px 0; }
ul.gallery li {
	float: left;
	list-style-type: none;
	margin: 0 15px 15px 0;
	}
ul.gallery img.thumb {
	background: white;
	}
ul.gallery a img.thumb:hover {
	border-color: #cc6633 !important;
	background: white;
	}
#rightcol { display: none; }
#wrapper_footer { display: none; }


h1	{
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	font-size: 180%;
	font-weight: normal;
	margin-bottom: 0.6em;
	margin-top: 0.2em; /* Damit IE7 die h1 nich von ober abschneidet */
	border-bottom: 1px solid #000;
	}
h2	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 2px;
	border-bottom: 1px solid #dbd6d2;
	}
h3	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.3em;
	letter-spacing: 0.01em;
	}
	
a 	{ text-decoration: underline; outline: none; /*Umrisslinie der Links unterbinden*/ }
a:link, a:visited  { color: #333; }
a:hover, a:focus, a:active { color: white; background: #47352a; text-decoration: none; }
ul.gallery a:hover, a:focus, a:active { background: none; }

p	{ margin: 0 0 10px 0 }	
ul { margin: 0 0 10px 0; list-style-type: disc; }
li { margin: 0 0 0 35px; } /* Abstand von links*/