/* general stuff */

html {
	font-family: arial, helvetica, "Microsoft Sans Serif", verdana;
	font-size: 12px;
	}

a:link, a:visited, a:active {
	text-decoration: none;
	font-size: 12px; 
	border: none;
	color: #666;
	}

a:hover {
	text-decoration: none; 
	border: none;
	color: red; 
	}
 
/* Schriften */

#content h1 {
	margin: 0 0 15px 0;
	font-size: 14px; 
	font-weight: bold;
	color: #333;
	}

#content p {
	font-size: 11px;
	line-height: 16px; 
	color: #666;	
	}
	
#content ul, #content ol {
	font-size: 12px;
	line-height: auto; 
	color: #666;	
	}

.mini {
	font-size: 11px;
	color: #5B5C5E;
	line-height: 16px;
	}
	
.mini a {
	font-size: 11px;
	color: #0077B8;
	font-style: italic;
	}

p.clr {
	clear: both; float: none;
	}

table.prices {
	width: 480px;
	padding: 1px;
	}

table.prices td {
	padding: 5px;
	}

td.aus, td.inn {
	text-align: center;
	}

table.prices tr.hell {
	background: #FFF;
	}
	
table.prices tr.dunk {
	}
	
#content ul, #content ol {
	margin: 10px 0px 10px 20px; padding: 0;
	color: #000;
	}

#content li {
	margin: 0px 0px 5px 0px;
	}

#content ul{
	margin: 5px 0px 0px 12px; padding: 0;
	list-style-image: url(../images/light_bullet.gif);
	}

#footer p {
	text-align: center;
	color: #FFF;
	font-size: 12px;
	margin: 0px auto; 
	}
	
.clr {
	clear: both;
	}

.teamimg {
	margin: 10px 0px 0px 40px; padding: 0;
	margin-right: 5px; padding-top: 8px; 
	width: 180px;
	float: left;
	}

.teamimg img {
	border: 1px solid #CCC;
	}

.teamtxt {
	float: left;
	margin-top: 18px; padding: 5px;
	margin-right: 10px; 
	height: 113px; width: 203px; 
	border: 1px dashed #CCC;
	background: #EFEFEF;
	}

#drei_eins p, #drei_zwei p, #drei_drei p  {
	padding: 10px;
	color: #000;
	font-size: 14px;
	}
	
