﻿/* CSS layout */
body {
	margin: 10;
	padding: 0;
}

#masthead {
	min-width: 600px;	
}

#logo {
	float: left;
	width: 200px;
}

#header {
	margin-left: 200px;
}

#container {
	clear: both;
	min-width: 600px;
	
}

#left_col {
	float: left;
	width: 200px;

}

#page_content {
	margin-left: 200px;
<!--	border: 3px #999 dotted;  //-->
}

#footer {
	clear: both;
}

a.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background: none repeat scroll 0 0 #eee;
	border: 2px #999 outset;
	cursor: pointer;
	color: blue;
	text-decoration: none;
	padding-bottom: 1px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 1px;
	position: absolute;
	min-width: 150px;
}

a.button-klein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background: none repeat scroll 0 0 #eee;
	border: 2px #999 outset;
	cursor: pointer;
	color: blue;
	text-decoration: none;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	background-color: 
}

a.button:hover {
	text-decoration: underline;
	text-transform: uppercase;	
}
a.button-klein:hover {
	text-decoration: blink;
	text-transform: none;
}