body
{
	margin: 0;
	padding: 0 10% 0 10%;
	background-image: url(../images/back.gif);
	background-repeat: repeat-x;	
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.6em;
}

img { border: 0; }

h1 { color: #FF6D2E; font-size: 2.2em; }
h2
{
	color: #E3E4EE;
	font-size: 2.2em;
	margin: 10px 0 0 0;
}
h3
{
	font-size: 11px;
	text-transform: uppercase;
	margin: 1px 1px 0 1px;
}

a, a:link, a:visited, a:hover { color: #0C27BF; }

#header { height: 180px;  }

#header h1
{
	margin: 10px 0 0 0;
	padding: 0;
	text-indent: -999px;
	width: 148px;
	height: 28px;
	font-size: 0;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left;
}


#headlines { height: 80px; }


hr {
    border: 1;
    color: #919699;
}


#headlines h1 { float: left; }
#headlines h2 { float: right; }


#nav
{
    position: relative;
    width: 100%;
	height: 25px;
	/*background-color: #E3E4EE;*/
	background-image: url(../images/nav.gif);
	background-repeat: repeat-x;
	text-align: left;
    /*
	border-color: #D1DFEC;
	border-width: 1px;
	border-style: solid;
    
    */
}
#nav a { text-decoration: none; }
#nav .element
{
	float: left;
	margin-left: 2%;
	padding: 0 2% 0 2%;
	white-space: nowrap;
}

#nav ul
{
	padding-left: 0;
	margin: 10px 0 20px 0;
}

#nav li
{
	list-style-type: none;
	font-size: 10px;
	line-height: 12px;
	white-space: nowrap;
}


#main
{
	/*
	background-image: url(../images/main.gif);
	background-repeat: repeat-x;
	background-color: #FAFAFC;
	*/
	padding: 1%;
	border-color: #919699;
	border-width: 1px 0 0 0;
	border-style: dotted solid solid solid;
	clear: both;
}


.column
{
	width: 47%;
	float: left;
	margin: 0 1% 0 1%;
	/*
	border-color: #D1DFEC;
	border-width: 0 1px 0 0;
	border-style: none solid none none;
	background-color: #ECEDF3;
	*/
}


table
{
	width: 100%;
	margin: 0 0 15px 0;
	padding: 0;
	background-color: #F5F5F5;
}

caption
{
	font-size: .94em;
	font-weight: bold;
	color: black;
	padding: 1%;
	text-align: left;
}

caption .actions a
{
	font-size: .8em;
	font-weight: normal;
	color: black;
	text-decoration: none;
}

caption .actions img { height: 15px; margin-right: 5px; }
caption .actions { float: right; }


thead
{
	background-color: #919699;
	color: white;
	text-transform: uppercase;
	font-size: .75em;
}

tbody { background-color: white; }

td
{
	padding: .8em;
	font-size: .75em;
	background-color: #F5F5F5;
	border-color: #CCC;
	border-width: 1px 0 0 0;
	border-style: solid;
}
tr.alt td { background-color: white; }


td:first-child
{
	font-weight: bold;
	font-size: .81em;
	width: 15em;
}



/* Formulare */

form
{
	background-color: #EDEEF8;
	padding: 1%;
	border-color: gray;
	border-width: 0 0 1px 0;
	border-style: solid;
}

legend
{
	font-weight: bold;
	font-size: 110%;
	color: black;
}

fieldset
{
	border-color: #C9CAD4;
	border-width: 3px;
	border-style: solid;
}
fieldset div
{
    padding: .4em;
	border-color: #C9CAD4;
	border-width: 1px;
	border-style: solid none none none;
}

fieldset div.req label { font-weight: bold; }
/* fieldset div.alt { background-color: #E3E4EE; } */


label { width: 13em; float: left; font-weight: normal; font-size:90%;}
input[type="text"],select { width: 15em; }
.info { margin-left: 1em; font-size: 80%; }



#footer {
    padding-top: 34px;
    text-align: center;
	border-color: #919699;
	border-width: 1px 0 0 0;
	border-style: solid;
	font-size: 80%;	
}


/* Bugfix */
.clear
{
	clear: both;
	height: 1px;
}

.wrapper:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.wrapper { display: inline-block; }
* html .wrapper { height: 1%; }
.wrapper { display: block; }
