@charset "utf-8";
a {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover{
	text-decoration: underline;
}
#site {
	text-align: left;
	margin: 0px auto;
	width: 710px;
	background-image: url(img/background.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#sub {
	height: 20px;
	vertical-align:bottom;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #b1272d;
	font-size:10px;
	padding-right: 40px;
	padding-top: 30px;
}

#header {
	padding-top: 0px;
	padding-left: 0px;
	height: 175px;
	z-index:1;
}
#menu {
	padding-top: 5px;
	padding-left: 55px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 55px;
	padding-top: 10px;
	min-height: 500px;
}
p.sublinks {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #293685;
}
	
#content p.sublinks a {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight:bold;
	color: #293685;
}
.alinea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.blacklink {
	color: #000000;
}
.titel {
	font-family: "Trebuchet MS";
	font-size: 20px;
	color: #293685;
}

.subtitel {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight:bold;
	color: #293685;
}

/* CSS needed for the ajax image script */

#ajax_tooltipObj{
	z-index:1000000;
	text-align:left;
}
#ajax_tooltipObj div{
	position:relative;
}

/* If you don't want the arrow - Just set the width of this div to 1 or something like that and drop the background selectors from the CSS below */

#ajax_tooltipObj .ajax_tooltip_arrow{	/* Left div for the small arrow */
	width:1px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:1000005;
	height:60px;
}

#ajax_tooltipObj .ajax_tooltip_content{
	background-image: url(img/popup_bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	left: -20px;	/* Same as border thickness */
	top:0px;
	position:absolute;
	width:305px;	/* Width of tooltip content */
	height:165px;	/* Height of tooltip content */
	padding:15px;	/* Space between border and content */
	font-size:0.8em;	/* Font size of content */
	overflow:auto;	/* Hide overflow content */
	z-index:1000001;
}
.link2 {font-style: italic; color: #293685;}