body {
	background-color: white;
	color: black;
	font-family: Arial, sans-serif;
	font-size: small;
	margin: 0;
	padding: 0;
}

A:link {text-decoration: underline;color:blue}
A:visited {text-decoration: underline;color:blue}
A:active {text-decoration: underline;color:blue}
A:hover {text-decoration: underline;color:red}

.buttons a {	
	background-color:#1faaeb;
	border-bottom:1px solid black;
	border-right:1px solid black;
	color:white;       
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 1px;
	padding: 3px 0px;
	text-align: center;	
	text-decoration:none; 
	white-space:nowrap;
	width: 150px;
} 

.buttons a:link {	
	color:white;
	border-bottom:1px solid black;
	border-right:1px solid black;
} 

.buttons a:visited {
	color:white;
	border-bottom:1px solid black;
	border-right:1px solid black;
	text-decoration:none; 
} 

.buttons a:hover {
	color:white;
	border-bottom:0px solid black;
	border-left:1px solid black;
	border-right:0px solid black;
	border-top:1px solid black;
	text-decoration:none; 
} 

h1.master {
	font-size:18px;
	color: #22a9ed;
	font-style: italic;
	font-weight: bold;
	padding-top: 0; 
	padding-bottom: 0;
	margin-top: 0;
}

.newstitle {
	font-size:14px;
	color: #fa9d58;
	font-weight: bold;
	margin-top: 0;
}


ul {margin-bottom: 3px;margin-top: 0px}
li {margin-left: -25px}

p.wichtig {font-weight: bold; color: red}
p.code {font-family: Courier,sans-serif; font-size:smaller}

table.main {
	margin: 10px;
}

td.menubar {width: 150px}

td.menubig {
	background:#fa9d58; 
	color: #ffffff;
	font-size: 12px; 
	font-weight: bold; 
	border-bottom: 1px solid #E18D4D
}

td.content {
	padding-left: 15px; 
	padding-right: 10px;
	padding-top: 0;
}

td.header_rechts {
	background-image: url('/images/design/header_filler.jpg');
	background-repeat: repeat-x;
	width: 100%;
	height: 115px;
}

td.newsdetail {
	padding-left: 10px;
	padding-right: 10px;
}

a.impressum {
	font-size: smaller;
	color: #444;
}

table.box{width: 200px;background:#fa9d58;padding: 0px 0px 0px 0px;font-weight: bold;color: white}
td.box_unten{background: #E2F4FE;font-weight: lighter;color: black}

td.newstd {
	padding-right: 30px;
	border: 0;
}

table.loginbox{width: 269px; height: 56px; border: 1px solid #082c58; font-family: Tahoma, Arial}

tr.ref{vertical-align: middle; background-color: #ffffff; width: 90%; height: 29px}
tr.refg{vertical-align: middle; background-color: #ebf2fa; width: 90%; height: 29px}

.row_hg{background:#ebf2fa}
.entry{background-color: #ebf2fa; font-family: Tahoma,sans-serif; border: 1px solid #C0C0C0}

.newsdivider {
	width="80%";
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
	height: 1px;
}

.logout {
	font-size: smaller;
	color: #444;
}

img.newsbild {
	border: 1px solid #ddd;
}