P, BODY, .normal, td {
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000000;
	text-decoration : none;
	font-weight : normal;
	scrollbar-face-color : #D9EDF8;
	scrollbar-highlight-color : #000066;
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color : #122C5E;
	scrollbar-base-color : #D9EDF8;
	scrollbar-shadow-color : #D9EDF8;
	scrollbar-3d-light-color : #D9EDF8;
	scrollbar-arrow-color : #122C5E;
	background-repeat: no-repeat;
	
}

BODY.navigation {
	background-repeat : repeat;
}

a:link, a:visited {
	font-size : 11px;
	text-decoration :underline;
	color : #000000;
}
a:active, a:hover {
	font-size : 11px;
	text-decoration :underline;
	color : #000066;
}

a.boldlink:link, a.boldlink:visited {
	font-size : 10px;
	text-decoration :underline;
	color : #000066;
	font-weight : bold;		
}
a.boldlink:active, a.boldlink:hover {
	font-size : 10px;
	text-decoration :underline;
	color : #000000;
	font-weight : bold;		
}

a.newslink:link, a.newslink:visited {
	font-size : 10px;
	text-decoration :underline;
	color : #000000;
}
a.newslink:active, a.newslink:hover {
	font-size : 10px;
	text-decoration :underline;
	color : #000066;
}

a.breadcrums:link, a.breadcrums:visited {
	font-size : 11px;
	font-weight : bold;
	text-decoration : underline;
	color: #000066;
}

a.breadcrums:active, a.breadcrums:hover {
	font-size : 11px;
	font-weight : bold;
	text-decoration : underline;
	color: #000000;
}

a.subsubmenu:link, a.subsubmenu:visited {
	font-size : 10px;
	color : #000000;
	font-weight : bold;		
	text-decoration :none;	
}
a.subsubmenu:active, a.subsubmenu:hover {
	font-size : 10px;
	color : #000066;
	font-weight : bold;		
	text-decoration :none;	
}

a.meta:link, a.meta:visited {
	font-family : Verdana, Univers, Arial, Sans-Serif;
	font-size : 10px;
	color : #FFFFFF;
	font-weight : bold;		
	text-decoration :none;	
}
a.meta:active, a.meta:hover {
	font-family : Verdana, Univers, Arial, Sans-Serif;	
	font-size : 10px;
	color : #FFFFFF;
	font-weight : bold;		
	text-decoration :underline;	
}

UL {
	font-size : 10px;
	color : #000000;
	list-style-type : square;
	list-style : square;	
	margin-left: 25px;
}

LI {
	font-size : 10px;
	color : #000000;
	list-style-image: url(../images/bul_square.gif);
}

strong {
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-weight : bold;
}

.date {
	color : #000066;
	font-weight : bold;		
}

.breadcrums {
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
	color: #000066;
}

input.niceborder {
	font-size:10px;
	color:#122C5E;
	}

h1,.h1 {
	font-size : 14px;
	font-weight : bold;
	color: #122C5E;
}

h2,.h2 {
	font-size : 14px;
	font-weight : bold;
	color: #122C5E;
}

h3,.h3 {
	font-size : 14px;
	font-weight : bold;
	color: #122C5E;
}

.subkop {
	font-size : 13px;
	font-weight : bold;
	color: #000066;
}
.normal {
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000000;
	text-decoration : none;
	font-weight : normal;
}


.subsubkop {
	font-size : 11px;
	font-weight : bold;
	color: #000000;
}

.small { 
	font-size : 10px;
	width: 100px;
}

.backrepeatx {
	background-repeat : repeat-x;
}

hr {
	color: D9EDF8;
}

input.button {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 11px;
background : #D9EDF8;
font-weight : bold;
color : #122C5E;
border-style : solid; 
cursor : hand;
}

input.fields {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 10px;
background : #FFFFFF;
color : #000000;
border-style : solid; 
width: 150px;
}
div.hidden 
{
	visibility: hidden;
	display:none;
}
div.show 
{
	visibility: visible;
	display:inline;
}