@charset "UTF-8";
/* CSS Document */

/* -- basic -- */
html {
/*	background: url(../media/utilities/bg.jpg) #666666 repeat-x; */
	height:100%;
}
body {
	font-family:Tahoma, Arial, Impact;
	padding: 0px;
	margin: 0px;
/*	background: url(../media/utilities/zeitungen.png) no-repeat 80% top; */
	width: 100%;
	height:100%;
	background-color:#EFC260;
}



/* together 
---------------------------------------------- */


/* button 
---------------------------------------------- */
.button {
	display:inline-block;
/*	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% "Trebuchet MS", Verdana, Arial;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button2 {
	display:inline-block;
/*	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	float:right;
	vertical-align: baseline;
	outline: none;
	cursor: pointer;
	text-align: center;
	margin:3px 0 0 0;
	text-decoration: none;
	font: 14px/100% "Trebuchet MS", Verdana, Arial;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
}
.small {
	font-size: 11px;
	padding: .1em 1em .275em;
}

/* green */
.green {
	color: #fef4e9;
	border: solid 1px #424C22;
	background: #97B054;
	background: -webkit-gradient(linear, left top, left bottom, from(#54622F), to(#97B054));
	background: -moz-linear-gradient(top,  #54622F,  #97B054);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#54622F', endColorstr='#97B054');
}
.green:hover {
	background: #97B054;
	background: -webkit-gradient(linear, left top, left bottom, from(#424C22), to(#54622F));
	background: -moz-linear-gradient(top,  #424C22,  #54622F);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#424C22', endColorstr='#54622F');
}
.green:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#54622F), to(#97B054));
	background: -moz-linear-gradient(top,  #54622F,  #97B054);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#54622F', endColorstr='#97B054');
}

/* newsticker row 
---------------------------------------------- */
#newsticker {
	position:absolute;
	width:950px;
	height:50px;
	left:50%;
	top:0px;
	margin-left:-475px;
}
#lang {
	width:70px;
	height:20px;
	position:absolute;
	top:0px;
	left:850px;
}
.ticker_form {
	width:950px;
	position:absolute;
	top:8px;
	left:50%;
	margin:0 0 0 -325px;
}
.ticker_input {
	background-image:none;
	margin-top:-5px;
	color:#CC7C3E;
	width:430px;
	padding:4px 0 0 0;
}
.self {
	position:absolute;
	top:5px;
	left:50%;
	margin:0 0 0 250px;
	width:200px;
}
