/*
Titel:        WSFprojekt.de Stile fuer den Druck
Autor:        Simon Zirkunow, simon@bluesmuse.de
Bearbeitet:   12 Sep 2005
*/



/* -----[ BASIS SETUP ]------------------------------- */

.oldbrowser {
	display: none; /* for old browsers */
}

body {
	color: #000;
	background: #fff;
	text-align: left;
	font: 11px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
}

img {
	border: none;
}

#wrapper {
	width: auto;
	margin: 1cm;
}

#main {
	border-top: none;
	margin: 0;
	padding: 0;
}

#contents {
	width: auto;
	line-height: 19px;
}

#nav {
	display: none;
}

#crumb {
	display: none;
}

#navcontents {
	display: none;
}

#secnav {
	display: none;
}


/* -----[ LINKS ]------------------------------------- */

a:link {
	color: #00c;
	background: transparent;
	text-decoration: none;
	border-bottom: 1px dotted #999;
}

a:visited {
	color: #485bbc;
	background: transparent;
	text-decoration: none;
	border-bottom: 1px dotted #999;
}

a:hover {
	color: #c00;
	background: transparent;
	text-decoration: none;
	border-bottom: 1px solid #999;
}

a:active {
	color: #c00;
	background: #f2f2f2;
	text-decoration: none;
	border-bottom: none;
}


/* -----[ HEADER STILE ]------------------------------ */

h1 {
	display: none;
}

h2{
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding-bottom: 0;
	background: transparent;
	color: #000;
	font: 22px/20px bold "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
}

h3{
	margin: 20px 0 -8px 0;
	background: transparent;
	color: #000;
	font: 18px/16px normal "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
}

h4{
	margin: 15px 0 -8px 25px;
	background: transparent;
	color: #000;
	font: 15px/12px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
}


/* -----[ INHALT STILE ]------------------------------ */

.button{
	border-left: 2px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	padding: 0 5px;
	background: #fff;
	color: inherit;
	font-family: "Andale Mono", Monaco, "Courir New", fixed, sans-serif;
	letter-spacing: 0.05em;
}

.arrow{
	border: 1px solid #e2e2e2;
	padding: 0 7px;
	margin-right: 1px;
	background: #fff;
	color: #777;
	font-weight: bold;
	text-decoration: none;
}

form, #nav ul {
	margin: 0;
	padding: 0;
}

.almanach{
	float: right;
	margin: 0 0 20px 20px;
	padding: 0 0 10px 10px;
	border-left: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}

.bildbeschreibung{
	width: auto;
	padding: 0;
	background: #f2f2f2;
	color: inherit;
	text-align: center;
}

.tabellenliste {
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
}

.tabellenlisteunten {
	vertical-align: middle;
}

#artikel{
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 0;
}

#artikel .top{
	border-top: 3px solid #fff;
	color: inherit;
	background: #f2f2f2;
}

#artikel li{
	border-top: 1px solid #ccc;
	padding: 5px;
	margin-left: 0;
	list-style: none;
	line-height: 135%;
}

#artikel ul{
	margin-left: 0;
	list-style: none;
}

#contents a > img:hover{
	border: 1px solid #999;
}

#contents p > img, #contents td > img, #contents a > img{
	border: 1px solid #ccc;
	padding: 10px;
	background: #f2f2f2;
	color: #333;
	text-align: center;
	vertical-align: middle;
}

hr{
	border-top: 2px solid #ccc;
	height: 0px;
}


/* -----[ COPYRIGHT STILE ]--------------------------- */

#copy{
	display: none;
}