/* andreas01 - an open source xhtml/css website layout by Andreas Viklund (http://andreasviklund.com). Made for OSWD.org, free to use as-is for any purpose as long as the proper credits are given for the original design work. For design assistance and support, contact me through my website or through http://oswd.org/email.phtml?user=Andreas

Version: 1.0
(July 25, 2005)

Screen layout: */

body { 
	margin: 0 auto;
	padding: 0;
	font: 76% Verdana,Arial,sans-serif;
	letter-spacing: 0.8px;
	background-color: #ffffff;
}

h1 { 
	font-family: Arial, Times New Roman;
	font-size: 1.4em;
}

#header { 
	width: 955px;
	min-height: 266px;
	margin: 0 auto;
	color: #a2a2a2;
	text-align: center;
	z-index: 5;
}

#wrap { 
	background: #f8f8f8;
	color: #000000;
	margin: 0 auto;
	margin-top: -30px;
	* margin-top: 0px;
	width: 955px;
}

#avmenu { 
	clear: left;
	float: left;
	width: 180px;
	margin: 0 0 0 0;
	margin-top: 30px;
	padding: 0;
	font-size: 0.9em;
}

#avmenu ul { 
	list-style: none;
	width: 180px;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 1.1em;
}

#avmenu li { 
	margin-bottom: 4px;
}

#avmenu li a { 
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	color: #ffffff;
	display: block;
	padding: 6px 0 0 15px;
	background: #ffffff;
	border: 1px solid #ffffff;
	border-left: 4px solid #ffffff;
}

#avmenu li a:hover { 
	color: #ff7700;
}

.announce { 
	margin: 10px 0 10px 0;
	padding: 10px;
	width: 150px;
	color: #ffffff;
	background-color: #f8f8f8;
	line-height: 1.3em;
}

#extras { 
	float: right;
	width: 150px;
	margin: 30px 0 10px 10px;
	padding: 0;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.5em;
}

#extras p { 
	margin: 0 0 1.5em 0;
}

#content { 
	margin: 0 175px 0 175px;
	padding: 30px 10px 0 10px;
	line-height: 1.6em;
	text-align: justify;
}

#content h1 { 
	text-align: left;
}

#content h2 { 
	font-size: 1.5em;
	margin: 0 0 0.5em 0;
}

#content img { 
	padding: 1px;
	display: inline;
}

h3 { 
	font-size: 1.3em;
	margin: 0 0 10px 0;
}

a { 
	text-decoration: none;
	color: #000000;
	text-align: justify;
}

a:hover { 
	text-decoration: underline;
	color: #ff7700;
}

a img { 
	border: 0;
}

#footer { 
	clear: both;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	border-top: 4px solid #c2c2c2;
	width: 760px;
	text-align: center;
	color: #c1c1c1;
	font-size: 0.9em;
}

#footer a { 
	color: #c1c1c1;
	text-decoration: none;
}

#footer a:hover { 
	text-decoration: underline;
}

.left { 
	margin: 10px 10px 5px 0;
	float: left;
}

.right { 
	margin: 10px 0 5px 10px;
	float: right;
}

.textright { 
	text-align: right;
}

.center { 
	text-align: center;
}

.small { 
	font-size: 0.8em;
}

.bold { 
	font-weight: bold;
}

.hide { 
	display: none;
}

/*Modul Bild und Text */
.flLeft { 
	float: left;
}

.flRight { 
	float: right;
}

.clear { 
	clear: both;
}

.centertab { 
	margin-right: auto;
	margin-left: auto;
	border: 0;
}

.bildtext { 
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	border: 0;
}

.imgleft { 
	float: left;
	margin-right: 20px;
}

.imgright { 
	float: right;
	margin-left: 20px;
}

.stopleft { 
	clear: left;
}

.stopright { 
	clear: right;
}

.bildtext2 { 
	text-align: justify;
}

/* Ausgabe am Bildschirm */
@media screen { 
}

.renderhead span { 
	display: none;
}

.renderhead img { 
	padding: 5px;
}

 { 
}

/* Ausgabe auf dem Drucker */
@media print { 
}

.renderhead span { 
	display: block;
	color: blue;
}

.renderhead img { 
	display: none;
}

/* Fotoalbum */
#foto { 
	border: 2px solid rgb(255, 255, 255);
	overflow: hidden;
	width: 100px;
	height: 100px;
	position: relative;
	margin: 5px;
}

/* Flyer */
#flyer { 
	border: 2px solid rgb(255, 255, 255);
	overflow: hidden;
	width: 200px;
	height: 200px;
	position: relative;
	margin: 5px;
}

/*iframe shop*/
#ifrie { 
	* position: relative;
	*top: -180px;
}

/*vorschau*/
.rechts { 
	color: #ffffff;
	width: 120px;
	margin: 0 auto;
}

.rechts tr { 
	height: 20px;
	margin: 5px;
}

.rechts td { 
	background: #000000;
	margin: 5px;
}

