﻿a
{
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

ul
{
	margin: 0;
	padding: 0;
}

li
{
	padding: 0;
	margin-left: 20px;
	margin-bottom: 20px;
}

h1
{
	font-size: 12pt;
	font-weight: bold;
	margin: 0 0 27px 0;
	padding: 0;
}

h2
{
	font-size: 10pt;
	font-weight: bold;
	margin: 0 0 17px 0;
	padding: 0;
}

fieldset
{
	border: 1px solid #cccccc;
	padding: 5px;
}

legend
{
	font-weight: bold;
}

hr        
{ 
	border: 0; 
	background-color: #cccccc; 
	color: #cccccc; 
	height: 1px; 
}

img
{
    border: 0;    
}

/* ------------------------------------------------------------------- */

#top_image
{
	width: 728px;
	height: 21px;
	margin-left: auto;
	margin-right: auto;
}

#bottom_image
{
	width: 728px;
	height: 22px;
	text-align: center;
	padding-top: 6px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	background-image: url(../media/images/gelb_unten.gif);
	background-repeat: no-repeat;
}

#bottom_image a
{
	font-size: 7pt;
	margin-left: 9px;
	margin-right: 9px;
}

#main_table
{
	width: 728px;
	margin-left: auto;
	margin-right: auto;
	table-layout: fixed;	
}

#col_left
{
	width: 185px;
	border-right: 1px solid #cccccc;
	vertical-align: top;
	padding-top: 10px;
}

#col_right
{
	vertical-align: top;
	padding: 10px;
}

#head
{
	padding-bottom: 5px;
	border-bottom: 1px solid #cccccc;
}

#address
{
	padding-left: 10px;	
}

#menu
{
	width: 166px;
	margin-top: 20px;
	margin-left: 3px;
}

#content
{
	margin-top: 30px;
}

.checkbox_list
{
	list-style-image: url(../media/images/icons/checkbox.gif);
}

.checkbox_list li
{
	margin-bottom: 5px;	
	padding-left: 5px;
}

.required
{
	border: 2px solid #FFC83B;
}


