/**********************/
/* Generals */
/**********************/

body
	{
	margin: 0;
	padding:0; 
	background-color: #FFF; 
	font-size: x-small; 	
	}

	
#pageregionContent
	{
	font-size: 120%;	
	}
	

div, h1, h2, h3, h4, p, li, dt, dl, blockquote, table, td, form, input, select, textarea
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
p 
	{ 
	margin:0;
	margin-top:1em;	
	margin-bottom:2em;
	padding:0;	
	line-height: 160%; 
	}

li
	{
	line-height: 150%; 
	}


/**********************/
/* Links*/
/**********************/


a:link, a:visited
	{
	font-weight:normal;
	text-decoration:none;  
	color:#0066CC;       
	}

a:hover, a:active
	{
	text-decoration:underline;             
	}
	
.active
	{
	color:#FF0000;
	}

a img
	{
	border:0;
	}

/**********************/
/* Tables */
/**********************/

table
	{
	margin: 0;
	}		

td
	{
	vertical-align: top;
	}

/**********************/
/* Headings */
/**********************/
 
h1, h2, h3, h4
	{
	font-size:100%;
	margin:0;	
	padding:3px;
	padding-left:0;	
	font-weight: bold;
	color: #FFF;
	background:#3366CC;
	background-image: url("../images/elements/bg_h1.gif");
	background-repeat: repeat-x;	
	}

h1
	{
	font-size: 130%;
	}
	
h2
	{
	color:#000;
	background:#F3F8FE;
	border-top:1px solid #CFE3FB;
	border-bottom:1px solid #CFE3FB;
	}
	
h3
	{
	color:#3366CC;
	font-weight: bold;
	background-image:none;
	background:#FFF;
	}	
	
a:hover.headline
	{
	font-weight: bold;
	text-decoration:none;
	}
	

/**********************/
/* Text */
/**********************/

.txtemphasis
	{
	font-weight: bold;
	}
	
.head
	{
	color:#3366CC;
	font-weight: bold;
	}	
	
.hinweis
	{
	color:#000;
	font-size:11px;
	padding-bottom:10px;
	/*border:1px solid black;*/
	background:url("../images/elements/bg_td_uebersicht.gif") repeat-x left bottom;
	}

	
/**********************/
/* Forms */
/**********************/

form
	{
	margin: 0;
	padding: 0;
	}

input, select
	{
	border:1px solid #CCC;
	margin-right:2px;
	font-size:100%;
	line-height:150%;
	}
	
input.me, select.me
	{
	width:250px;
	}	
	
input.rb
	{
	border:0;
	}		

textarea
	{
	width: 400px;
	border:1px solid #336699;
	font-size: 100%;	}


/**********************/
/* Lists */
/**********************/

.contentnav
	{
	width:350px;
	margin-top:1em;
	}

ul
	{
	margin:0;
	padding:0;
	list-style: none;
	}

ul li
	{
	padding-left: 15px;
	margin-bottom:3px;
	background-image: url("../images/icons/list.gif");
	background-repeat: no-repeat;
	background-position: 0 7px;
	}
	
/**********************/
/* Button */
/**********************/

.pagecontrol
	{
	margin-top:20px;	
	}

.buttonBack
	{
	width:95px;
	height:21px;
	border:0;
	background-image: url("../images/elements/bg_buttonBack.gif");
	background-repeat: no-repeat;
	background-position: 0 0px;
	}
	
.buttonPrint
	{
	width:95px;
	height:21px;
	border:0;
	background-image: url("../images/elements/bg_buttonPrint.gif");
	background-repeat: no-repeat;
	background-position: 0 0px;
	}	


	








