/*************************************** Globale Einstellungen ***************************************/

body {
	margin: 10px 0px;
	padding: 0px;
	border: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.75em;
	text-align: center;
}

h1 {
	font-size: 1.75em;
	font-weight: bold;	
}

h2 {
	font-size: 1.25em;
	font-weight: bold;	
}


img {
        border: 0px;
}

table {
	border: 0px;
}

td,th {
	vertical-align: top;
	text-align: left;
	font-family: Verdana,Helvetica,Arial,sans-serif;
}

th {
	font-weight: bold;
	font-size: 12px;
	padding-left:2px;
	padding-right:5px;
	text-align:left;
}

a:link {text-decoration: underline;color: #007;}
a:hover {color: #22a; text-decoration:none;}
a:visited {color: #509;}
a:active {color: #c00;}




/*************************************** Head ***************************************/
#head {
	width: 800px;
	height: 80px;
/*	position: relative;*/
	/*left: 50%;*/
/*	margin: 10px 0px 0px -400px;*/
	background: #bbd;	/* #aac */
}

#logo {
	float: left;
	margin: 10px 0px 10px 10px;
}

/*************************************** Navigation ***************************************/

#seite {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	text-align: left;
}

#navi {
	position: absolute;
	width: 170px;
	float: left;
	text-align: left top;
}

#navi a {
	/* margin: 10px 0px 0px 0px; */
	margin: 10px 1px 0px 0px;
	color:#fff;
	background-color:#303;
	font-size: 1em;
	display: block;
	width: 150px;
	line-height: 44px;
/*
	line-height: 23px;
	margin: 20px 0px 10px 0px;
*/
	text-decoration:none;
	text-align:center;
	font-weight: bold;

}

#navi a:hover {
	color:#444;
	background-color:#eee;
}

#navi ul {
	list-style:none;
	white-space:nowrap;
	margin: 0px;
	padding: 0px;
}

#navi li {
	margin: 0px 10px 0px 10px;
	padding: 0px;
}

#content {
	width: 600px;
	padding: 10px 10px 13px 10px;
	border-left: 170px solid #bbd;
	border-right: 10px solid #bbd;
	border-bottom: 10px solid #bbd;
}

#footer {
/*	position: relative;*/
/*	left: 50%;*/
	background: #303;	/* #ccf */
	padding: 0px 10px 2px 10px;
	color: #fff;
	font-size: 0.8em;
	width: 800px;

        /* Box model hack start */
        voice-family: "\"}\"";
        voice-family: inherit;
        width: 780px;
}
html>body #footer {
        width: 780px;
}
        /* Box model hack end */

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/*************************************** Tools ***************************************/

.clear {
	clear: both;
	height: 1px;
	display: block;
}

.small {
	font-size: 0.8em;
}

.error {
	font-weight: bold;
	color: #f00;
}