body {
	font-family: Arial, sans-serif;
	font-size: small;
	font-style: sans-serif;
}
h1 {
	font-size: 120%;
}
h2 {
	font-size: 105%;
}
h3 {
	font-size: 90%;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: black;
}
#head {
	width:900px;
	text-align:right;
	height:115px;
	vertical-align:bottom;
}
#navigation {
	width:100%;
	text-align:center;
	vertical-align:bottom;
	margin-bottom: 0px;
	/* background: #46B0C6 url(images/schwarz_1x1.jpg) repeat-x bottom left; */
}
#navitems {
	list-style:none;
	margin-left:50px;
}
.navitem {
	float:left;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	border-bottom: none;
	background-color: #46B0C6;
	position: relative;
	top: +2px;
	display: block;
	border-radius: 2px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}
#navitem:hover {
	float:left;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	border-bottom: none;
	background-color: #ccc;
	display: block;
}
#navitems a {
	display: block;
	background-color: transparent;
}
#navitems a:hover {
	background-color: transparent;
}
#body {
	clear: both;
	text-align:left;
	padding: 20px;
	min-height: 400px;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	width: 100%;
}
#footer {
	clear: both;
	width:100%;
	text-align:center;
}

/* Kunden-Seite */
.box {
	width: 45%;
	height: 100%;
	float: left;
	border: 1px solid gray;
	margin: 5px;
	padding: 5px;
}
.boxline {
	clear: both;
}
.company_name {
	font-weight: bold;
}
/* Projektseite */
.projekteintrag {
	border: 1px solid #ccc; 
	padding: 10px; 
	margin: 2px;
	width: 800px;
}
.first_column {
	width: 30px;
}
.second_column {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	width: 150px; 
}
.last_column {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.last_row {
	border: 1px solid #ccc;
}

/* Meinungen-Seite */
.meinung {
	border: 1px solid #ccc; 
	margin: 10px; 
	padding: 10px; 
	width: 700px; 
	text-align: middle;
}