/*
   Default
   ------------------------------
*/
body
{
	font-size:   		11px;
	font-family: 		Verdana, Arial, Helvetica, Sans-Serif;
	color:       		#000000;
	background-color: 	#FFFFFF;
	margin:				0px;
}

.text
{
	border: 1px solid #EEEEEE;
	background-color: #FAFAFA;
}

/*
   Container
   ------------------------------
*/
#pageHeader
{
	border-bottom:		1px solid #37424D;
	height: 		  	50px;
	background-color: 	#4C75AF;
	background-image:   url(tpl/images/header.gif);
	background-repeat:  no-repeat;
	line-height:normal;
	vertical-align:bottom;
}

#pageHeaderTitle
{
	font-size:   		22px;
	font-style:			italic;
	font-weight: 		bold;
	color:       		#FFFFFF;
	position:absolute;
	left:				300px;
	top:				15px;
}

#pageContent
{
	margin-bottom: 		5px;
	margin-left:		2px;
	margin-right:		2px;
	
	padding: 			5px;
	background-color: 	#FFFFFF;
	border: 			1px solid #37424D;
	border-top:0;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
}

#pageTopNavigation
{
	padding:			1px;
	padding-bottom:     5px;
	text-align:			right;
}

#pageContentWithNavigation
{
	margin-left:		13em;
	margin-right:		5px;
	
	padding: 			5px;
	background-color: 	#FFFFFF;
	border: 			1px solid #37424D;
	border-top:0;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
}

#pageBackground
{
	background-color: 	#B5CEDE;
}

#pageCopyright
{
	font-size:			11px;
	text-align: 		center;
	padding: 			5px;
	background-color: 	#FFFFFF;
	border-top: 		1px solid #37424D;
}

/*
	Top Navigation
*/
ul#TopNavigation
{
	margin: 			0;
	padding: 			0;
	text-align: 		right;
	border: 			0px;
}

ul#TopNavigation li
{
	font-size:			11px;
	list-style: 		none;
	display: 			inline;
	margin: 			0.4em;
	padding: 			0;
}

ul#TopNavigation a, ul#TopNavigation span 
{
	padding: 			0.4em 1em;
	text-decoration: 	none;
	border: 			1px solid #37424D;
	color: 				#000000;
	background-color: 	#F5F5F5;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
}
* html ul#TopNavigation a, * html ul#TopNavigation span
{
	width:				1em;    /* nur fuer IE 5.0x erforderlich */
	w/idth:				auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
}
ul#TopNavigation a:hover, ul#TopNavigation span
{
	/*border: 			1px solid #667A93;
	color:				#F96400;
	background-color: 	#E2E2E2;*/
	border-bottom: 		1px solid #F96400;
	color: 				#000000;
	background-color: 	#FFFFFF;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
}

/*
   Hyperlinks
   ------------------------------
*/

a:link, a:visited
{
	text-decoration:	none;
	color:				#05396B;
}

a:active, a:hover
{
	text-decoration:	none;
	color:				#F96400;
}
.paste a:link, .paste a:visited
{
	text-decoration:	underline;
}
/*
	Tabellen
	------------------------------
*/
table
{
	border-collapse:	collapse;
	border-spacing:		0px 0px;
	border:				1px solid #667A93;
}

th
{
	font-size:			11px;
    text-align:			left;
    vertical-align:		top;
    padding:			5px;
    border:				1px solid #667A93;
    background-color:	#CBD8EB;
}

td
{
    border:				1px solid #667A93;
    padding:			3px;
    font-size:			10px;
    vertical-align:top;
}

.altColor1
{
    background-color:	#F0F0F0;
    border:				1px solid #667A93;
}

.altColor2
{
    background-color:	#F8F8F8;
    border:				1px solid #667A93;
}

/*
   Bilder
   ------------------------------
*/
img
{
    border:				0px;
}

/*
   Formularelemente
   ------------------------------
*/
input, formfield, textarea, button
{
	margin:				0;
	font-family:		Verdana, Arial, Helvetica, Sans-Serif;
	font-size:			11px;
	border:				1px solid #667A93;
	background-color:	#fafafa;
	color:				#000000;
}

select
{
	margin:				0 0 0 0;
	font-family:		Verdana, Arial, Helvetica, Sans-Serif;
	font-size:			11px;
	border:				0px;
	background-color:	#fafafa;
	color:				#000000;
	border:				1px solid #667A93;
}

input:focus, textarea:focus
{
	background-color:	#FFFFCC;
}

/*
   Legend & Fieldset
   ------------------------------
*/
legend
{
	color:				#05396B;
	font-size:			16px;
	font-weight:		bold;
}

fieldset
{
	background-color:	#F5F5F5;
	border:				1px solid #667A93;
}

/*
   Headlines (IE)
   ------------------------------
*/
h1 { font-size:24px; color:#05396B; margin: 3px; margin-left:0;}
h2 { font-size:18px; color:#05396B; margin: 3px; margin-left:0;}
h3 { font-size:14px; color:#05396B; margin: 3px; margin-left:0;}
h4 { font-size:12px; color:#05396B; margin: 3px; margin-left:0;}
h5 { font-size:10px; color:#05396B; margin: 3px; margin-left:0;}