/* Stylesheet SCMS */
/* """"""""""""""" */

/* ########################################################################## */
/* Gundlegendes */
body    {
        background: #ffffff url('img/one.gif') no-repeat center top;
        margin:0px 0px 0px 0px;
        }
        
#header {
        background: #ffffff url('img/header.jpg') no-repeat center top;
        height:150px;
        text-align:center;
        vertical-align:bottom;
        padding-bottom:15px;
        }
        
#navi   {
        position:relative;
        background: #7799aa url('img/naviVerlauf.jpg') repeat-x left top;
        min-height:400px;
        }
        
#inhalt {
        padding:0px 10px 0px 25px;
        }
        
#pfad {
        padding:0px 0px 10px 0px;
        }

div		{
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		}

/* Gundlegendes */
/* ########################################################################## */

/* ########################################################################## */
/* Positionen */

#MsgBoxStart    {
            position:absolute;
            top: 50%;
            left: 50%;
            margin-left: -200px;
            margin-top: -100px;
            width:400px;
            height:200px;
            border:1px solid #7799aa;
            background-color:#ffffff;
            -moz-border-radius:10px;
            border-radius:10px;
            display:none;
            }

#MsgBoxStartZu    {
            float:right;
            padding:0px 5px 0px 0px;
            }

#MsgBoxStart p {
            margin:15px 20px 15px 20px;
            }


#player     {
            position:fixed;
            right:5px;
            top:5px;
            background-color:#ffffff;
            padding:5px 5px 5px 5px;
            text-align:center;
            border:1px solid #7799aa;
            }

#playerText     {
            padding:3px 0px 0px 0px;
            }

.naviPos    {
            padding:5px 10px 10px 10px;
            }


/* BILDFORMATE
-------------------------------------------------------------------*/
      
img.left {
        float: left;
        margin: 2px 5px 0 0;
        border:1px solid #999999;
        }

img.right {
        float: right;
        margin: 2px 0 0 5px;
        border:1px solid #999999;
        }
        
img.leftNoBorder {
        float: left;
        margin: 2px 5px 0 0;
        border:0px solid #999999;
        }

img.rightNoBorder {
        float: right;
        margin: 2px 0 0 5px;
        border:0px solid #999999;
        }

/* Positionen */
/* ########################################################################## */

/* ########################################################################## */
/* Texte */

body, td, p, div	{
		color: #666666;
		font-size: 14px;
		font-family: Trebuchet MS, Verdana, Arial, Helvetica;
		text-align:left;
		}

h1		{
		color: #7799aa;
		font-weight: bold;
		font-size: 20px;
		font-family: Georgia, Times, serif;
		margin-top: 3px;
		margin-bottom: 3px
		}

h2		{
		color: #7799aa;
		font-weight: bold;
		font-size: 18px;
		font-family: Georgia, Times, serif;
		margin-top: 2px;
		margin-bottom: 2px
		}

h3		{
		color: #7799aa;
		font-weight: bold;
		font-size: 16px;
		font-family: Georgia, Times, serif;
		margin-top: 2px;
		margin-bottom: 2px
		}

h4		{
		color: #7799aa;
		font-weight: bold;
		font-size: 14px;
		font-family: Georgia, Times, serif;
		margin-top: 2px;
		margin-bottom: 2px
		}

.textKurz	{
		color: #666666;
		font-size: 14px;
		font-family: Trebuchet MS, Verdana, Arial, Helvetica;
		font-weight:bold;
		}
		
.textRot	{
		color: #cc0000;
		}
		
.textGruen	{
		color: #009900;
		}
		
.textGrau	{
		color: #666666;
		}
		
.textSchwarz	{
		color: #000000;
		}
		
.klein	{
		font-size: 10px;
		}

.kleiner{
		font-size: 9px;
		}

.gross  {
		font-size: 16px;
		}

.groesser{
		font-size: 18px;
		}

.center{
		text-align:center;
		}

/* Texte */
/* ########################################################################## */

/* ########################################################################## */
/* Links */

a       {
		color: #7799aa;
		font-family: Trebuchet MS, Verdana, Arial, Helvetica;
		text-decoration: underline;
		outline:none;
		}
	
a:link	{
		}

a:visited {
		}

a:hover	{
		text-decoration: none;
		}
		
		
a.hauptNavi	{
		color: #666666;
		font-weight: bold;
		font-size:16px;
		font-family: Georgia, Times, serif;
		text-decoration: underline;
		margin:0px 10px 0px 10px;
		}		
		
a.hauptNavi:link	{
		}

a.hauptNavi:visited {
		}

a.hauptNavi:hover	{
		text-decoration: none;
		}
		
		
a.naviOrd	{
		color: #666666;
		font-weight: bold;
		font-size:16px;
		font-family: Georgia, Times, serif;
		text-decoration: none;
		}		
		
a.naviOrd:link	{
		}

a.naviOrd:visited {
		}

a.naviOrd:hover	{
		}
		

		
a.naviItem	{
		color: #666666;
		font-family: Trebuchet MS, Verdana, Arial, Helvetica;
		text-decoration: underline;
		}
		
a.naviItem:link	{
		}

a.naviItem:visited {
		}

a.naviItem:hover	{
		text-decoration: none;
		}

/* Links */
/* ########################################################################## */

/* ########################################################################## */
/* Formulare */

.inputUserAuth	{
		font-size:10px;
		width:100px;
		}

.submitUserAuth	{
        background-color:#7799aa;
        color:#F5F5EF;
        font-weight:bold;
		font-size:9px;
		width:60px;
		-moz-border-radius:5px;
		}

.submit	{
        background-color:#7799aa;
        color:#F5F5EF;
        font-weight:bold;
		width:150px;
		-moz-border-radius:5px;
		}

/* Formulare */
/* ########################################################################## */

/* ########################################################################## */
/* Diverses */

legend	{
        padding:0px 5px 0px 5px;
		color:#7799aa;
		font-weight:bold;
		}

fieldset, table.aktionen	{
        margin:5px 0px 5px 0px;
        padding:5px;
		border:1px solid #7799aa;
		border-style:solid;
		-moz-border-radius:10px;
		border-radius:10px;
		}
		
.nobr   {
        white-space:nowrap;
        }

.roadtrip   {
        text-align:right;
        margin:25px 0px 0px 0px;
        }
        
.suchEingabe	{
		border:1px solid #7799aa;
		font-size:16px;
		width:375px;
		padding:5px 5px 5px 5px;
		margin:0px 0px 5px 5px;
		}
        
.suchButton	{
		border:1px solid #7799aa;
		font-size:16px;
		font-family: Georgia, Times, serif;
		font-weight:bold;
		color:#ffffff;
		padding:5px 5px 5px 5px;
		margin:0px 5px 5px 0px;
		float:right;
		background-color:#7799aa;
		}

/* Diverses */
/* ########################################################################## */
