/*
scheitern.css
*/
a:link 		{ color: #000000;}
a:visited 	{ color: #444444; }
a:active 	{ color: #4444aa; }
a:hover		{ color: #000000; font-weight: bold;}
.rutsch	{ margin-left: 25px; }

a.link {
	cursor: pointer;
	
}
/*
a.btn {
	text-decoration: none;		padding: 2px; 
	border-left: 1px solid #000000;		border-top: 1px solid #000000;
	border-right: 2px solid #555555;	border-bottom: 2px solid #555555;
	background-color: #ffffff;
}
a.btn:hover	{ 
	color: #000000; font-weight: bold;
	border-right: 1px solid #000000;	border-bottom: 1px solid #000000;
	border-left: 2px solid #555555;		border-top: 2px solid #555555;
}
a.btn0 {
	text-decoration: none;		padding: 2px; 
	border: 1px solid #000000;	background-color: #ffffff;
}
*/
div.nolink { color: #000000; }
p.navi {
	margin: 0;
	margin-top: 10px;
}

body {
	color: #000000;
	background-color: #eeeeee;
	margin: 0;
	/*background-image:url(bg2.jpg);
	background-repeat: repeat;*/
	font-family: Arial;
}
/* table.main - struktur siehe unten */
table.main {
	margin: 0;	padding: 0;
	left: 0;	top: 0;
	width: 100%;	height: 100%;
	border: none;	border-collapse: collapse;
}
tr.main-oben {
	vertical-align: top;
	height: 130;
}
td.main-oben {
	border-bottom: solid 1px #aaaaaa;
	text-align: center;
	padding: 4;
}

tr.main-inhalt {
	vertical-align: top;
}
td.main-links {
	/*border-right: dashed 2px #aaaaaa;*/
	background-color: #dddddd;
	width: 210px;	min-width: 200px; max-width: 210px; 
	padding: 8;
	font-weight: bold;
}
td.main-inhalt {
	padding: 16;
	width: 80%;
}
tr.main-unten {
	vertical-align: bottom;
	height: 10;	
}
td.main-unten {	
	text-align: center;
	border-top: solid 1px #aaaaaa;
}
.fuss {
	font-family: "Verdana";	font-size: 8pt;		color: black;
}
table.karten {
	border: none;	border-collapse: collapse;
}

table.email {
	position: relative;		left: 10%;	
	width: 70%;
	border-collapse: collapse;	border: none;
}
tr.email { vertical-align: top; }
td.email-l { text-align: right;	}
td.email-r { text-align: left; padding-bottom: 5; padding-left:4;	}

ul {
	margin-top: 2;
	margin-bottom: 	2;
}

input{
}
table.n { 
	/*width: 100%; height: 100%
	border: 4px solid red;  padding: 0; margin: 0;*/
}
h1 {
	text-align: center;
}
h1.titel {
	font-size: 32pt;
	color: #444444;
	margin-bottom: 4px;
}
div.titel1 { 
	font-size: 20pt; 
	
}

font.gescheites-e { color: #008431; }
font.gescheites-s { color: #ef6194; }

.box1 {
	padding: 0;
	width: 400px;	height: 500px;
	/*border: 1px solid #aaaaaa;*/
	border: none;
	overflow: hidden;
	background-image: url("../bilder/bg_box_gr1.gif");
	background-repeat: repeat;
/*	background-attachment: fixed;*/
}
div.box11 {
	width: 400px;	height: 500px;
	border: none;		overflow: scroll;
}
li {
	margin-bottom: 8px;
}


table.kalender {
	border-collapse: collapse;
	border: 1px solid black;
	width: 80%; 
	margin-left: 10%;	
}
tr.kalender {
	border: 1px solid black;
	vertical-align: top;
}
th.kalender, td.kalender {
	padding: 4px;
	border: 1px solid black;
}
/*
table.main
|---------------------------------
|tr.main-oben td.main-oben       |
|                                |
|--------------------------------|
|     tr.main-inhalt             |
|         |                      |
| td.main |  td.main-inhalt      |
| -links  |                      |
|         |                      |
|         |                      |
|--------------------------------|
| tr/td.main-unten               |
|--------------------------------|
*/

