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

/* ########################################################################## */
/* Gundlegendes */
body    {
        background: #ffffff url('img/one.gif') no-repeat center top;
        }
/* Gundlegendes */
/* ########################################################################## */

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

.Bio {
        background-color:#ffffff;
        color:#ff6700;
        padding:0px 5px 6px 5px;
        margin:10px 0px 0px 0px;
        }

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

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

body, td, p, div	{
		color: #000000;
		font-size: 12px;
		font-family: Trebuchet MS, Verdana, Arial, Helvetica;
		}

h1		{
		color: #ff6700;
		font-weight: normal;
		font-size: 33px;
		font-family: Trebuchet MS, Verdana, Arial, Helvetica;
		margin-top: 10px;
		margin-bottom: 10px
		}

h2		{
		color: #ff6700;
		font-weight: bold;
		font-size: 25px;
		font-family: Trebuchet MS, Verdana, Arial, Helvetica;
		margin-top: 5px;
		margin-bottom: 5px
		}

h3		{
		color: #ff6700;
		font-weight: bold;
		font-size: 20px;
		font-family: Trebuchet MS, Verdana, Arial, Helvetica;
		margin-top: 3px;
		margin-bottom: 3px
		}

h4		{
		color: #ff6700;
		font-weight: bold;
		font-size: 18px;
		font-family: Trebuchet MS, Verdana, Arial, Helvetica;
		margin-top: 2px;
		margin-bottom: 2px
		}

h5		{
		color: #ff6700;
		font-weight: bold;
		font-size: 14px;
		font-family: Trebuchet MS, Verdana, Arial, Helvetica;
		margin-top: 2px;
		margin-bottom: 2px
		}

li      {
        padding:2px;
        }

.textKurz	{
		font-size: 12px;
		font-family: Trebuchet MS, Verdana, Arial, Helvetica;
		font-weight:bold;
		}
		
.textRot	{
		color: #ff6700;
		}
		
.textOrange	{
		color: #ff6700;
		}
		
.textGruen	{
		color: #009e9b;
		}
		
.textWeiss	{
		color: #ffffff;
		}
		
.klein	{
		font-size: 10px;
		}

.kleiner{
		font-size: 9px;
		}

.gross{
		font-size: 18px;
		}

.groesser{
		font-size: 30px;
		vertical-align:sub;
		}

/*
top = obenbŸndig ausrichten.
middle = mittig ausrichten.
bottom = untenbŸndig ausrichten.
baseline = an der Basislinie ausrichten (oder untenbŸndig, wenn es keine Basislinie gibt).
sub = tieferstellen (ohne die Schriftgrš§e zu reduzieren).
super = hšherstellen (ohne die Schriftgrš§e zu reduzieren).
text-top = am oberen Schriftrand ausrichten.
text-bottom = am unteren Schriftrand ausrichten.
*/

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

/* ########################################################################## */
/* Links */
		
a:link	{
		color: #009e9b;
		font-family: Trebuchet MS, Verdana, Arial, Helvetica;
		text-decoration: underline
		}

a:visited {
		color: #009e9b;
		font-family: Trebuchet MS, Verdana, Arial, Helvetica;
		text-decoration: underline
		}

a:hover	{
		color: #ff6700;
		font-family: Trebuchet MS, Verdana, Arial, Helvetica;
		text-decoration: none
		}
		
		
		
		
#naviKat a:link	{
		color: #009e9b;
		font-weight: bold;
		font-size:16px;
		font-family: Trebuchet MS, Verdana, Arial, Helvetica;
		text-decoration: none
		}

#naviKat a:visited {
		color: #009e9b;
		font-weight: bold;
		font-size:16px;
		font-family: Trebuchet MS, Verdana, Arial, Helvetica;
		text-decoration: none
		}

#naviKat a:hover	{
		color: #666666;
		font-weight: bold;
		font-size:16px;
		font-family: Trebuchet MS, Verdana, Arial, Helvetica;
		text-decoration: none
		}
		
		
		
		
#naviKatBio a:link	{
		color: #ff6700;
		font-weight: bold;
		font-size:14px;
		font-family: Trebuchet MS, Verdana, Arial, Helvetica;
		text-decoration: none
		}

#naviKatBio a:visited {
		color: #ff6700;
		font-weight: bold;
		font-size:14px;
		font-family: Trebuchet MS, Verdana, Arial, Helvetica;
		text-decoration: none
		}

#naviKatBio a:hover	{
		color: #666666;
		font-weight: bold;
		font-size:14px;
		font-family: Trebuchet MS, Verdana, Arial, Helvetica;
		text-decoration: none
		}
		
		
		
		
#naviItem a:link	{
		color: #666666;
		font-weight: bold;
		font-size:12px;
		font-family: Trebuchet MS, Verdana, Arial, Helvetica;
		text-decoration: underline
		}

#naviItem a:visited {
		color: #666666;
		font-weight: bold;
		font-size:12px;
		font-family: Trebuchet MS, Verdana, Arial, Helvetica;
		text-decoration: underline
		}

#naviItem a:hover	{
		color: #009e9b;
		font-weight: bold;
		font-size:12px;
		font-family: Trebuchet MS, Verdana, Arial, Helvetica;
		text-decoration: none
		}

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

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

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

.submitUserAuth	{
        background-color:#F5F5EF;
		font-size:9px;
		width:60px;
		}

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

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

legend	{
		color:#ff6700;
		font-weight:bold;
		}

fieldset	{
        padding:5px;
		border-color:#009e9b;
		border-style:solid;
		border-width:1px;
		}


		
img.middle    {
        border:1px solid #7799aa;
        }

img.left {
        float: left;
        margin: 2px 5px 0 0;
        border:1px solid #7799aa;
        }

img.right {
        float: right;
        margin: 2px 10px 0 5px;
        border:1px solid #7799aa;
        }

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