/**************************************************
	Allgemeines
**************************************************/
html, body, div, p, h1, h2, h3,  
a, table, td, form, img {
   margin: 0px;
   padding: 0px;
   font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
   color: #000;
}

html{
	height: 100%;
	background-color: #f5f5f5;
}
body{
	margin: auto;
	width: 1000px;
	background-color: #f5f5f5;
}

/**************************************************
	Head
**************************************************/
#head {
	margin-top: 10px;
	margin-bottom: 10px;
	
	height: 150px;
	background-image: url(bilder/titel.png);
}

/**************************************************
	Info
**************************************************/
.info {
	margin-top: 10px;
	padding: 5px;
	width: 161px;
	
	background-color: #fff;
	font-size: 9px;
	
	border: solid 1px #000;
	border-right: solid 2px #000;
	border-bottom: solid 2px #000;
	
	float: right;
	clear: right;
}
.info h1 {
	font-size: 15px;
	margin-bottom: 5px;
}
.info h2 {
	font-size: 10px;
	margin-bottom: 5px;
}

/**************************************************
	Content
**************************************************/
#content {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
	width: 800px;
	min-height: 600px;
	
	float: left;	
	
	font-size: 11px;	
}
#content h1 {
	font-size: 16px;
	margin-bottom: 5px;
	color: #030;
}
#content h2 {
	font-size: 14px;
	margin-bottom: 5px;
}


/**************************************************
	Links
**************************************************/
a{
	color: #05f;
	text-decoration: none;
}
a:hover {
	color: #09f;
}
a img {
	border: none;
}
h1 a {
	color: #060;
}
h1 a:hover {
	color: #080;
	text-decoration: underline;
}

/**************************************************
	Tabelle
**************************************************/
table {
	border-collapse: collapse;
}
tr {
	vertical-align: top;
}
th {
	text-align: left;
	border: none;
}
.with_border td {
	border: 1px solid #000;
	padding: 2px;
}


/**************************************************
	Other
**************************************************/
.error {
	color: #f00;
}

.success {
	color: #060;
}

.home {
	background-color: #def;
	margin-bottom: 20px;
	margin-top: 5px;
	
	padding: 5px;
}