/* +----------------------------------------------------------------------+
// | myCMS - Stylesheet for screen media                                  |
// +----------------------------------------------------------------------+
// | Copyright (c) 2006 by Finn Rudolph                                   |
// +----------------------------------------------------------------------+
// | Foot file, that is included by all content files.                    |
// |                                                                      |
// +----------------------------------------------------------------------+
// | Authors: Finn Rudolph <finn.rudolph@web.de>                          |
// +----------------------------------------------------------------------+
//
// screen.css, 2006/29/03 00:30:00
*/

/* Special Language Hack */

.de{
	display:inline;
}
.en{
	display:none;
}

/* General attributes */

body{
	padding:0px;
	margin:0px;
	background-color:#666666;
	font-family:Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size:12px;
	line-height:20px;
	font-weight:normal;
	font-style:normal;
	color:#000;
}
div{
	display:block;
}
form{
	display:inline;
}
h1, h2, h3{
	padding:0px;
	margin:0px;
	line-height:20px;
	font-style:normal;
}
h1{
	font-size:18px;
}
h2{
	font-size:16px;
}
h3{
	font-size:14px;
}
a:link, a:active, a:visited{
	color:#03c;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
fieldset{
	padding:10px;
}
.small{
	font-size:10px;
	display:inline;
}


/* Main attributes */

#main{
	padding:0px;
	width:770px;
	margin:auto;
	background-color:#fff;
	border-left: solid 4px #484848;
	border-right: solid 4px #484848;
	border-bottom: solid 4px #484848;
}


/* Head attributes */

#head{
	background-color:#de0029;
	padding:10px;
	height:70px; 
}
#head_title {
	background-image:url(img/logo.gif);
	background-repeat:no-repeat;
	width:400px;
	padding-top:45px;
	float:left;
}
#head_title a{
	color: #fff;
	text-decoration: none;
}
#head_title img{
	display:none;
}
#head_title h1{
	padding:0px;
	margin:0px;
	font-size:12px;
	line-height:20px;
	font-weight:normal;
	font-style:normal;
}
#head_skin{
	float:right;
	background-color:#de0029;
	float:right;
}

/* Menu attributes */

#menu{
	clear:both;
	float:left;
 	padding:0px;
	width:150px;
}
#menu ul{
	margin:0;
	padding:0;
	list-style:none;
}
#menu li {
	margin:0;
	padding:0;
}
#menu a{
	display:block;
	line-height:28px;
	background-color:#f4f4ee;
	color:#000;
	text-decoration:none;
	border-top:2px solid #f9f9f9;
	padding:0px 0px 0px 10px;
}
#menu a:hover, #menu a.selected {
	cursor:pointer;
	font-weight:bold;
	color:#fff;
	background-color:#888;
}
#sub_menu ul{
	margin:0;
	padding:0;
	list-style:none;
}
#sub_menu li {
	margin:0;
	padding:0;
}
#sub_menu a{
	display:block;
	line-height:22px;
	background-color:#ccc;
	color:#000;
	text-decoration:none;
	border-top:2px solid #f9f9f9;
	padding-left:25px;
}
#sub_menu a:hover, #sub_menu a.selected {
	cursor:pointer;
	font-weight:bold;
	color:#fff;
	background-color:#888;
}


/* Content attributes */

#content{
	padding:15px;
	float:right;
	width:590px;
}


/* Foot attributes */

#foot{
	clear:both;
	padding: 115px 0px 30px 0px;
	text-align:center;
}
