/* +----------------------------------------------------------------------+
// | 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;
	
}

.dk{
	display:inline;
	display:none;
	
}

/* General attributes */
body{
	padding:0px;
	margin:0px;
	background-color:#777777;
	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;
}

h1, h2, h3{
	padding:0px;
	margin:0px;
	font-style:normal;
	line-height:20px;
	color:#383d44;

}

h1{
	font-size:18px;
	font-weight: bold;
	line-height:25px;
}

h2{
	font-size:16px;
}

h3{
	font-size:14px;
}

a:link, a:active, a:visited{
	color:#0066ff;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

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


}

#head{
	background-color:#0066ff;
	padding:0px;
	height:94px;
	border-bottom: solid 1px #000099;
	

}

#head_title {
	background-image:url(img/logo.png);
	background-repeat:no-repeat;
	width:200px;
	height:94px;
	float:left;
}

#head_title a{
	
	display:none;
	color: #fff;
	text-decoration: none;
}

#head_title h1{
	padding:0px;
	margin:0px;
	font-size:12px;
	line-height:20px;
	font-weight:normal;
	font-style:normal;

}
#head_eu_logo{
	background-image:url(img/eu_logo.png);
	background-repeat:no-repeat;
	height:74px; 
	width:400px;
	margin:10px;
	float:right;
	

}
#content_skin{
	border-top: 2px solid #dbd5c5;
	margin-top: 50px;
	padding: 0px 10px 10px 10px;
	width: 130px;
	background-color: #f3f1e9;
}

#content_skin span{
	color: #999999;
	line-height:30px;
}

#menu{
	clear:both;
}
#foot{
	padding: 115px 0px 0px 0px ;
}

form{
	display: inline;
}

fieldset{
	padding:10px;
}

.small{
	font-size:10px;
	display:inline;
}


/* Submenu 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:#f3f1e9;
	color:#000;
	text-decoration:none;
	border-top:2px solid #fff;
	padding:0px 0px 0px 10px;
}
#menu a:hover, #menu a.selected {
	cursor:pointer;
	font-weight:bold;
	color:#fff;
	background-color:#0066ff;
}

#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:#0066ff;
}

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

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