@CHARSET "UTF-8";

body {
	line-height: 1.7em;
	background-image: url("../gfx/bg.jpg");
	background-repeat: repeat-x;
	background-attachment:fixed;
	color: white;
}

a {
	color:#8FDF04; 
	text-decoration:none;
	padding:2px;
}

a:hover, .selected {
	padding:2px; 
	text-decoration:none;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px;	
}

a:hover {
	background-color: white; 
}

.imgLink {
	padding: 0px;
}
.imgLink:HOVER {
	background-color: transparent;	
	text-decoration: none;
	padding: 0px;
}

.selected {
	background-color: #8FDF04; 
	color: white;
}
	
img {border:0px;}

h1 {
	color: white;	
}

form {
	width: 100%;	
}

.headerBanner {
	margin-top: 5px;
}

.space {
	padding:20px;
}

.tableLeft, .tableRight, 
.podcastTableLeft, .podcastTableRight {
	float: left;	
	vertical-align: middle;
}

a.podcast:hover, .social:hover {
	background-color: transparent;
} 

.podcastTableLeft {
	width: 40px;	
}

.tableLeft, .tableRight {
	padding-right:10px;	
}

.tableLeft {
	min-width: 150px;
}

.playlist {
	padding-left:10px;
	font-size: 0.9em;
}

.playlistHeader {
	margin-top: 10px;
}

.bigFont {
	font-size: 1.4em;
}

.button {
	background-color: #8FDF04;
	padding: 2px;
	color: white;
	border: 0px;
}

select {
	width: 50%;	
}

input, textarea, select {
	padding: 2px;
	margin-bottom: 10px;
}

input, textarea {
	color: grey;	
}

.textfeld_klein, .textfeld_gross {
	-moz-border-radius: 4px;
	border: 1px solid white;	 
}
	
.textfeld_klein {
	width: 40%;
}

.textfeld_gross {
	width:100%;
}

.message, .errorMsg {
	font-weight:bold;	
}

.message {
	color: yellow;
}

.errorMsg {
	color: red;
}

.social {
	float: left;
	padding-left: 2px;	
}
