﻿/* css-datei - 2 oder 3 spalten - tvmuttenz.ch */

*{
	margin:0px;
	padding:0px;
}

body{
	/*	background-image: url('images/struktur.gif');*/
	background-color: #fee;
	background-image: url('images/bg980.gif');
	background-repeat: repeat-y; /*	background-position:center;*/;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
}

body>#page

#page{
	background: #fff;
	margin: 0 auto;
	text-align: left;
	width: 980px;
}

#menu {
	margin:0 auto;
	float:left;
	width:160px;
}

#content{
	background:#fff;
	float:left;
	width:800px;
	padding:10px;
/*	border-left:1px solid #f30;
	border-right:1px solid #f30;*/
}

#content2{
	background:#fff;
/*	border-right:1px solid #f30;*/
	float: left;
	width: 590px;
	padding: 10px;
}

#teaser{
	background:#ccc;
/*	border-right:1px solid #f30;*/
	float: left;
	width: 190px;
	padding: 10px;
}

/*.padding{
	padding:5px
}*/

a:link    {color: #000}
a:visited {color: #000}
a:hover   {color: #f30}
a:active  {color: #000}

h1    {font-size: 18pt; color: #f30; font-weight: 900; margin: 20px 0px 10px 0px; border-bottom :#f30 solid 2px;}
h2    {font-size: 14pt; color: #333; font-weight: 600; margin: 30px 0px 10px 0px; border-bottom :#333 solid 1px;}
h3    {font-size: 12pt; color: #333; font-weight: 500; margin: 30px 0px 10px 0px; }
h4    {font-size: 30pt; color: #f30; font-weight: 900; margin: 20px 0px 10px 0px; border-bottom :#f30 solid 2px;}
p     {font-size: 10pt; color: #333; font-weight: 500; text-align: justify; margin-bottom: 20px;}
ul    {font-size: 10pt; color: #333; font-weight: 500; margin-top: 10px; text-align: justify;}
li    {font-size: 10pt; color: #333; font-weight: 500; margin-left: 15px; }
td    {font-size: 10pt; color: #333; font-weight: 500; }
tr    {font-size: 10pt; color: #333; font-weight: 500; }
small {font-size:  8pt; color: #666; font-weight: normal;}

.red    {color: #f30;}
.yellow {color: #fc0;}
.green  {color: #3c0;}
.blue   {color: #06c;}
.black  {color: #000;}
.lgrey  {color: #999;}

.left    {text-align: left;  }
.center  {text-align: center;}
.right   {text-align: right; }
 
.bgred     {color: #fff; background-color: #f30; padding: 3px}
.bgyellow  {color: #fff; background-color: #fc0; padding: 3px}
.bggreen   {color: #fff; background-color: #3c0; padding: 3px}
.bgblue    {color: #fff; background-color: #06f; padding: 3px}
.bglgrey   {color: #fff; background-color: #ccc; padding: 3px}
.bgdgrey   {color: #fff; background-color: #333; padding: 3px}
.bgwhite   {color: #333; background-color: #eee; padding: 3px}

.centergrey  {text-align: center; background-color: #ccc; }


.box    {font-size: 11pt; color: #333; font-weight: 500; text-align: justify; margin-bottom: 5px;}

img {border: 0px;}

/*** Menu iframe ***/
iframe {
	top: 0px;
	left: 0px;
	width: 160px;
	height: 600px;
}

/*** Tables ***/
table {
	width: 100%;
	table-layout: fixed;
}

table.blind {
	border: 0px;
}

table.blind td {
	vertical-align: top;
	text-align: left;
	padding: 2px;
	margin: 0px 0px 0px 0px;
	border: 0px;
}
/*** Inhaltsverzeichnis gelb ***/
table.inhalt {
	background: #ddd;
	border: 1px solid #ddd;
	border-collapse: collapse;
	margin: 10px 0px;
}

table.inhalt td {
	vertical-align: top;
	border: 1px solid #ddd;
	padding: 2px 4px;
	margin: 0px;
}
/*** Standardtabelle grau/grau ***/
table.standard {
	background:#ddd;
	border-collapse: collapse;
	border: 1px solid #999;
	margin: 10px 0px;
}

table.standard td {
	vertical-align: top;
	padding: 1px 4px 0px 4px;
	margin: 0px;
	border: 1px solid #999;
}

/*** Standardtabelle grau/weiss ***/
table.standard2 {
	background:#fff;
	border-collapse: collapse;
	border: 1px solid #999;
	margin: 10px 0px;
}

table.standard2 td {
	vertical-align: top;
	padding: 1px 4px 0px 4px;
	margin: 0px;
	border: 1px solid #999;
}



