body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
{
	margin: 0;
	padding: 0;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
	border: 0px;
}

fieldset, img
{
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var
{
	font-style: normal;
	font-weight: normal;
}

caption, th
{
	text-align: left;
}



q:before, q:after
{
	content: '';
}

abbr, acronym
{
	border: 0;
}



table
{
	font-size: inherit;
	font: 100%;
}


pre, code
{
	font: 115% monospace;
	*font-size: 100%;
}



h1
{
	font-size: 130.5%;
}

h2
{
	font-size: 100.1%;
}

h3
{
	font-size: 90%;
        margin-top:10px;
        margin-bottom:5px;
}



h1, h2, h3, h4, h5, h6, strong
{
	font-weight: bold;
}

abbr, acronym
{
	border-bottom: 1px dotted #000000;
	cursor: help;
}

em
{
	font-style: italic;
}

blockquote, ul, ol, dl
{
	margin: 1em;
}

ol, ul ,dl
{
	margin-left: 2em;
}

ol li
{
	list-style: decimal outside;
}

dl dd
{
	margin-left: 1em;
}

th, td
{
	border: 0px;
	padding: .5em;
}

th
{
	font-weight: bold;
	text-align: center;
}

caption
{
	margin-bottom: .5em;
	text-align: center;
}

p, fieldset, table
{
	margin-bottom: 1em;
}

body
{
background:url('../images/header_background.jpg') repeat-x;

            margin: 0px;
	padding: 0px;
        line-height: 1.25em;
        font-size:78%;
        color:#18518c;

}

img, a img
{
	border: 0;
}


a, a:link
{
	color: #11395f;
	text-decoration: none;
}


.user { color:#073761!important;}

a:hover
{
	color: #164B82;
	text-decoration: underline;
}

body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, div, td, th, i, form
{
	font-family:  	Tahoma, Helvetica;
	text-align: left;
	color: #000000;
}

h1
{
	color: #1C60A1;
	text-transform: uppercase;
	display: block;
	padding: 0px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 7px;
}

h2
{
	color: #1c60a1;
	text-transform: uppercase;
	display: block;
	padding: 13px 5px 5px 0px;
	font-weight: bold;
	line-height: 20px;
}

acronym
{
	background: #eeeeee;
	border-bottom: 2px dotted #cccccc;
	color: #000000;
	cursor: help;
	padding: 2px;
}

.acronym_red
{
	background: #F6652C;
}

blockquote
{
	display: block;
	width: auto;
	font-style: oblique;
	padding: 10px 10px 10px 80px;
	margin: 10px 30px 10px 30px;
	background: #FFF4C8;
	border: 1px solid #DED5B4;
}

cite
{
	display: block;
	font-style: oblique;
	font-weight: bold;
}

fieldset
{
	border: 1px solid #b0c6dd;
	margin-bottom: 10px;
	margin-top: 10px;
	display: block;
	width: 400px;
	clear: both;
	padding: 10px;
}

fieldset:hover
{
	border: 1px solid #0685E9;
	margin-bottom: 10px;
	margin-top: 10px;
	display: block;
	width: 400px;
	clear: both;
	padding: 10px;

}

legend
{
	font-weight: bold;
	font-size: 100%;
	color: #1C60A1;
	padding: 7px 5px 7px 5px;
}

#anmelde_form
{
	margin-top: 15px;
	background-position: top right;
}

#anmelde_form fieldset
{
	width: 100%;
}

.fieldset_inline label
{
	display: inline;
}

fieldset label
{
	width: auto;
	border: 0px;
	display: block;
	padding-right: 2px;
	white-space: nowrap; /*to fix IE6 wrapping*/
}

label
{
	display: block;
	font-weight: bold;
	margin: 7px 0px 3px 0px;
}

.label_big
{
	display: block;
	font-weight: bold;
	font-size: 140%;
	margin: 7px 10px 3px 0px;
}

.label_big .submit
{
	float: left;
}

input[type=submit]{background:#e1f0fe;padding:2px;margin:5px;margin-left:0px;}

input, select, input[type=checkbox], input[type=radio], input[type=file], textarea
{
    	background: #e1f0fe;
        border:1px solid #a2bcd5;

}

input:focus, textarea:focus
{
	background: #c9e5ff;
}

input[type=checkbox], input[type=radio]
{
	margin-right: 4px;
}

input, textarea
{
	padding: 1px;
	padding-left: 2px;
}

label, input[type=checkbox], input[type=radio]
{
	cursor:	pointer;
}


/*Tabellen Layout*/

.table
{
   width: 100%; /*!important*/
   height: auto;
   margin-top:10px;
   border-collapse: collapse;
   border: 1px solid #FFFFFF;
}
.table td
{
   padding: 5px;
   border: 1px solid #FFFFFF;
   background: #edf4fb;
   color: #000000;
}

.table thead {
   background: #edf4fb;
font-weight:bold;
color:#fff;
}