/* komentar */

BODY { scrollbar-base-color : #CCCCCC;

}
a,p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,input,textarea
		{
			font-family :Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
			font-size : 12px;
		}
		
		
b 		{ 
		font-weight: bold 
}
				
a:link  {
        color : #003366;
        text-decoration : none;
}

a:active  {
        color : #003366;
        text-decoration : none;
}

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

a:hover  {
        color : #FF3300;
        text-decoration : none;
}

a.menue:link  {
        color : #ffffff;
        text-decoration : none;
  		font-weight : normal;
}

a.menue:visited  {
        color : #ffffff;
        text-decoration : none;
  		font-weight : normal;
}

a.menue:hover  {
        color : #FFCC00;
        text-decoration : none;
  		font-weight : normal;
}

a.menue:active  {
        color : #ffffff;
        text-decoration : none;
  		font-weight : normal;
}

.headline-smaller  {
        font-size : 14px;
        color : #003366;
		font-weight : bold;

}




.menue  {
        color : #FFFFFF;
        text-decoration : none;

}

.txtBlau {
		font-size : 12px; 
		color : #003366; 
		font-weight : normal;
		
}

.headlineBlau {

        font-size : 14px;
        color : #003366;
        font-weight : bold;
}
.headlineTop {


        font-size : 12px;
        color : #003366;
        font-weight : bold;
}
.weiss {

		font-size : 12px; 
		color : #FFFFFF; 
		font-weight : normal;
}
.normalTop {



        font-size : 12px;
        color : #003366;
        font-weight : normal;
}
textarea { 
 		color : #003366;
}
input { 
 		color : #003366;
}

ul {
		list-style-image : url("bullet.gif");
		margin-top: 1px;

		list-style-position:inline; 
}
.headlineBlauKopie {


        font-size : 18px;
        color : #003366;
        font-weight : bold;
}

button.css3button {
	cursor:pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003366;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#f2f2f2 0%,
		#d6d2d5);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#f2f2f2),
		to(#d6d2d5));
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border: 3px solid #ffffff;
	-moz-box-shadow:
		0px 3px 11px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(130,107,127,1);
	-webkit-box-shadow:
		0px 3px 11px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(130,107,127,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.3);
		
}


