/*******************************
*    CSS-layout version 6.0    *
********************************
*    (c) Felix Weirank 2006    *
*******************************/
@import url('content.css');
* { margin: 0; padding: 0; border: 0px;}


body {
    color: #333;
    font-family:  Verdana, Arial, Sans-Serif;
    font-size: 12px;
    margin: 20px auto ;
    padding: 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
    color: #333; 
	background-color: #222222;
}
#page {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: auto;      /* standardkonforme horizontale Zentrierung */
    width: 750px;
    background: white;
    padding: 10px;
    border: 10px solid #444;
    
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .clearfix {height: 1%;}




/* ###################################################################### HEADER */
#header {
	height: 89px;
	background:  url('logo.png');
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

#gut_logo {
	position: relative;
	left: 650px;
	top: 5px;
	width: 91px;
	height: 70px;
	background: url('gut.png');
	background-repeat: no-repeat;
}

/* ###################################################################### Navi */
#navi {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 15px;
	height: 22px;
	text-align: center;
	background-color: #ed1c24;
	
}

ul#menu  { 
	list-style: none;
}

ul#menu li { 
	display: inline;	
}

ul#menu a, ul#menu li a:link,  ul#menu li a:visited {
    text-decoration: none;
    color: black;
    padding: 0 15px;
    font-size: 13px;
    color:#fff;
}
ul#menu li a:hover {
 	text-decoration: underline;
}
/* ###################################################################### footer */
div#footer {
	margin-top: 20px;
	height: 18px;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 10px;
	background-color: #ed1c24;
	color: #fff;
}
div#footer a, div#footer a:link, div#footer a:visited {
	text-decoration: none;
	color: #fff;
}

div#footer_language {
	float:right;
}

/* ###################################################################### MAIN CONTAINER */
div#content {
	padding: 5px 0px;
	color: #333;
	font-size: 12px;
	font-family:  Verdana, Arial, Sans-Serif;
	color: #333;	
}




/* ###################################################################### TABLES */
table.full {
	width: 100%;
}

table.border {
	border: 1px solid #e7e7e7;
}
table td.border,
table tr.border td,
table tr.border th {
	border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
}

table.collapse {
	border-collapse: collapse;
}

table tr.bg td {
	background-color: #F9F9F9;
}

table tr.catalog_list td {
	padding: 3px 5px;
	border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
}

table tr.dark td {
	background-color: #F9F9F9;
}

table tr.catalog_list:hover td {
	background-color: #FFEAEA;
}

table tr.hover:hover td {
	background-color: #FFEAEA;
}

table tr.padding td {
	padding: 3px 5px;
}

th {
	padding: 3px 5px;
	
}


/* ###################################################################### LINKS */

div#content a, div#content a:link, div#content a:visited {
	text-decoration: none;
    color: #EF1717;
}

/* ###################################################################### FORM */

form {
	margin:		1em 0;
}

fieldset {
	border:		1px solid #ccc;
	padding:	1em 1em;
	margin:		1em 0;
	background: #FAFAFA;
}

legend {
	color:	black;
	font-weight: bold;
	border: 1px solid #ccc;
	padding: 2px 20px;
	background: #FAFAFA;
}

select {
	border:		1px solid #999999;
	margin: 1px 5px 1px 2px;
}

select:hover, input:hover, textarea:hover {
	border:		1px solid #999;
}

select:focus, input:focus, textarea:focus {
	border: 1px solid #000;
}

input, input.file
{
	border:		1px solid #999999;
	padding:	2px;
	background:	#fff;
	margin: 1px 5px 1px 2px;
	font-size: 10px;

}

textarea
{
	border:		1px solid #999999;
	padding:	2px;
	margin: 2px;
}



