/*****************************************************************************
 www.taxi-kostaniko.de
 (c) 2008 Diplix Solutions Claude Schmidhuber, www.diplix.de
******************************************************************************/

/*****************************************************************************
 Generisch
******************************************************************************/

html 
{
	height:100%;
}

html body
{
	height:100%;
	width:auto;	
	padding:0px; 
	margin:0px; 
	background-color: #ffffff;
}

body,td,ul,li,h1,h2,h3,p,div
{
	font-family: Arial, Sans-Serif, Tahoma;
	color:#000000;
}

div,p,td
{
	font-size:9pt;
}

td
{
	vertical-align:top;
}

img
{
	border:0 none;
	margin:0;
	padding:0;
}

/* mozilla fix for img-only tds */
td img 
{
	display: block;
} 

ul
{ 
  list-style-type: square;
}

a
{
	color:Blue;
}
a:visited
{
	color:Blue;
}

/*****************************************************************************
 Navi
******************************************************************************/

#nav_list 
{
	margin: 10px 0 0 0;
	padding: 0;
	width: 100px;
	list-style: none;
	overflow: hidden;
	text-align:right;
}

#nav_list li 
{
	overflow: hidden;
	text-transform: uppercase;
	font-size:9pt;
	font-weight:bold;
	padding:0 0 2px 0;
}

#nav_list a 
{
	color:#000000;
	text-decoration:none;
}

#nav_list a:hover 
{
	text-decoration:underline;
}
/*****************************************************************************
 Hauptlayout
******************************************************************************/
.content-container
{
	font-size:14pt;
	padding: 25px 5px 5px 120px;
	text-align:left;
}

.main-nav
{
	width:104px;
}

.main-content
{
	text-align:left;
	width:687px; /* 687 */
}
.main-content h1
{
	font-size:11pt;
	margin:0px 0px 25px 0px;
}
.main-content h2
{
	font-size:10pt;
	border-style:none none solid none;
	border-width:1px;
	border-color:#000000;
}


.main-right
{
	width:9px;
	font-size:1pt;
}

.main-footer
{
	text-align:right;
	font-size:8pt;
}

.content_box_large
{
	margin:10px 10px 10px 20px;
}

.banner-fake
{
	width:468px;
	height:40px;
	border: 1px solid #000000;
	text-align:center;
	vertical-align:middle;
	padding-top:20px;
}

.guestbook-tbl
{
	width:99%;
}
.guestbook-www
{
background-color: #FF9900;
}
.guestbook-name
{
	background-color: #FFCC00;
}
.guestbook-comment
{
  border: 1px solid #FFCC00;
}

/*****************************************************************************
 Formulare
******************************************************************************/
.dfs-line
{
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px; 
  border: 1px solid #000000;
  margin: 1px 1px 1px 1px;
  padding:1px 1px 1px 1px;
  width:250px;	
}
 
.dfs-box
{
  font-family:Arial, Helvetica, sans-serif;  
  font-size:12px;

  border: 1px solid #000000;
  width:370px;
  height:120px;
}

.dfs-button
{
 font-family:Arial, Helvetica, sans-serif;  
 font-size: 12px;

 color:#000000;
 padding: 3px 3px 3px 3px;
 margin: 10px 20px 0px 0px;
 background-color: #FFCC00;

 border: 1px solid #000000;
}

/*****************************************************************************
 SoundManager
******************************************************************************/

ul.soundman {
 list-style-type:none;
 margin:0px;
 padding:0px;
}

ul.soundman li {
 margin-bottom:2px;
}


a.sm2_link {
 /* assume all items will be sounds rather than wait for onload etc. in this example.. may differ for your uses. */
 display:inline-block;
 padding-left:22px;
 min-height:16px;
 border:3px solid #666;
 background-color:#666;
 -moz-border-radius:3px;
 -webkit-border-radius:3px;
 border-radius:3px;
 padding:0px 3px 0px 20px;
 min-width:19em;
 _width:19em;
 text-decoration:none;
 font-weight:bold;
 color:#fff;
 text-shadow: 0 0 0 #000; /* stupid Safari "fat" font rendering tweak */
}

a.sm2_link {
 /* safari 3.1+ fun (or, proprietary crap. TBD.) */
 -webkit-transition-property: hover;
 -webkit-transition: all 0.15s ease-in-out;
}

a.sm2_paused:hover,
a.sm2_link:hover {
 background:#333 url(bilder/icon_play.png) no-repeat 0px 50%;
 _background-image:url(bilder/icon_play.gif); /* IE 6 */
 border-color:#333;
}

a.sm2_paused {
 background-color:#999;
 border-color:#999;
}

a.sm2_paused:hover {
 background:#999 url(bilder/icon_play.png) no-repeat 0px 50%;
 _background-image:url(bilder/icon_play.gif);
 border-color:#999;
}

a.sm2_playing,
a.sm2_playing:hover {
 background:#336699 url(bilder/icon_pause.png) no-repeat 0px 50%;
 _background-image:url(bilder/icon_pause.gif);
 border-color:#336699;
 text-decoration:none;
}

