@charset "utf-8";
/********************************************************************************************************************
/ 	(C)2008 FBS Informatik GmbH
/	Filename:	styles.css
/	Version:	1.0 ( ***First Release )
/	Date:		08.04.2008
/	Autor:		Hunkeler Stefan < hunkeler(at)netandweb.ch >
/	Comment:	Hier werden Listen, Überschriften etc. definiert.
*********************************************************************************************************************/
H1 {
 position: relative;
 float: left;
 clear:both;
 margin-top: 0px;
 margin-left: 5px;
 font-size: 14px;
 border-bottom: 1px solid #ffffff;
 width: 660px;
}

#text_conatiner {
 position: relative;
 float: left;
 width: 380px;
}

#text_conatiner_kontakt {
 position: relative;
 float: left;
 width: 250px;
}

ul, li {
 padding: 0px;
 margin: 5px;
 list-style-type: none;
}

a {
	text-decoration: none;
	color:#f07f11;
	font-weight: bold;
}

.adobe_note {
 font-size: 10px;
}

.card {
 background-image:url(../img/card.jpg);
 background-repeat:no-repeat;
 padding-left: 20px;
}