@charset "UTF-8";
/* In .htaccess folgenes eintragen:
AddCharset UTF-8 .css */

body {
	margin:			0;
	padding:		0;
	background-image:	url(images/backgroundStripes.png);
	background-repeat:	repeat;
	font-size:		17px;
	font-family:		Helvetica, sans-serif;
	color:			#404040;	
}

#h1-Kasten {
	padding:		7px 10px 0 10px;
	margin:			0;
	height:			37px;
	overflow:		hidden;
	background-image:	url(images/header.png);
	background-repeat:	repeat-x;
}

p {
	margin:			0 0 9px 0;
}

a {
	color:			#404040;	
	font-weight:		bold;
}

h1 {
 	padding:		0;
	margin:			0;
  	color:			#FFFFFF;
 	text-shadow:	rgba(0, 0, 0, 0.6) 0px -1px 0px;
 	font-size:		21px;
	line-height:	29px;
	font-weight:	bold;
	white-space:	nowrap;
}

#content {
	margin:			10px;
}

#back_button {
   /* Set a button to be a block so its height and width can be adjusted */
	display: block;		    
	float:left;
	
	/* Use the highest button height to ensure that text will vertically align on all buttons */
	line-height: 30px;	 
	
	/* A button will expand to the width of its parent cell if no width is specified */
	width: auto;	
	
	font-size: 14px;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	color: #fff;
	
	text-decoration: none;
	text-align: center;
	margin: 0 10px 0 0;
	
	/* Put a 1 pixel blur black shadow below the button's text   */
	text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0px;
	border-width: 0px 5px 0px 12px;
	
	/* -webkit-border-image divides the leftButton image into 2 corners and middle part.	*/
	/* The left corner is 12 pixels wide. The right corner is 5 pixels wide and the middle part is 1 pixel. */
	-webkit-border-image: url(images/back_button.png) 0 5 0 12;
	-moz-border-image: url(images/back_button.png) 0 5 0 12;
}

.linkbuttons
{
	padding: 0;	   
	margin-top:0;
	margin-right:10px;
	margin-bottom:17px;		  /* Set each list 17 pixels from the top of the button bar(or the top of the next list) */

	font-weight:bold;
	color:black;

	width: 100%;
	background-color: white;       /* Each list has a white background fill */
	
	border-width: 1px;		       /* Draw a rectangle around each list */
	border-style:solid ;
	border-color:rgb(217,217,217);
	
	-webkit-border-radius: 8px;		 /* Round each corner of the created rectangle */
	-moz-border-radius: 8px;		/* Nur fuer Prefew in Firefox */
}

.linkbuttons > li
{
	list-style-type: none;	
	
	border-top-width:1px;	/* Create lines between cells. Each line is placed above each item */
	border-top-style:solid;
	border-top-color:rgb(217,217,217);

	padding-top:10px;		  
	padding-right:10px;		 
	padding-bottom:14px;	 /* Indent the cell content 14 pixels from the bottom edge of a cell */
	padding-left:10px;	
}

.linkbuttons > li:first-child 
{
	border-top:0;    /* Remove border above the first item of the list */
}

.linkbuttons > li > a
{
	display: block;   /* Sets the href to be a block rather than inline */
	
	/* The padding properties adjust the text content within the href block */
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 8px;
	
	/* The margin properties adjust the size of the href block	*/
	margin-top: -8px;
	margin-right: -8px;
	margin-bottom: -12px;
	margin-left: -8px;	 
	
	text-decoration: none;
	color:black;

	background: url(images/MOREpfeil.gif) no-repeat right;
}

.normal {
	font-weight:		normal;
}

.bold {
	font-weight:		bold;
}

div#GFC-Logo {
	background:		#CC081E url(images/gfc_logo_mobi.gif) no-repeat left center;
	width:			100%;
	height:			54px;
	padding:		0;
	line-height:		0.1em;
}

div#details
{
	background-color: white;       /* Each list has a white background fill */
	
	border-width: 1px;		       /* Draw a rectangle around each list */
	border-style:solid ;
	border-color:rgb(217,217,217);

	padding-top:10px;		  
	padding-right:10px;		 
	padding-bottom:14px;	 /* Indent the cell content 14 pixels from the bottom edge of a cell */
	padding-left:10px;	
	
	-webkit-border-radius: 8px;		 /* Round each corner of the created rectangle */
	-moz-border-radius: 8px;		/* Nur fuer Prefew in Firefox */
}

form#sort_form {
	padding:			0;
	margin:				0;
}

div#sort_form_content {
	margin:				0;
	padding:			0.4em 0 0.4em 0;
}
