html
{
	margin: 0px;
    background-color: white;
    background-image: url(background.gif);*/
    
	/*background-color: rgb(74,75,71);*/	
}

body
{
	margin: 0px;
}

#header
{
	position: relative;
	height: auto;
	margin-top: 30px;
	margin-right: 5px;
	margin-bottom: 30px;
	margin-left: 12px;

}



#content
{
	position: relative;
	height: auto;
	margin-top: 20px;
	margin-left: 12px;
	margin-right: 5px;
	margin-bottom: 12px;

}




.a
{
	border: 0px;
}


/* T Y P O G R F I E  */


/*DATUM EINES ARTIKEL*/
.datum
{
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height:16px;
	color: rgb(153,186,215);
}

.headline
{
   	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: rgb(153,186,215);
}



.hl_12px
{
	text-decoration: none;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-transform: lowercase;
	color: rgb(153,186,215);	
}

.ft
{
	text-decoration: none;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-transform: lowercase;
	color: rgb(153,186,215);
}



.ft_14px
{
   	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: rgb(153,186,215);
}


a.logo
{
	text-decoration: none;
	border: 0px;
}


a.stuff
{
	text-decoration: none;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-transform: lowercase;
	color: rgb(153,186,215);
		
}

a.stuff:active
{
	text-decoration: none;
	font-family: arial, sans-serif;
	font-w: bold;
	font-size: 13px;
	text-transform: lowercase;
	color: rgb(153,186,215);
}


a.stuff:hover
{
	text-decoration: none;
	color: white;
	/*background-color: #3de210;*/
	background-color: rgb(193,195,188);
	text-transform: lowercase;
}



.button
{
    margin-top:25px;
    background-color: white;
    border: 1px solid #999999;
}

.button:hover
{
    background-color: white;
    border: 1px solid rgb(193,195,188);   
}




.button_borderless
{
    border:none;
}


.button_borderless:hover
{
    border:none;
}



.inputfield
{
    background-color: white;
    border: 1px solid #999999;
    color: rgb(193,195,188);
}


