/*   Style-Sheet main.css systemaufstellungen.org / system-aufstellungen.at   */
/*   � 01/07 by CMM - GRAFIXOUND                                              */

/* Farben: cyan1: #9cc, cyan2: #099 */
/* Farben: txt1: #036, txt2: #900, txt3: #f90 */
/* Farben: hover: #f60, headline: #930 */


body {
	background: #f3f3e3 url(source/bg.gif) repeat-y;
	margin: 0;
	padding: 0;
	font: 14px Times;
}


/* top-box mit navi */

#top {
	 position: relative;
	 margin: 0;
	 padding: 0;
	 width: 100%;
	 z-index: 2;
	 background: #9cc;
	}

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

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

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

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


/* navi top */

#topnavi {
	padding: 0;
	margin: 0;
	font: 14px Times, serif;
	color: #fff;
	text-align: center;
}

	#topnavi ul {
		list-style: none;
		margin: 0 0 0 270px;
		padding: 0;
		border: none;
}

	#topnavi ul li {
		float:left;
		width:150px;
		margin: 0 5px 0 0;
		padding: 0;
		color: #fff;
}

	#topnavi ul li a {
		display: block;
		width: 150px;
		height: 18px;
		padding: 2px 0 2px 0;
		background-color: #099;
		text-align: center;
		text-decoration: none;
		color: #fff;
}

	html>body #topnavi ul li a {
		width: auto;
		color: #fff;
}


	#topnavi ul li a:link {
		color: #fff;
		text-decoration: none;
}

	#topnavi ul li a:visited {
		color: #fff;
		text-decoration: none;
}

	#topnavi ul li a:hover {
		color: #f60;
		text-decoration: none;
		font-weight: bold;
}

	#topnavi ul li a:active {
		text-decoration: none;
		color: #fff;
}


/* left-box mit navi */

/* navi left */
#navi {
	position: absolute;
	top: 130px;
	left: 0;
	width: 170px;
	padding: 0;
	margin: 0;
	z-index: 10;
	background-color: #9cc;
	font: normal 14px Times, serif;
	color: #036;
	text-align: center;
}

	#navi ul {
		list-style: none;
		margin: 0 0 0 20px;
		padding: 0;
		border: none;
}

	#navi li {
		color: #fff;
		margin: 0 0 2px 0;
}

	#navi li a {
		display: block;
		width: 150px;
		height: 20px;
		padding: 2px 0 0 0;
		background-color: #099;
		text-decoration: none;
		color: #fff;
		width: 100%;
}

	html>body #navi li a {
		width: auto;
		color: #fff;
}

	#navi li a:visited {
		background-color: #099;
		color: #fff;
		text-decoration: none;
}

	#navi li a:hover {
		color: #f60;
		text-decoration: none;
		font-weight: bold;
}

	#navi li a:active {
		text-decoration: none;
		color: #fff;
}



/*------------------ content -------------------------------------------*/

#inhalt {
	position: absolute;
	top: 150px;
	left: 200px;
	width: 780px;
	min-height: 400px;
	z-index: 50;
	font: 14px Times New Roman, Times, serif;
	color: #036;
}

	#inhalt a:link { 
		color: #f70; 
		text-decoration: underline;
		font-weight: bold;
}

	#inhalt a:visited { 
		color: #f70; 
		text-decoration: underline;
		font-weight: bold;
}

	#inhalt a:hover { 
		color: #c30; 
		text-decoration: none;
		font-weight: bold;
}

	#inhalt a:active { 
		color: #f70; 
		text-decoration: underline;
		font-weight: bold;
}

	#inhalt .floatleft {
		float: left;
		margin: 5px 10px 5px 0;
}


#aktuelles {
	width: 500px;
	margin-left: 130px;
	background-color: #fcfcec;
	border: 2px solid #900;
	color: #000;
	text-align: center;
	}

	#aktuelles .event {
		margin: 10px 0;
		font: normal 12px Verdana, Arial, sans-serif;
	}


#termine {
		text-align: center;
		clear: both;
}

#termine .event {
	width: 600px;
	margin: 3px auto;
	padding: 8px;
	background-color: #f8f8f8;
	border: 1px solid #9cc;
	font: normal 12px Verdana, Arial, sans-serif;
	color: #000;
	}

	#termine .event a { color: #036; text-decoration: underline; }
	
	#termine .event a:link, a:visited, a:hover, a:active { color: #036; }
	
	#termine .event a:hover { color: #099; }


