/* standard css juttakeller.com 20061027
---
*/

/*
COLOR CI
hellrot = #cc6666
orange = #ff9933
darkrot = #6c0000
*/

/*
GLOBAL / RESET
*/

html, body, div, ol, li, a, p, h1, h3, h3, h4, form
{
	margin: 0; 
	padding: 0; 
	font-family: andale mono, verdana, arial;
}

/*
body { background: #6c0000 url (../bilder/site/back.gif) no-repeat; font-size: 101%; 
}
*/


/*
LAYERZ
*/
#aussen   
{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 98%; 
	height: 98% 
}
#stage     
{ 
	background-image: url("../bilder/site/back.gif"); 
	background-repeat: no-repeat; 
	position: absolute; 
	top: 0; 
	width: 924px; 
	height: 748px
}
#navidef   
{ 
	position: absolute; 
	top: 160px; 
	left: 0; 
	width: 402px; 
	height: auto 
}
#navi     
{ 
/*	font-family: "Andale Mono", "Trebuchet MS";  */
	text-align: right; 
	display: block; 
	position: absolute; 
	right: 26px
}
#inhaltdef       
{ 
	background-color: white; /*#FFEBEB*/
	position: absolute; 
	z-index: 2; 
	top: 0; 
	left: 402px; 
	width: 565px; 
	height: 748px 
}
#inhalt     
{ 
	font-size: 12px; 
	font-family: "Trebuchet MS", Trebuchet; 
	font-weight: bold; 
	line-height: 20px; 
	padding-right: 10px; 
	position: absolute; 
	top: 60px; 
	right: 10px; 
	left: 19px; 
	width: 536px;
	height: 660px; 
	overflow: auto
}
#fuss    
{ 
	font-size: 12px;
	font-family: "Trebuchet MS", Trebuchet; 
	font-weight: bold; 
	line-height: 10px;
	background-color: #fff; 
	text-align: center; 
	position: absolute; 
	top: 730px; 
	left: 0; 
	width: 565px; 
	height: 30px;
	border-top: 1px solid #555 
}
#logo    
{ 
	position: absolute; 
	z-index: 3; 
	top: 50px; 
	left: 145px; /*165px;*/
	width: 100px; 
	height: 100px 
}

/* 
TEXT FORMATE
*/
h1  { color: #6c0000; font-size: 16px; font-family: "Trebuchet MS" }
h2  { color: #c66; font-size: 13px; font-family: "Andale Mono" }
h3  { font-family: "Trebuchet MS" }
h4  { font-family: "Trebuchet MS" }
#navi a:link     { color: #fff; font-weight: normal; text-decoration: none }
#navi a:visited  { color: #fff; font-weight: normal; text-decoration: none }
#navi a:hover    { color: #fff; font-weight: normal; text-decoration: none }
#navi a:active   { color: #fff; font-weight: normal; text-decoration: none }
/* -- */
#navi td    	 { color: #c66; font-size: 15px; font-weight: normal; border-bottom: 1px solid white }
/*#navi td    { color: #c66; font-size: 14px; font-weight: bold; border-bottom: 1px solid white }*/
#inhalt p 		 { font-family: "Trebuchet MS"; font-weight: bold }
#inhalt td  	 { font-size: 12px; font-family: "Trebuchet MS"; font-weight: bold }
#inhalt a:link   { font-family: "Trebuchet MS"; font-weight: bold; text-decoration: none }
#inhalt a:visited  { font-family: "Trebuchet MS"; font-weight: bold; text-decoration: none }
#inhalt a:hover  { font-family: "Trebuchet MS"; font-weight: bold; text-decoration: underline }
#inhalt a:active { font-family: "Trebuchet MS"; font-weight: bold; text-decoration: none }
#inhalt li  	 { font-family: "Trebuchet MS" }
/* -- */
a:link   { color: #6c0000; font-weight: bold; text-decoration: none }
a:visited   { color: #6c0000; font-weight: bold; text-decoration: none }
a:hover   { color: #6c0000; font-weight: bold; text-decoration: none }
a:active   { color: #6c0000; font-weight: bold; text-decoration: none }
/* -- */
a.titel:link   { color: #c66; text-decoration: none }
a.titel:visited    { color: #c66; text-decoration: none }
a.titel:hover   { color: #c66; text-decoration: none }
a.titel:active  { color: #c66; text-decoration: none }
/* -- */
a.xtern:link { color: gray; font-weight: bold; text-decoration: none }
a.xtern:visited { color: gray; font-weight: bold; text-decoration: none }
a.xtern:hover { color: gray; font-weight: bold; text-decoration: none }
a.xtern:active { color: gray; font-weight: bold; text-decoration: none }
/* -- */
.txt { }
.titel { }
.gross { font-size: 13px }
.riesig  { font-size: 30px }
.weiss { }
.linerot { display: block; border-bottom: 1px solid #6c0000 }
.klein { font-size: 10px }
/*      */
table.pics {
	border-width: 1px;
	border-spacing: 6px;
	border-style: dotted;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}
table.pics th {
	border-width: 1px;
	padding: 2px;
	border-style: dotted;
	border-color: gray;
	background-color: white;
/*	-moz-border-radius: ;*/
}
table.pics td {
	border-width: 1px;
	padding: 2px;
	border-style: dotted;
	border-color: gray;
	background-color: white;
/*	-moz-border-radius: ;*/
}
.style1 { color:#999999 }
/*
<table class="sample">
<tr>
	<th>Header</th>
	<td>Content</td>
</tr>
</table> */

