label {
	display: block;
	width: 120px;
	float: left;
}
input {
	width: 250px;
}
select {
	width: 250px;
}
fieldset {
	border: 1px solid #804000;
	margin-top: 1em;
}
legend {
	border-top: 1px;
	border-left: 1px;
	border-right: 1px;
	border-bottom: 0px;
	border-color: #804000;
	border-style: solid;
}
h3 {
	margin: 0px;
	margin-top: 2em;
}
.de {
	background-image: url(gfx/flags/de.png);
	background-repeat: no-repeat;
	background-position: center left;	
}
.ch {
	background-image: url(gfx/flags/ch.png);
	background-repeat: no-repeat;
	background-position: center left;	
}
.uk {
	background-image: url(gfx/flags/uk.png);
	background-repeat: no-repeat;
	background-position: center left;
}
.village {
	line-height: 2em;
	padding-left: 2em;
}
.selectedVillage {
	background-image: url(gfx/ok.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 2em;
	line-height: 2em;
}
.villageBusy {
	background-image: url(gfx/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 2em;
	line-height: 2em;
}
.unitLabel {
	display: inline;
	width: auto;
	float: none;
	margin-left: 1em;
}
.unitRadio {
	width: auto;
}
.unit {
	margin-left: 2em;
}
.entry {
	line-height: 2em;
}
.time {
	width: 2em;
	text-align: center;
}
.date {
	width: 3em;
	text-align: center;
}
.month {
    width: 120px;
}
.timeLabel {
	display: inline;
	width: auto;
	float: none;
	font-weight: bold;
}
.linkliste {
	padding: 0px;
}
.linkliste li {
	background-image: url(gfx/link.png);
	background-repeat: no-repeat;
	padding-left: 2em;
	margin-bottom: 2em;
}
.right {
    text-align: right;
}
#attackTime {
	margin-left: 2em;
	display: none;
}
#defenderVillage {
	margin-left: 125px;
	line-height: 2em;	
}
#generate {
	margin-left: 2em;
}
#footer {
	margin: 0px auto;
}
#worldSelector {
	width: 100px;
	/*margin-left: 24px;*/
}
#toolbar {
	line-height: 2em;
}
#toolbar label {
	width: 140px;
}
#top-navi {
	float: right;	 	
}
#top-navi li {
	float: left;
    margin: .5em;
}
#top-navi li a {
	padding: .5em 1em .5em 1em;
    line-height: 2em;
    background-color: #d6c8ac;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

    font-weight: bold;
    color: #000;
    text-decoration: none;
}
#top-navi li a:hover {
	background-color: #f1ebdd;
}
#footer {
	padding-bottom: 1.5em;
}
#footer p {
	text-align: center;
	font-size: .8em;
}
#selectDate {
    text-align: right;
    display: none;
    padding-right: 71px;
    margin-top: .5em;
}
#wbcontainer {
    border-top: 1px solid #804000;
    border-bottom: 1px solid #804000;
    background-color: #F1EBDD;
    background-image: url('gfx/worldbox-background.png');
}
#worldbox {
}
.server-tab {
    width: 50em;
}
.server-tab li {
    width: 10em;
    float: left;
}
.server-tab li a {
    padding: 5px;
    margin: 2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: block;
}
.server-tab li a:hover {
    background-color: #DED3B9;
}
.hide-btn {
    float: right;
    padding: 5px;
    margin: 2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: block;
    padding-left: 1.5em;
    background-image: url('gfx/arrow_up.png');
    background-position: center left;
    background-repeat: no-repeat;
    background-color: #d6c8ac;
}
.hide-btn:hover {
    background-color: #DED3B9;

}
#worldtabs {

}
#worldtabs ol {
    list-style-type: none;
    padding-left: 0px;
}
.worldtab {
    line-height: 2em;
    display: block;
    padding-left: 1em;
}
.flag {
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 1em;
}
.flag span {
    padding-left: .5em;
}
.worldtab {
    background-color: #d6c8ac;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-radius-topleft: 5px;
    -webkit-border-radius-bottomleft: 5px;
}