/* CSS fuer vyhnalek.at */

/* Wichtige Farben

bg schwarz = #222222

*/



body {
	background-color: #222222;
	margin: 20px;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 0 0;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	margin: 0 0 0 0;
}

.teasertxt {
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	margin: 13px 0 0 0;
}

.weiter {
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	margin: 18px 0 0 0;
}

.anzahl {
	font-size: 12px;
	font-weight: bold;
	margin: 18px 0 0 0;
}

a:link {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:active {
	color: #000;
	text-decoration: underline;
}


a.grey:link {
	color: #222;
	text-decoration: underline;
}

a.grey:visited {
	color: #222;
	text-decoration: underline;
}

a.grey:hover {
	color: #222;
	text-decoration: underline;
}

a.grey:active {
	color: #222;
	text-decoration: underline;
}


a.aktiv:link {
	color: #222;
	text-decoration: none;
}

a.aktiv:visited {
	color: #222;
	text-decoration: none;
}

a.aktiv:hover {
	color: #222;
	text-decoration: none;
}

a.aktiv:active {
	color: #222;
	text-decoration: none;
}


/*  __________  positionierung  __________  */

#header {
	width: 945px;
	height: 110px;
	background-color: #fff;
}

#logo {
	margin: 8px 0 0 15px;
}


#topnavi {
	margin: 10px 0 0 17px;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

#topnavi a {
	display: inline;
	margin-right: 15px;
}

#topnavi aktiv {
	display: inline;
	margin-right: 15px;
}

.item {
	background-color: #fff;
	margin: 5px 0 0 0;
}

.item_right {
	width: 255px;
}


#subnavi {
	width: 945px;
	background-color: #fff;
	margin: 5px 0 0 0;
	padding: 1px 0 1px 0;
}

#subnavi p {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	margin: 11px 0 11px 17px;
}

#subnavi a {
	display: inline;
	margin-right: 10px;
}

#subnavi aktiv {
	display: inline;
	margin-right: 10px;
}

#footer {
	width: 945px;
	background-color: #fff;
	margin: 5px 0 0 0;
	padding: 1px 0 1px 0;
}

#footer p {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	line-height: 16px;
	margin: 11px 0 11px 17px;
}

.disclaimer {
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	width: 520px;
	height: 230px;
	margin: 11px 0 11px 17px;
}

#uebersicht {
	width: 690px;
	background-color: #fff;
	border: 10px solid #fff;
	margin: 5px 0 0 0;
	padding: 0;
}

#uebersicht h1 {
	margin: 0 0 15px 0;
}

#uebersicht img {
	margin: 0 10px 10px 0;
	float: left;
}

#uebersicht .weiter {
	font-size: 14px;
	clear: left;
}