/* Stylesheet LAR */
/* """""""""""""" */

/* ########################################################################## */
/* Grundlegendes */
body    {
        background: #b65619 url('img/hintergrund.jpg') no-repeat left top;
        margin:0px 0px 0px 0px;
        }
                
/* Grundlegendes */
/* ########################################################################## */

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

#Geheim    {
        position:absolute;
        top:271px;
        left:273px;
        width:50px;
        height:50px;
        border:0px solid #cccccc;
        }

#Content    {
        background: #000000 url('img/one.gif') no-repeat left top;
        margin:-20px 0px 0px 0px;
        padding:20px;
        }

#Kontakt {
        position:absolute;
        top:225px;
        left:695px;
        width:200px;
        height:300px;
        border:0px solid #cccccc;
        -moz-transform: rotate(2.7deg);
        -webkit-transform: rotate(2.7deg);
        /*display:none;*/
        }
        


/* BILDFORMATE
-------------------------------------------------------------------*/

img.left {
        float: left;
        margin: 2px 20px 10px 0;
        border:1px solid #e5e5e5;
        }

img.right {
        float: right;
        margin: 2px 0 10px 20px;
        border:1px solid #e5e5e5;
        }

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

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

body, td, p, div	{
		color: #ffffff;
		font-size: 14px;
		font-family: Georgia, Times New Roman;
		}

h1, h2, h3, h4		{
		font-weight: normal;
		font-style: normal;
		}
		
h1		{
		font-size: 23px;
		padding:0px 0px 0px 0px;
		}

h2		{
		font-size: 20px;
		padding:10px 0px 0px 0px;
		}

h3		{
		font-size: 17px;
		padding:10px 0px 0px 0px;
		}

h4		{
		font-size: 14px;
		padding:10px 0px 0px 0px;
		}

.textKurz	{
		color: #000000;
		font-size: 14px;
		font-family: Arial, Helvetica;
		font-weight:bold;
		}
		
.textRot	{
		color: #801211;
		}
		
.textGruen	{
		color: #009900;
		}
		
.textGrau	{
		color: #6d6e71;
		}
		
.textBlau	{
		color: #015382;
		}
		
.textOrange	{
		color: #f58026;
		}
		
.textSchwarz	{
		color: #000000;
		}
		
.fett	{
		font-weight:bold;
		}
		
.klein	{
		font-size: 10px;
		}

.kleiner{
		font-size: 9px;
		}

.gross  {
		font-size: 15px;
		}

.groesser{
		font-size: 18px;
		}

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

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

a   	{
		color: #f7dda2;
		font-weight: bold;
		text-decoration: underline;
		outline:none;
		}

a:link	{
		}

a:visited {
		}

a:hover	{
		text-decoration: none;
		}
		
		
		


a.naviItemRot	{
		color: #801211;
		font-weight: bold;
		font-style:normal;
		text-decoration: none;
		outline:none;
		}		

a.naviItemRot:link	{
		}

a.naviItemRot:visited {
		}

a.naviItemRot:hover	{
		text-decoration: underline;
		}
		
		
		


a.naviItemSchwarz	{
		color: #000000;
		font-weight: bold;
		font-style:normal;
		text-decoration: none;
		outline:none;
		line-height:20px;
		}		

a.naviItemSchwarz:link	{
		}

a.naviItemSchwarz:visited {
		}

a.naviItemSchwarz:hover	{
		text-decoration: underline;
		}


/* 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 */
		
.nobr   {
        white-space:nowrap;
        }

hr      {
        width:175px;
        color:#cccccc;
        background-color:#cccccc;
        height:1px;
        margin:13px 0 13px 0;
        }

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