/* software designed, created and developed for www.pulsaris.de*/
/* general style sheets */

body { 
	position: relative;
	high: auto;
	width: auto;
	margin: 0; 
	padding:0;
	width: 100%;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 100,01%; 
}

a:link {
	color : #333;
	text-decoration : none;
}

a.contentmenue:link {
	color : #666;
	text-decoration : none;
}

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

a.contentmenue:visited {
	color : #666;
	text-decoration : none;
}

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

a.contentmenue:hover {
	color : #c03;
	text-decoration : none;
}

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

a.contentmenue:active {
	color : #c03;
	text-decoration : none;
}

td {
	font-weight : normal;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	color : #333;
	font-size : 1.32em;
	font-weight : bold;
	line-height: 110%;
}

.bodystart { 
	background: url(../images/basic/body_start.gif) #fcfcfb;
	background-repeat: no-repeat;
	background-position: 894px 244px;
}

.bodysite { 
	background: url(../images/basic/body_site.gif) #fcfcfb;
	background-repeat: no-repeat;
	background-position: 894px 74px;
}

.text{
	color : #333;
	font-size : 0.68em;
	font-weight : normal;
	line-height: 125%;
}

.headline{
	color : #333;
	font-size : 1em;
	font-weight : bold;
}

.menue{
	color : #333;
	font-size : 0.64em;
	font-weight : normal;
}

.menueakt{
	color : #c03;
	font-size : 0.64em;
	font-weight : normal;
}

.contentmenue{
	color : #666;
	font-size : 0.64em;
	font-weight : normal;
}

.textlink{
	color : #333;
	font-size : 1em;
	font-weight : normal;
	text-decoration: underline !important;
}

.form{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #333;
	font-size : 1em;
	font-weight : normal;

}

.error {
	color : #c03;
	font-size : 0.82em;
	font-weight : normal;
}