BODY, DIV, TD {
	background: #fff;
}

BODY {
	font-family:Arial;
	font-size:10pt;
	color: #111;
	text-align:justify;
	margin:0px;
	padding:0px;
	margin-top:20px;
}

@media screen {
	BODY {
		padding: 20px;
	}
}

/************************************
  LINKS 
*************************************/

a {
	color:#dc143c;;
	text-decoration:none;
	font-size: 8pt;
}

a:hover {
	color:red;
}

a.favorit {
	text-decoration:none;
	color:#222;
	font-size:7pt;
}

TD.topmenu a {
	font-size: 7pt;
	margin-left:10px;
}

td {
	font-family:Verdana;
	font-size:10pt;
}

/************************************
  MENU 
*************************************/


.newmenu a {
	color:#dc143c;
	font-size:8pt;
	font-weight:normal;
	display:none;
}

.newmenu img {
	margin-bottom:5px;
	display:none;
}

.menubar .menu a {
	display:block;
	padding:2px 10px;
	color: #fff;
	border-bottom:1px solid #fff;
	font-size:10pt;
	font-weight:bold;
	font-family:Arial;
}

.menubar {
	display:none;
}

td.menubar {
	border:1px solid #666;
	border-top: 0px;
	border-bottom:0px;
	border:0px;
	display:none;
}

p, div, td {
	orphans: 3;
	widows: 3;
}

.imagebar {
	display:none;
}



#mycontent {
	min-height:300px;
	padding:10px 0px 5px 0px;
	font-size:9pt;
	orphans: 3;
	widows: 3;
}

#mycontent, div, td, p {
	orphans: 3;
	widows: 3;
}

#mycontent img.styled,
#mycontent img.no-pic {
	border: 1px outset #dc143c;
	background-color: #fff;
	padding: 3px 7px;
	margin: 5px;
}

#mycontent img.no-pic {
	background: #ffe url(../images/kein_bild.gif) center center no-repeat;
	background-color: #ffe;
}


.printbutton {
	width:100%;
	border:1px solid #ccc;
	background:#eee;
	margin-bottom:20px;
	padding:5px;
}

.print_ad {
	border-top:1px solid #ccc;
	margin-bottom:40px;
	padding:5px;
}

/************************************
  HEADER 
*************************************/


h1,
h2,
h3 {
	font-family:Verdana;
	color: #222;
	margin:0px;
	padding:0px;
}

h1 {
	font-size: 18pt;
	font-weight:bold;
}

h2 {
	font-size: 14pt;
	font-weight:bold;
	margin-bottom:20px;
}

h3 {
	font-size: 10pt;
	font-weight:bold;
	margin-bottom:20px;
}


/* ............ */

ACRONYM {
	cursor: help;
	border-bottom: 1px dashed #ccc;
}


fieldset {
	border: 0px;
	border-top:1px solid #eacaba;
	padding: 10px 0px 0px 0px;
	margin: 10px 0px 20px;
}


legend {
	border: 1px outset #eacaba;
	background:#ffd;
	font-size:9pt;
	padding: 0px 20px;
	margin:0px;
}


/* PRINTING */

.noprint {
	display:none;
}

.print {
	display:inline;
}

.print_bg {
	background: url(../images/blind.gif) top left no-repeat;
	background: #fff;
}

.rightbar {
	background: #fff;
	padding:0px;
}

@media screen {
	.noshow_print {
		display:none;
	}
}

@media print {
	
	.show_noprint {
		display:none;
	}
	.noshow_print {
	}
}
