/***
In diesem Stylesheet werden Angaben zum Allgemeinen Pagelayout gemacht.
Seitenaufbau
/*** Alles auf Null setzen ***/

*       {
        margin:0;
        padding:0;
        border:0;
        }


/*** BODY ***/

BODY    {
		margin:10px 0 0 0;
        font-family:Verdana; 
        text-align:center;
        }

/***ALLGEMEINE TAG AUSZEICHNUNGEN***/


DIV 	{
		display:block;
		}

H1		{
		font-size:18px;
		font-weight:normal;
		}

H2		{
		font-size:14px;
		font-weight:normal;
		}

H3		{
		font-size:12px;
		font-weight:bold;
		}

H4		{
		font-size:12px;
		font-weight:bold;
		}

P		{
		margin:0 0 10px 0;
		}

A:link, a:visited {
		text-decoration:none;
		}

A:hover, a:active {
		text-decoration:underline;
		}

UL		{
		padding:0 0 0 15px;
		}

LI		{
		list-style:outside;
		}

/***ALLGEMEINE ANGABEN ZUM PAGELAYOUT***/

#container {
        width:784px; 
        text-align:left;
        margin:0 auto;
        }

#contentCenter {
		background-image:url(../images/bg_content_border_right_top.gif);
		background-repeat:no-repeat;
		background-position:right top;
		width:784px;
		}

#mainLeft {
		width:199px;
		float:left;
		}

#mainRight {
		width:585px; 
		float:right;
		}


#contentBottom {
		background-image:url(../images/bg_content_border_bottom.gif);
		background-repeat:no-repeat;
		background-position:right top;
		height:20px;
		}

#content {
		margin:0 15px 0 10px;
		font-size:12px;
		line-height:1.5;
		}

#space	{
		height:73px;
		margin:0 0 20px 0;
		}

/***FOOTER***/

#footer, #footer *	{
		font-size:10px;
		}

DIV#footer DIV.left {
		width:390px;
		}

DIV#footer DIV.right  {
		width:195px;
		}

#head	{
		
		}

#head IMG {
		overflow:hidden;
		background-color:#ccc;
		line-height:1;
		}

/***LEFT UND RIGHT FLOATER***/
.left	{
		float:left;
		}

.right	{
		float:right;
		}

INPUT.defaultbutton {
		cursor:pointer;
		}

/***GALLERY***/
#gallery {
		
		}

#gallery SPAN.small{
		font-size:11px;
		}

/*** Clear Class ***/

.c {clear: both; font-size:0; height:0;border:0;overflow:hidden;line-height:0;}
.c1 {clear: both; font-size:1; height:1;border:0;overflow:hidden;line-height:1;}
.c2 {clear:both; font-size:2px; height:2px;border:0px;overflow:hidden;line-height:2px;}
.c4 {clear:both; font-size:4px; height:4px;border:0px;overflow:hidden;line-height:4px;}
.c5 {clear:both; font-size:5px; height:5px;border:0px;overflow:hidden;line-height:5px;}
.c6 {clear:both; font-size:6px; height:6px;border:0px;overflow:hidden;line-height:6px;}
.c7 {clear:both; font-size:7px; height:7px;border:0px;overflow:hidden;line-height:7px;}
.c8 {clear:both; font-size:8px; height:8px;border:0px;overflow:hidden;line-height:8px;}
.c10 {clear:both; font-size:10px; height:10px;border:0px;overflow:hidden;line-height:10px;}
.c11 {clear:both; font-size:11px; height:11px;border:0px;overflow:hidden;line-height:11px;}
.c13 {clear:both; font-size:13px; height:13px;border:0px;overflow:hidden;line-height:13px;}
.c14 {clear:both; font-size:14px; height:14px;border:0px;overflow:hidden;line-height:14px;}
.c15 {clear:both; font-size:15px; height:15px;border:0px;overflow:hidden;line-height:15px;}
.c20 {clear:both; font-size:20px; height:20px;border:0px;overflow:hidden;line-height:20px;}
.c28 {clear:both; font-size:28px; height:28px;border:0px;overflow:hidden;line-height:28px;}
.c30 {clear:both; font-size:30px; height:30px;border:0px;overflow:hidden;line-height:30px;}
.c40 {clear:both; font-size:40px; height:40px;border:0px;overflow:hidden;line-height:40px;}
.c50 {clear:both; font-size:50px; height:50px;border:0px;overflow:hidden;line-height:50px;}
.c150 {clear:both; font-size:150px; height:150px;border:0px;overflow:hidden;line-height:150px;} 