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

/* ########################################################################## */
/* Gundlegendes */
body    {
        background: #efefef url('img/hintergrund.jpg') repeat center top;
        margin:10px 10px 10px 10px;
        }
        
#header {
        background: #ff9933 url('img/kopfgrafik900.jpg') no-repeat center top;
        text-align:right;
        }
        
#navi   {
        padding:10px;
        background-color:#ffffff;
        }
        
#pfad   {
        padding:0px 0px 10px 0px;
        background-color:#ffffff;
        }
        
#inhalt   {
        padding:0px 10px 10px 10px;
        background-color:#ffffff;
        }
        
.verweise   {
        position:relative;
        padding:5px 5px 5px 8px;
        margin:0px 0px 10px 0px;
        background-color:#ffffff;
        }
        
.extra   {
        position:relative;
        }
        
        
#homeWrapper    {
        position:relative;
        width:100%;
        height:320px;
        border:0px solid #cccccc;
        }

#homeLogo    {
        position:absolute;
        top:145px;
        left:155px;
        }

#homeIconWXW    {
        position:absolute;
        top:50px;
        left:50px;
        }

#homeIconIT    {
        position:absolute;
        top:10px;
        left:210px;
        }

#homeIconSEM    {
        position:absolute;
        top:50px;
        right:50px;
        }

#homeIconGAL    {
        position:absolute;
        bottom:40px;
        left:50px;
        }

#homeIconNET    {
        position:absolute;
        bottom:0px;
        left:210px;
        }

#homeIcon42    {
        position:absolute;
        bottom:40px;
        right:50px;
        }
        
        
/* Gundlegendes */
/* ########################################################################## */

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

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

/* 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;
        }

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

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

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

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

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

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

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

h5		{
		color: #ff9933;
		font-weight: normal;
		font-size: 13px;
		font-style:italic;
		font-family: Trebuchet MS, Verdana, Arial, Helvetica;
		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;
		}
		
.klein	{
		font-size: 11px;
		}

.kleiner{
		font-size: 9px;
		}

.gross  {
		font-size: 15px;
		}

.groesser{
		font-size: 18px;
		}

.verweisUeber	{
		color: #666666;
		font-size: 16px;
		font-style:normal;
		font-family: Trebuchet MS, Verdana, Arial, Helvetica;
		font-weight:normal;
		text-decoration:none;
		}
		
.toolTipNavi	{
		color: #666666;
		font-size: 16px;
		font-style:italic;
		font-family: Trebuchet MS, Verdana, Arial, Helvetica;
		font-weight:bold;
        white-space:nowrap;
        text-align:right;
		}

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

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

a	{
		color: #ff9933;
		font-style:italic;
		font-weight: bold;
		font-family: Trebuchet MS, Verdana, Arial, Helvetica;
		text-decoration: underline;
		outline:none;
		}
		
a:link	{
		}

a:visited {
		}

a:hover	{
		text-decoration: none;
		}
		

a.naviOrd	{
		color: #666666;
		font-size:18px;
		font-style:italic;
		font-weight: bold;
		font-family: Trebuchet MS, Verdana, Arial, Helvetica;
		text-decoration: none;
		}		
	
		
a.naviOrd:link	{
		}

a.naviOrd:visited {
		}

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

a.naviItem	{
		color: #ff9933;
		font-size:14px;
		font-style:italic;
		font-weight: bold;
		font-family: Trebuchet MS, Verdana, Arial, Helvetica;
		text-decoration: none;
		line-height:18px;
		}
		
a.naviItem:link	{
		}

a.naviItem:visited {
		}

a.naviItem:hover	{
        text-decoration: underline;
		}
		
		
		
a.fussNaviText	{
		color: #ffffff;
		font-style:normal;
		font-weight: normal;
		font-family: Trebuchet MS, Verdana, Arial, Helvetica;
		text-decoration: underline;
		}
		
a.fussNaviText:link	{
		}

a.fussNaviText:visited {
		}

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

/* Infoboxen fuer KopfGrafikNavi */
a.infobox span  {
        visibility:hidden;
        position:absolute;
        left:30px;
        margin-top:-15px;
        padding:5px 10px 5px 10px;
        text-decoration:none;
        }
        
a.infobox:hover span    {
        visibility:visible;
        border:1px solid #ff9933;
        -moz-border-radius:0px 15px 15px 30px;
        color:#666666;
        background:white;
        z-index:100;
        }

<!--[if IE 5]><style type="text/css">
a.infobox span { display:none; }
a.infobox:hover span { display:block; }
</style><![endif]-->


/* 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	{
        font-style:italic;
		font-weight: bold;
		padding:0px 5px 0px 5px;
		}

fieldset	{
        padding:5px;
        margin:5px 0px 5px 0px;
		border-color: #ff9933;
		border-style:solid;
		border-width:1px;
		-moz-border-radius:5px;
		}
        
ul      {
        list-style-image:url(img/bullet.gif)
        }
		
.nobr   {
        white-space:nowrap;
        }
        
a#tooCool {
position: fixed;
right: 0;
bottom: 0;
display: block;
height: 80px;
width: 80px;
background: url(img/too_cool.png) bottom right no-repeat;
text-indent: -999em;
text-decoration: none;
}

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