/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

.inputCode{margin:0 10px 0 10px; width:70px;
	padding:2px;
	border:1px solid #ccc;
	font: normal 1em Verdana, sans-serif;
	color:#777;
 }
.inputLink{ 
	width:450px;	
	padding:2px;
	border:1px solid #ccc;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
body {
	background: #CCC;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #555; 
	text-align: center;
}
/* links */
a, a:visited {
	text-decoration: none;
	color: #2180BC;
	background: inherit;
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;	 		
}
h1 {
	font-size: 150%;	
	font-weight: normal;
	color: #006699;
}
h2 {
	font-size: 140%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-size: 120%;
	color: #666666; 
}

/* images */
/* img {
	background: #FAFAFA;
   border: 1px solid #E5E5E5;
	padding: 5px;
} */
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
/* start - table
table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #fff;
}
th {
	background: #93BC0C;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
 end - table */

/* form elements */
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
#error{ border-bottom:4px solid #ff0000; 
border-top:4px solid #ff0000;
 background-color: #FBE6DD;
 padding:2px 2px 2px 2px;
 width:500px;
}
#ok{ 
border-bottom:4px solid #009900; 
border-top:4px solid #009900;
 background-color:#D9FDDF;
 padding:2px 2px 2px 2px;
 width:500px;
 font-size:12px;
}
input[type=text]{
	padding:2px;
	border:1px solid #ccc;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
input[type=file]{
	padding:2px;
	border:1px solid #ccc;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea{
	padding:2px;
	border:1px solid #ccc;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
input[type=password]{
	padding:2px;
	border:1px solid #ccc;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
input[type=submit]{
	font-family:"Trebuchet MS";
	font-size:16px;
	cursor:pointer;
	font-weight:bold;
}
select {
	padding:2px;
	border:1px solid #ccc;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 820px;
	background: #CCC url(images/content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-ger {
	width: 750px;
}
#header {
	width: 820px;
	position: relative;
	height: 103px;
	background: #CCC url(images/header.jpg) no-repeat center top;
	padding: 0;	
	color: #FFF;	
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 44px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	text-decoration: none;
	background: transparent;
	top: 25px; left: 47px;	
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	top: 70px; left: 55px;		
}
#header #header-links {
	position: absolute;
	top: 20px; right: 30px;	
	color: #C6DDEE;
	font-size: 10px;	
}
#header #header-links a {	
	color: #FFF;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #D4E59F;	
}
#menu {
	clear: both;	
	margin: 0 auto; padding: 0;
	background: url(images/menu.jpg) repeat-x 0 0;	
	font: bold 12px/37px Verdana, Arial, Tahoma, Sans-serif;
	height: 37px;
	width: 780px;	
}
#menu ul {
	float: right;
	list-style: none;
	margin:0; padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 12px;
	color: #FFF;	
	text-decoration: none;
}
#menu ul li.last a {
	padding-right: 20px;	
}
#menu ul li a:hover {
	color: #D4E59F;	
}
#menu ul li#current a {	
	color: #D4E59F;
}

/* Main Column */
#main {
	float: left;
	width: 70%;
	padding: 0; margin: 5px 0 0 5px;
	display: inline;
}
#main h2 {
	margin-top: 10px;
	font: Bold 140% 'Trebuchet MS', Tahoma, Sans-serif;
	color: #88ac0b; 
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(images/square-green.png) no-repeat 3px 50%;	
	text-transform: none;
}
#main h2 a {
	background: none;
	color: #88ac0b;
	text-decoration: none;
}

#main ul li {
	list-style-image: url(images/bullet.gif);
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 10px 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
/* Footer */	
#footer {
	color: #C6DDEE;
	background: #CCC url(images/footer.jpg) no-repeat center top;
	clear: both;
	width: 820px;
	height: 65px;
	text-align: center;	
	font-size: 92%;	
}
#footer a { 
	color: #FFF;
	text-decoration: none; 
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.flag { cursor:pointer;
	background: url('images/allflags.gif') no-repeat;
  	width: 18px;
  	height: 12px;
  	float: right;
  	margin-right:3px;
}
.ar {background-position:-18px 0px;}
.ay {background-position:0px 0px;}
.bg {background-position:-54px 0px;}
.bs {background-position:-36px 0px;}
.ca {background-position:-90px 0px;}
.cs {background-position:-72px 0px;}
.da {background-position:-108px 0px;}
.de {background-position:-126px 0px;}
.en {background-position:-144px 0px;}
.es {background-position:-162px 0px;}
.et {background-position:-180px 0px;}
.fa {background-position:-198px 0px;}
.fi {background-position:-216px 0px;}
.fr {background-position:-234px 0px;}
.gr, .el {background-position:-252px 0px;}
.he {background-position:-270px 0px;}
.hr {background-position:-288px 0px;}
.hu {background-position:-306px 0px;}
.hy {background-position:-324px 0px;}
.id {background-position:-342px 0px;}
.is {background-position:-360px 0px;}
.it {background-position:-378px 0px;}
.ja {background-position:-396px 0px;}
.ka {background-position:-414px 0px;}
.kk {background-position:-432px 0px;}
.ko {background-position:-450px 0px;}
.lb {background-position:-468px 0px;}
.lt {background-position:-486px 0px;}
.lv {background-position:-504px 0px;}
.mk {background-position:-522px 0px;}
.nl {background-position:-540px 0px;}
.no {background-position:-558px 0px;}
.pb {background-position:-576px 0px;}
.pl {background-position:-594px 0px;}
.pt {background-position:-612px 0px;}
.ro {background-position:-630px 0px;}
.ru {background-position:-648px 0px;}
.sk {background-position:-666px 0px;}
.sl {background-position:-684px 0px;}
.sq {background-position:-702px 0px;}
.sr {background-position:-720px 0px;}
.sv {background-position:-738px 0px;}
.th {background-position:-756px 0px;}
.tr {background-position:-774px 0px;}
.uk {background-position:-792px 0px;}
.vi {background-position:-810px 0px;}
.zh {background-position:-828px 0px;}
.un {background-position:-846px 0px;}
.gl {background-position:-864px 0px;}