/* Basic Definition */ 

body {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	min-width: 700px
}

table {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	text-align: justify
}

h1 {
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
	text-decoration: none
}

h2 {
	font-size: 14px;
	line-height: 16px;
	font-weight: 700
}

h3 {
	font-size: 12px;
	line-height: 16px;
	font-weight: 700
}


/* Links */

a:link {
	color: #496ba8; 
	text-decoration: none
}

a:visited {
	color: #496ba8; 
	text-decoration: none
}

a:hover {
	color: #496ba8;
	text-decoration: underline
}

a:active {
	color: #496ba8;
	text-decoration: underline
}

/* Linkliste */

.links {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-style: italic;
	text-align: justify
}

.links a:link {
	font-size: 12px;
	line-height: 16px;
	color: #496ba8;
	font-style: normal;
	text-align: center;
	text-decoration: none
}

.links a:visited {
	font-size: 12px;
	line-height: 16px;
	color: #496ba8;
	font-style: normal;
	text-align: center;
	text-decoration: none
}

.links a:active {
	font-size: 12px;
	line-height: 16px;
	color: #496ba8;
	font-style: normal;
	text-align: center;
	text-decoration: underline
}

.links a:hover {
	font-size: 12px;
	line-height: 16px;
	color: #496ba8;
	font-style: normal;
	text-align: center;
	text-decoration: underline
}


/* Elementlinks */

.navigation {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px
}

.navigation a:link {
	color: #000000; text-decoration: none
}

.navigation a:visited {
	color: #000000; text-decoration: none
}

.navigation a:hover {
	color: #000000;
	text-decoration: underline
}

.navigation a:active {
	color: #000000;
	text-decoration: underline
}

.navigation h1 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: 700
}

.navigation ul  {
	text-align: left;
	text-indent: 0px;
	list-style-type: none;
	margin: 0.7em;
	padding-left: 0px
}

.navigation ul li:before {
	content: "\00BB \0020"
}

.navigation li.head:before {
	color: #a9a9a9;
	margin: -0.3em;
	content: ""
}