#col1 {
	float: left;
	width: 380px;
	border: 1px none #036;
	color: #036;
	}

	#col1 .events {
		margin: 10px 0;
		padding: 0 10px;
		border: 1px solid #036;
		background-color: #f8f8f8;
		text-align: left;
	}


#col2 {
	float: right;
	width: 380px;
	border: 1px none #036;
	color: #036;
	}

	#col2 .events {
		margin: 10px 0;
		padding: 0 10px;
		border: 1px solid #036;
		background-color: #f8f8f8;
		text-align: left;
	}


#inhalt .newsboxes {
	width: 155px;
	height: 70px;
	background-color: #c30;
	font: bold 10px Verdana, Arial, sans-serif;
	color: #fff;
	text-align: center;
	margin: 10px 5px 0 0;
	padding: 5px;
	float: left;
	}

	#inhalt .newsboxes a { color: #fff; text-decoration: none; }

	#inhalt .newsboxes a:link, a:visited, a:hover, a:active { color: #fff; text-decoration: none; }

	#inhalt .newsboxes a:hover { color: #fff; text-decoration: underline; }

#inhalt .clickbox {
	background-color: #c30;
	font: bold 14px Verdana, Arial, sans-serif;
	color: #fff;
	text-align: center;
	margin: 30px 10px 0 0;
	padding: 10px;
	float: left;
	}

	#inhalt .clickbox a { color: #fff; text-decoration: none; }

	#inhalt .clickbox a:link, a:visited, a:hover, a:active { color: #fff; text-decoration: none; }

	#inhalt .clickbox a:hover { color: #fff; text-decoration: underline; }

#angebote {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 200px;
	text-align: center;
	font: 11px Arial, sans-serif;
	color: #fff;
}
	#angebote .box {
		margin: 10px 0;
		padding: 10px 2px;
		background-color: #c30;
	}

	#angebote .box a { color: #fff; text-decoration: none; }

	#angebote .box a:link, a:visited, a:hover, a:active { color: #fff; text-decoration: none; }

	#angebote .box a:hover { color: #fff; text-decoration: underline; }


#privacy {
	position: absolute;
	left: 570px;
	top: 125px;	
	width: 200px;
	z-index: 5;
	font: normal 13px Times;
}


/* link-classes   ------------------------------------------------------------------------------------*/

#termine .event a.rot { color: #900; }
	#termine .event a.rot:visited { color: #900; }
	#termine .event a.rot:hover { color: #c30; }
	#termine .event a.rot:active { color: #900; }

#termine .event a.blau { color: #036; }
	#termine .event a.blau a { color: #036; }
	#termine .event a.blau a:link, a:visited, a:hover, a:active { color: #036; }
	#termine .event a.blau a:hover { color: #099; }

#termine .event a.gelb { color: #f90; }
	#termine .event a.gelb a { color: #f90; }
	#termine .event a.gelb a:link, a:visited, a:hover, a:active { color: #f90; }
	#termine .event a.gelb a:hover { color: #c30; }


/*   tags   ---------------------------------------------------------------*/

h1 {
	font-size: 26px; 
	font-weight: bold;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

input {
	color: #808080;
	font: normal 12px Arial, sans-serif;
}


/*---   class   ---*/

.cyan {
	background: #9cc;
}

.headline {
	color: #fff;
	font: 600 28px Times New Roman, Times, serif;
}

.headlineat {
	color: #930;
	font: 600 28px Times New Roman, Times, serif;
}

.headlinenl {
	color: #fff;
	font: italic 26px Times New Roman, Times, serif;
}

.subhead {
	color: #036;
	font: 600 16px Times New Roman, Times, serif;
}

.antiqua {
	color: #036;
	font: normal 14px Times New Roman, Times, serif;
}

.grotesk {
	color: #fff;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}

.small {
	color: #fff;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}

.rost {
	color: #900;
	margin-bottom: 10px;
}

.gelb {
	color: #f70;
}

.mitte {
	text-align: center;
	}

.mr200 {
	margin-right: 200px;
	}

.mr200mitte {
	margin-right: 200px;
	text-align: center;
	}

.hi {
	border: 1px solid #900;
	border-spacing: 2px;
}


div.clearer {
	clear: both;
	height: 10px;
}

/* End Stylesheet ---------------------------------------------------------*/