/* Media-Definitionen */

@media print {

body {
	color: black;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	background-color: #fff;
	margin: 10px 40px;
}

.noprint { display: none; }

.top_print {
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
	width: 720px;
}

.bottom_print {
	font-size: 0.8em;
	text-align: center;
	width: 720px;
}
}
 @media screen {

body {
	color: #191919;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	background-color: #ccc;
	margin: 0;
}

.noscreen { display: none; }

.centerpg {
	background-image: url(../media/bg.gif);
	background-position: center 0;
	text-align: center;
}

.pg_top {
	background-image: url(../media/bg_top.gif);
	background-repeat: no-repeat;
	background-position: center 0;
	text-align: center;
	margin-left: -1px;
	height: 30px;
}

.top_menu {
	background-image: url(../media/logomenu.jpg);
	background-repeat: no-repeat;
	background-position: right;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 720px;
	height: 180px;
}

.top_teaser {
	background-image: url(../media/logo_ga.jpg);
	background-repeat: no-repeat;
	background-position: right;
	margin-right: auto;
	margin-left: auto;
	width: 720px;
	height: 180px;
}

.pg_bottom {
	background-image: url(../media/bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: center 0;
	text-align: center;
	margin-left: -1px;
	height: 30px;
}
}

/* Pulldown-Menue */

#sddm {
	margin: 0;
	padding: 0;
	z-index: 30
}

#sddm li {
	font: bold 0.8em arial;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#sddm li a {
	display: block;
	width: auto;
	background: #c00;
	color: #f8f8ff;
	text-align: center;
	text-decoration: none;
	padding: 3px 6px;
}

#sddm li a:hover { background: #f00 }

#sddm div {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #e6e6e6;
	border: solid 1px #191919
}

#sddm div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 4px 10px 4px 8px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #e6e6e6;
	color: #c00;
	font: 1em arial
}

#sddm div a:hover {
	background: #c00;
	color: #f8f8ff
}

/* Site-Design */

a:link, a:visited {
	color: #c00;
	text-decoration: none;
}

a:active, a:hover { color: #f00; }

h1 {
	font-weight: bold;
	font-size: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

h2 {
	font-weight: bold;
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 12px;
}

.content {
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	width: 720px;
}

.teaser {
	font-weight: bold;
	font-size: 1.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

a.tease {
	color: #191919;
	text-decoration: none;
}

a.tease:hover { color: #c00; }

.bold { font-weight: bold; }

.spacer { height: 9px; }

.imgleft {
	padding-top: 4px;
	padding-right: 9px;
}
