/*	
	
	Dateiname : main.css
	URL : http://wp031g0823.sizch.net/style/main.css
	Autor : Reto Kšnig Level X Webdesign
	Datum : Dezember 2003
	Verwendung : SIZ Projekt 

*/

/* ***** BODY ***** */
body
{
	background-color: white;
	margin: 10px;
	padding: 0px;
	color: black;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
}

/* ***** SCHRIFTARTEN ***** */
p { font-size: 12px; }

h1
{
	font-weight: bold;
	font-size: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

h2
{
	font-size: 14px;
	margin-bottom: 5px;
}

.newstitel
{
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px dashed #a1a1a1;
}

.rot
{
	color: #c00;
	background-color: #cc9;
}

.footer { font-size: 11px; }
.uhr { font-size: 10px; }

/* ***** LINKS ***** */
a:link, a:active, a:visited
{
	background-color: transparent;
	color: #66cc33;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

a:hover
{
	background-color: #66cc33;
	color: white;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

a.footerlink:link, a.footerlink:active, a.footerlink:visited { font-size: 11px; }
a.footerlink:hover { font-size: 11px; }

a.menupunkte:link, a.menupunkte:active, a.menupunkte:visited, a.menupunkte:hover
{
	display: block;
	padding-left: 2px;
}

a.w3c:link, a.w3c:active, a.w3c:visited, a.w3c:hover { background-color: transparent; }

/* ***** TABELLEN ***** */
table
{
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
td {vertical-align: top;}

th { background-color: #ccc; text-align: left; }
td.inhalt { padding: 3px; }
td.bg_grau { background-color: #E2E2E2; }
.mitgliederanzahl { vertical-align: bottom; }

/* ***** FORMULARE ***** */
select, input { width: 150px; }

textarea
{
	width: 500px;
	height: 80px;
}
.shoptextarea
{
	width: 220px;
	height: 120px;
}

/* ***** BILDER ***** */
img { border: 0px; }
.levelxbild { vertical-align: text-bottom; }

/* ***** RAHMEN ***** */
#bestaetigung
{
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	border: dashed 1px gray;
	position: absolute;
	z-index: 100;
	top: 200px;
	left: 350px;
	width: auto;
	height: auto;
	overflow: visible;
	visibility: visible;
}

/* ENDE CSS */
