/* styles.css */


body		{

		background-image: url(../p/back.gif);
		margin: 0px;
		padding: 0px;

		}

/*----------------------------------------------------------*/

.contentback	{

		background-color: #FAFBFB;
		margin: 0px;
		padding: 0px;
		background-image: url(../p/contentback.gif);
		background-repeat: no-repeat;
		background-position: top left;

		}

/*----------------------------------------------------------*/

.topline	{
	
		background-image: url(../p/lineback_top.gif);

		}
		
/*----------------------------------------------------------*/

.picback	{
	
		background-image: url(../p/pic_back.jpg);

		}
		
/*----------------------------------------------------------*/

.trenner	{
	
		background-image: url(../p/trenner.gif);

		}
		
/*----------------------------------------------------------*/

.line 		{
	
		background-color: #515054;
	
		}

/*----------------------------------------------------------*/

.white 		{
	
		background-color: #FAFBFB;
	
		}

/*----------------------------------------------------------*/

.rightback 		{
	
		background-color: #EDEEEE;
	
		}

/*----------------------------------------------------------*/

.text 		{

		font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size: 11px;
		font-style: normal;
		line-height: 16px;
		text-decoration: none;
		color: #515054;
		
		}

/*----------------------------------------------------------*/

.text_2 		{

		font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size: 11px;
		font-style: normal;
		line-height: 16px;
		text-decoration: none;
		color: #4152C3;
		
		}

/*----------------------------------------------------------*/

a 		{
		
		text-decoration: none;
		color: #515054;

		}

/*----------------------------------------------------------*/

a:hover 	{
		
		text-decoration: none;
		color: #4152C3;

		}

/*----------------------------------------------------------*/

a.menue 	{
		
		text-decoration: none;
		color: #4152C3;

		}

/*----------------------------------------------------------*/

a.menue:hover 	{

		text-decoration: underline;
		color: #4152C3;

		}

/*----------------------------------------------------------*/

.b_line 	{
	
		background-color: #000000;
	
		}

/*----------------------------------------------------------*/

.w_line 	{
	
		background-color: #FFFFFF;
	
		}

/*----------------------------------------------------------*/



.blue_line 	{
	
		background-color: #F3F3F4;
	
		}


/*----------------------------------------------------------*/.button	{
	
		background-image: url(../p/button_bg.jpg);
	
		}

/*----------------------------------------------------------*/







.linie_unten		{
	
		background-image: url(../pics/linie_unten.gif);
	
		}

/*----------------------------------------------------------*/

.navlinie		{
	
		background-image: url(../pics/navlinie.gif);
	
		}

/*----------------------------------------------------------*/

.red 		{
	
		background-color: #B90136;
	
		}


/*----------------------------------------------------------*/

.red2 		{
	
		background-color: #B00033;
	
		}


/*----------------------------------------------------------*/

.grey 		{
	
		background-color: #898989;
	
		}

/*----------------------------------------------------------*/

.grey2 		{
	
		background-color: #CCCCCC;
	
		}

/*----------------------------------------------------------*/

.pink 		{
	
		background-color: #D57893;
	
		}

/*----------------------------------------------------------*/

.sm_linie1		{
	
		background-image: url(../pics/sm_01.gif);
	
		}

/*----------------------------------------------------------*/

.sm_linie2		{
	
		background-image: url(../pics/sm_03.gif);
	
		}

/*----------------------------------------------------------*/

.yesprint 	{ 
		
		display: none;
	
		}

/*----------------------------------------------------------*/

.box 		{

		border-left: #898989 1px solid;
		border-top: #898989 1px solid;
		border-right: #898989 1px solid;
		border-bottom: #898989 1px solid;
		background-color: #FFFFFF;
		width: 140px;
		height: 18px; 
		font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size: 10px;
		color: #57575B;
		
		}

/*----------------------------------------------------------*/

input.rahmen	{
		
		border-left: #898989 1px solid;
		border-top: #898989 1px solid;
		border-right: #898989 1px solid;
		border-bottom: #898989 1px solid;
		background-color: #E7E7EB;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size: 10px;
		font-weight: bold;
		text-decoration: none;
		color: #B90136;
		text-align:center;
		width: 140px;
		
		}

input.rahmenhover	{

		border-left: #898989 1px solid;
		border-top: #898989 1px solid;
		border-right: #898989 1px solid;
		border-bottom: #898989 1px solid;
		background-color: #E7E7EB;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size: 10px;
		font-weight: bold;
		text-decoration: none;
		color: #B90136;
		cursor: pointer;
		text-align:center;
		width: 140px;
		
		}