/*/// Formate ///*/
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 10px;
color: #000000;
background-image:url(../images/cw_main_bg.jpg);
margin:0px;
}



a {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}
a:link    {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
/*
.submenu_nav a{
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
.submenu_nav a:visited{
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
.submenu_nav a:active{
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
.submenu_nav a:hover{
	text-decoration: underline;
	font-weight: bold;
	color: #F4F4F4;
}
*/
h1 {
font-size: 16px; 
line-height: 105%; 
font-weight: bold; 
letter-spacing: 0px; 
color : #000000; 
padding: 2px;
}

p {
font-size: 10px; 
line-height: 120%;
}

h2 {
font-size: 12px; 
line-height: 98%;
font-weight: bold; 
color : #999999;
}

h3 {
font-size: 12px;
line-height: 98%;
font-weight: bold;
color : #000000;
}

h4 {
font-size: 11px;
font-weight: normal;
line-height: 90%;
color : #000000;
}

h5 {
font-size: 10px; 
line-height: 12px;
color : #35989F;
letter-spacing: 5px;
}

h6 {
font-size: 10px; 
line-height: 12px;
color : #35989F;
letter-spacing: 2px;
}


/* Formulare */
input, option, select, textarea {
font-family: Verdana,Arial,Helvetica;
font-size: 10px;
font-weight: bold;
margin: 0px;
padding: 0px;
color: #999999;
border-style: solid;
border: 1px solid #000000;
background-color: #FFFFFF;
}
	
button {
font-family : Verdana,Arial,Helvetica;
font-size : 10px;
font-weight : 500;   
color : #FFFFFF;
border-style: solid;
border: 1px solid #000000;
background-color : #35989F;
}
	