/* CSS Document */

a:link { color:#000000; text-decoration:none; font-weight:normal; font-style:normal; }    /* noch nicht besuchte Ziele */
a:visited { color:#000000; text-decoration:none; font-weight:normal; font-style:normal; } /* besuchte Ziele */
a:hover { color:#000000; text-decoration:underline; font-weight:normal; font-style:normal; }   /* Verweise bei "MouseOver" */
a:active { color:#000000; text-decoration:none; font-weight:normal; font-style:normal; }  /* Angeklickte Verweise */
a:focus { color:#000000; text-decoration:none; font-weight:normal; font-style:normal; }   /* Verweise, die Fokus erhalten */

body {
	margin: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #f3f1e2;
}

p,ul {
	margin-top:0px;
	margin-bottom:10px;
}

li {
	margin-bottom:2px;
}

div#logo {
	position: absolute;
	padding: 0px;
	width: 160px;
	height: 160px;
	left: 10px;
	top: 30px;
	background-image:url(../images/dja_logo.gif);
	background-repeat:no-repeat;
}

div#bublogo {
	position: absolute;
	padding-top: 10px;
	width: 160px;
	height: 46px;
	left: 10px;
	top: 624px;
	background-image:url(../images/bub_logo.gif);
	background-repeat:no-repeat;
}

div#top_navi {
	position: absolute;
	width: 854px;
	height: 20px;
	left: 180px;
	font-size: 10px;
	text-align:right;
}

div#banner {
	position: absolute;
	width: 854px;
	height: 120px;
	top: 550px;
	left: 180px;
	background-image:url(../images/dja_banner_grau.gif);
}

div#left_navi {
	position: absolute;
	width: 160px;
	height: 520px;
	top: 190px;
	left: 10px;
	font-size: 11px;
}

div#left_navi_link {
	padding-bottom: 5px;
}

div#content_header_corner {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 30px;
	left: 180px;
	background-image: url(../images/red_corner.gif);
	background-repeat: no-repeat;
	border:none;
}

div#content_header {
	position: absolute;
	width: 834px;
	height: 20px;
	top: 30px;
	left: 200px;
	background-color: #e20031;
	font-weight:bold;
	font-size: 12px;
	color: #ffffff;
	vertical-align:baseline;
	padding-top:2px;
}

div#content_header a:link { color:#ffffff; text-decoration:none; font-weight:bold; font-style:normal; font-size:9px;}
div#content_header a:visited { color:#ffffff; text-decoration:none; font-weight:bold; font-style:normal; font-size:9px;}
div#content_header a:hover { color:#ffffff; text-decoration:underline; font-weight:bold; font-style:normal; font-size:9px;}
div#content_header a:active { color:#ffffff; text-decoration:underline; font-weight:bold; font-style:normal; font-size:9px;}
div#content_header a:focus { color:#ffffff; text-decoration:underline; font-weight:bold; font-style:normal; font-size:9px;}

div#content {
	position: absolute;
	padding: 20px;
	width: 564px;
	height: 460px;
	top: 50px;
	left: 180px;
	background-color: #ffffff;
	color: #000000;
}

div#WhiteSpaceFiller {
	position: absolute;
	top:280px;
	left:200px;
}

div#WhiteSpaceFiller_small {
	position: absolute;
	top:330px;
	left:200px;
}

div#content a:link { color:#000000; text-decoration:underline; font-weight:normal; font-style:normal; }    /* noch nicht besuchte Ziele */
div#content a:visited { color:#000000; text-decoration:underline; font-weight:normal; font-style:normal; } /* besuchte Ziele */
div#content a:hover { color:#e20031; text-decoration:underline; font-weight:normal; font-style:normal; }   /* Verweise bei "MouseOver" */
div#content a:active { color:#e20031; text-decoration:underline; font-weight:normal; font-style:normal; }  /* Angeklickte Verweise */
div#content a:focus { color:#e20031; text-decoration:underline; font-weight:normal; font-style:normal; }   /* Verweise, die Fokus erhalten */

div#content_nav {
	position:absolute;
	top:530px;
	left:180px;
	width:584px;
	text-align:right;
}

div#content_nav a:hover { color:#e20031; text-decoration:underline; font-weight:normal; font-style:normal; }   /* Verweise bei "MouseOver" */

div#pic {
	position: absolute;
	width: 250px;
	height: 170px;
	top: 50px;
	left: 784px;
	background-color: #000000;
}

div#infobox {
	position: absolute;
	font-size: 10px;
	padding: 10px;
	width: 230px;
	height: 310px;
	top: 220px;
	left: 784px;
	background-color:#dddddd;
}

div#infobox a:link { color:#000000; text-decoration:underline; font-weight:normal; font-style:normal; }    /* noch nicht besuchte Ziele */
div#infobox a:visited { color:#000000; text-decoration:underline; font-weight:normal; font-style:normal; } /* besuchte Ziele */
div#infobox a:hover { color:#e20031; text-decoration:underline; font-weight:normal; font-style:normal; }   /* Verweise bei "MouseOver" */
div#infobox a:active { color:#e20031; text-decoration:underline; font-weight:normal; font-style:normal; }  /* Angeklickte Verweise */
div#infobox a:focus { color:#e20031; text-decoration:underline; font-weight:normal; font-style:normal; }   /* Verweise, die Fokus erhalten */

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-bottom:5px;
	margin-top:10px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-bottom:5px;
	margin-top:10px;
}


h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style:italic;
	color: #000000;
	text-decoration:none;
	margin-bottom:2px;
	margin-top:3px;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-bottom:3px;
	margin-top:5px;
}

img {
	border:none;
	}

div#license {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	margin-bottom:5px;
	margin-top:5px;
}

div#license a:link {color: #999999;}
div#license a:hover {color:#e20031;}