@charset "UTF-8";
/* CSS Document */

/*Allgemein Hintergrund*/

body {
	margin-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
}


/*Tabellen*/

.tabelle1 {
	border-width:1px;
	border-style:solid;
	border-color:#000000;
}


/* Titel */

.titel-h1 {
	color:#000000;
	font-size:24px;
	font-weight:bold;
	line-height:30px;
}

.titel-h2 {
	color:#000000;
	font-size:21px;
	font-weight:normal;
}

/* Text */

.lauftext-fett {
	color:#000000;
	font-size:12px;
	font-weight:bold;
	line-height:14px;
}

.lauftext {
	color:#000000;
	font-size:13px;
	font-weight:normal;
	line-height:17px;
}

.bildtext {
	color:#000000;
	font-size:12px;
	font-weight:normal;
	line-height:14px;
}

.footertext-fett {
	color:#000000;
	font-size:14px;
	font-weight:bold;
	line-height:25px;
}

.footertext {
	color:#000000;
	font-size:14px;
	font-weight:normal;
	line-height: 20px;
}

/*--  Menu -- */

.headermenu:link		{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 23pt;
	padding-left: 40px;
	background-image: url(http://www.kurtwohndesign.ch//content/img/over.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.headermenu:visited		{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 23pt;
	padding-left: 40px;
	background-image: url(http://www.kurtwohndesign.ch//content/img/over.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.headermenu:hover		{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 23pt;
	padding-left: 40px;
	background-image: url(http://www.kurtwohndesign.ch//content/img/aktiv.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.headermenu_over:link		{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 23pt;
	padding-left: 40px;
	background-image: url(http://www.kurtwohndesign.ch//content/img/aktiv.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.headermenu_over:visited	{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 23pt;
	padding-left: 40px;
	background-image: url(http://www.kurtwohndesign.ch//content/img/aktiv.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.headermenu_over:hover		{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 23pt;
	padding-left: 40px;
	background-image: url(http://www.kurtwohndesign.ch//content/img/aktiv.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

