BODY {
	background-color: #fff;
	color: #333;
	margin: 0;
}

body,td,div {
	font-family: Verdana,Arial,sans-serif;
	font-size: 0.9em; 
	line-height: 1.5em;
}

h1, .h1 { 
	font-size: 1.5em;
	line-height: 130%;
	color: #333;
	font-style: bold;
	letter-spacing: 0.1em;
}

h2, .h2 { 
	font-size: 1.1em;
	line-height: 130%;
	color: #4e817b;
	font-style: bold;
}

.b { 
	font-weight: bold;
	color: #666;
}

.b_red { 
	font-weight: bold;
	color: #D45601;
}

.b_black { 
	font-weight: bold;
	color: #000;
}

.copy { 
	color: #D45601;
	font-style: regular;
}

.copy_italic { 
	color: #45716C;
	color: #365854;
	font-style: italic;
}

.fussnote {
	font-size: 80%;
}

.publikation {
	font-size: 90%;
}

a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #666;
}

.homelink {
	border-bottom: 0 !important;
}

a:visited {
	color: #999;
	border-bottom: 1px dotted #999;
}

a:hover {
	color: #D45601;
	border-bottom: 1px dotted #D45601;
}

a:active {
	color: #666;
}

div#column1 {
	position:absolute;
	left: 20px;
	top: 0px;
	width:270px;
}


div#column2 {
	position:absolute;
	left: 290px;
	top: 0px;
	width:330px;
	padding: 10px;
	border-left: 1px dotted #4e817b;
	color: #333;
}

div#column3 {
	position:absolute;
	left: 645px;
	top: 0px;
	width:330px;
	padding: 10px;
	border-left: 1px dotted #4e817b;
	color: #333;
}

div#columnlinks {
	position:absolute;
	left: 290px;
	top: 0px;
	width:600px;
	padding: 10px;
	border-left: 1px dotted #4e817b;
	color: #333;
}

a[href^="http:"] { 
	background: url(img/external.gif) right center no-repeat; padding-right: 12px;
}

a[href^="mailto:"] { 
	background: url(img/mailto.gif) right center no-repeat; padding-right: 15px;
}