/* standard definitionen */

* {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #000;
}

html {
	height:100%
	width:100%;
}

body {
	background-color:#fff;
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
}

img {
	border:0px;
}

form {
	padding:0px;
	margin:0px;
}



/* fonts for content - don't change class-name 
a.content:hover { color: #336699; text-decoration: underline; }
a.content:visited { color: #336699; text-decoration: underline; }
*/
.content { line-height:18px; }
.content a:link,.content a:visited,a.content:link,a.content:visited { 
	text-decoration: underline;
	font-weight:bold;
}
.content a:hover,a.content:hover {
	text-decoration:underline overline;
	font-weight:bold;
}	

/* fonts for title and subtitle - don't change class-name */
.hl1 { font-size : 15px; font-weight : bold; color: black; }
.hl2 { font-size : 12px; font-weight : bold; color: black; }

/* bgcolor for tables - don't change class-name */
.tabelle { background-color: #f0f0f0; }

a,a:link {
	color: #3F3F42;
	text-decoration: none;
}

a.meta,a.ende {
	border-left:1px solid #3F3F42;
	padding-left:7px;
	padding-right:6px;
}

a.ende {
	border-right:1px solid #3F3F42;
	margin-right:8px;
}

a:hover {
	text-decoration: underline;
	color: #000;
}

.punktlinie {
	width:100%;
	height:1px;
	line-height:1px;
	background-image: url(/img/res/punktlinie_horizontal.gif);
	background-repeat: repeat-x;
	background-position: 100%;
}