/* www.win.or.at stylesheet - v2.0 03/2010 - (c) harald winkler - www.hyperwork.com  

Farben
------
#eb2228
#f16824
#b7283c
#f0f0f0
#fff
#000

*/


html, body {
	background-color: #f0f0f0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:18px;
	margin: 0;
	padding: 0 10px 0 10px;
	border: none;
	text-align: center;
}
P, TD, ADDRESS {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
H1 {
	margin: 0px 0px 12px 0px;
	font-size:20px;
	color:#f16824;
	font-weight:bold;
}
H2 {
	margin: 0px 0px 6px 0px;
	font-size:20px;
	color:#f16824;
	font-weight:bold;
}
H3 {
	margin: 0px 0px 6px 0px;
	font-size:14px;
	color:#f16824;
	font-weight:bold;
}
H4 {
	margin: 0px 0px 6px 0px;
	font-size:14px;
	color:#f16824;
	font-weight:bold;
}
A, A:visited {
	color:#b7283c;
	text-decoration:underline;
}
A:hover {
	color:#eb2228;
	text-decoration:underline;
}
ADDRESS {
	color:#b7283c;
	font-style:normal;
	margin: 0px 0px 6px 0px;
}
UL {
	list-style-type: disc;
}
UL.menu_win, UL.menu_aas {
	list-style-type: disc;
	list-style-image:url(../pic/bullet_weiss.gif);
	padding-left:0px;
	margin: 0px 0px 12px 16px;
	font-size:14px;
}
.clear {
	clear:both;
	height:0px;
}
#wrapper {
	width:960px;
	margin:auto;
	text-align:left;
	min-height:100%;
}
#header {
	width:960px;
	/*padding: 10px 0 0 0;
	margin: 0 0 20px 0;*/
}
#logowin {
	float:left;
	margin: 70px 0 5px 10px;
}
#logoass {
	float:left;
	margin: 10px 0 4px 4px;
}
#mainmenu {
	width:180px;
	float:left;
	color:#fff;
	padding:30px 10px 20px 20px;
}
#mainmenu A {
	color:#fff;
	text-decoration:none;
}
#mainmenu A:hover {
	color:#fff;
	text-decoration:underline;
}
#main {
	width:960px;
	background-color:#f16824;
	overflow: hidden;
}
#thecontent {
	float:right;
	background-color:#fff;
	padding:30px 40px 20px 40px;
	width:660px !important;
	width:740px;
	min-height:400px;
}
#thecontent li {
	list-style-image:url(../pic/bullet_rot.gif);
}


#screenline {
	width:960px;
	height:20px;
	clear:both;
	background-color:#eb2228;
}
#topleft {
	float:left;
	width:9px;
	height:20px;
	background-image:url('../pic/topleft.png');
	background-repeat:no-repeat;
}
#topright {
	float:right;
	width:9px;
	height:20px;
	background-image:url('../pic/topright.png');
	background-repeat:no-repeat;
}
#botleft {
	float:left;
	width:9px;
	height:20px;
	background-image:url('../pic/botleft.png');
	background-repeat:no-repeat;
}
#botright {
	float:right;
	width:9px;
	height:20px;
	background-image:url('../pic/botright.png');
	background-repeat:no-repeat;
}
#footer {
	width:100%;
	height:25px;
	padding:15px 0 0 0;
	font-size:11px;
	color:#eb2228;
	text-align:center;
	clear:both;
}
#footer A {
	color:#eb2228;
	text-decoration:none;
}
#footer A:hover {
	color:#eb2228;
	text-decoration:underline;
}
