

/* ALLGEMEINE STYLES */

body		{	font-size:				14px; 
			color:				#000000; 
			font-family:			verdana; 
			background-color:			#C1C1C1;
		}

table		{	font-size:				14px; 
			color:				#000000; 
			font-family:			verdana; 
		}
img		{	border: 0px; }
a.img		{	border: 0px; }

.fett			{	font-weight:	bold;		}
.ueberschrift 	{	font-size:				21px;	
				font-weight:	bold;		}

.unterschrift 	{	font-size:				12px;	
				font-weight:	normal;
									}



/* TABELLEN / BOXEN STYLES */

.input	{	font-size: 			10px; 
			border-style: 		groove; 
			background-color: 	#F1F1F1; 
			color: 			#000000; 
			font-family: 		verdana;
		}
.boxueber	{	background-image: url(	http://www.straussgerken.de/gfx/images/box/ueber.png	); 
			color:			#FFFFFF; 
			font-weight: bold;
		}
.boxhead	{	background-image: url(	http://www.straussgerken.de/gfx/images/box/head.png	); 
		}
.boxfoot	{	background-image: url(	http://www.straussgerken.de/gfx/images/box/foot.png	); 
		}
.boxright	{	background-image: url(	http://www.straussgerken.de/gfx/images/box/right.png	); 
		}
.boxleft	{	background-image: url(	http://www.straussgerken.de/gfx/images/box/left.png	); 
		}
.box		{	background-image: url(	http://www.straussgerken.de/gfx/images/box/box.png	); 
		}

.wboxhead	{	background-image: url(	http://www.straussgerken.de/gfx/images/wbox/head.png	); 
		}
.wboxfoot	{	background-image: url(	http://www.straussgerken.de/gfx/images/wbox/foot.png	); 
		}
.wboxright	{	background-image: url(	http://www.straussgerken.de/gfx/images/wbox/right.png	); 
		}
.wboxleft	{	background-image: url(	http://www.straussgerken.de/gfx/images/wbox/left.png	); 
		}
.wbox		{	background-image: url(	http://www.straussgerken.de/gfx/images/wbox/box.png	); 
		}

.gboxhead	{	background-image: url(	http://www.straussgerken.de/gfx/images/gbox/head.png	); 
		}
.gboxfoot	{	background-image: url(	http://www.straussgerken.de/gfx/images/gbox/foot.png	); 
		}
.gboxright	{	background-image: url(	http://www.straussgerken.de/gfx/images/gbox/right.png	); 
		}
.gboxleft	{	background-image: url(	http://www.straussgerken.de/gfx/images/gbox/left.png	); 
		}
.gbox		{	background-image: url(	http://www.straussgerken.de/gfx/images/gbox/box.png	); 
		}


.tablecolor	{	background-color:	#C0C0C0;  
		}
.rahmen {
  border-width:	3px;
  border-style:	solid;
  border-color:	#000000;
  padding:		5px;
  text-align:justify;
}


/* MENUE STYLES */

.menu		{
list-style: 	none;
position: 		relative;
margin: 		0;
padding: 		0;
		}

.menu li		{
display: 			block;
overflow: 			hidden;
padding: 			0;
cursor: 			pointer;
float: 			left;
width: 			125px;
height: 			30px;
margin-right: 		0px;
background-image:		url(images/nav/menukomplett.png);
background-repeat:	no-repeat;
			}

.menu a	{
display:		block;
height:		30px;
text-indent:	-9999px;
outline:		none;
		}

#item1 {background-position:0px 0px;}
#item2 {background-position:-125px 0px;}
#item3 {background-position:-250px 0px;}
#item4 {background-position:-375px 0px;}
#item5 {background-position:-500px 0px;}
#item6 {background-position:-625px 0px;}
#item7 {background-position:-750px 0px;}


#item1:hover {background-position: 0 -30px;}
#item2:hover {background-position: -125px -30px;}
#item3:hover {background-position: -250px -30px;}
#item4:hover {background-position: -375px -30px;}
#item5:hover {background-position: -500px -30px;}
#item6:hover {background-position: -625px -30px;}
#item7:hover {background-position: -750px -30px;}


#item1:active {background-position: 0 bottom;}
#item2:active {background-position: -125px bottom;}
#item3:active {background-position: -250px bottom;}
#item4:active {background-position: -375px bottom;}
#item5:active {background-position: -500px bottom;}
#item6:active {background-position: -625px bottom;}
#item7:active {background-position: -750px bottom;}



/* HYPERLINK STYLES */

A:link,A:active,A:visited	{	color: 	#000000; 
						TEXT-DECORATION: underline; 
					}

A:hover 	{
			TEXT-DECORATION: none;
		}


