﻿/*
Stylesheet  (c)2010 - MARCO RYCHIGER - rychiger@swissteam.com
*/

a {
	text-decoration: none;color: #666666;font-size: 11px;
}
a:link {
	color: #666666;
}
a:visited {
	/* color: #666666;*/
}
a:hover {
	text-decoration:underline;color:#993300  
	}
	
	p {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	margin: 5px 0 0 0;
	text-transform: none;
	color: #666666;
	line-height: normal;
	vertical-align: middle;
	text-align: left;
/*	text-indent: inherit; */
	padding-left: 30;
	padding-right: 10;
}


/* RYCHIGER - Formatierungen

h1 Eingemittet Impressum Front
h2 Linkblock rechts ausgerichtet
h3 Kleiner Text z.B. im Newsteil
h4
h5 Überschrift im Mittelfeld
h6 Fliesstext im Mittelfeld
*/
h1 {
	font-family: Verdana, Times;
	font-weight: normal;
	font-size: 10px;
	line-height: 14px;
	color: #FFFFFF;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
h2 {
	font-family: Verdana, Times;
	font-weight: normal;
	font-size: 11px;
	line-height: 20px;
	color: navy;
	text-align: right;
	margin: 0 10 0px 10;
}
h3 {
	background: #C0C0C0;
	font-family: Verdana, Times;
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
	color: #333333;
	text-align: left;
	margin: 0px 0 0px 0;
	padding: 0px 5 0 5;
}
h4 {
	font-family: Verdana, Times;
	font-weight: normal;
	font-size: 25px;
	line-height: 25px;
	color: #666666;
	text-align: left;
	margin: 0 0 15px 0;
}
h5 {
	font-family: Verdana;
	font-weight: bold; font-style:italic; 
	font-size: 15;
	line-height: 20px;
	color: #333333;
	text-align: left;
	margin: 5 0 0 0;
	padding-left: 10;
	padding-right: 5;

}
h6 {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	margin: 5px 0 0 0;
	text-transform: none;
	color: #666666;
	line-height: normal;
	vertical-align: middle;
	text-align: left;
/*	text-indent: inherit; */
	padding-left: 10;
	padding-right: 5;
}

