a.dwflink:link {text-decoration: underline; color: #000000}
a.dwflink:visited {text-decoration: none; color: #4f4342}
a.dwflink:hover {text-decoration: underline; color: #70039e}

body {
	background-color: #feedd9;
	}

.fieldset {
	border: 0px solid green;
	width:100%;
	text-align:left;
	margin-bottom:10px;
	}

.font-big {
	font-family:'Walter Turncoat';
	font-size:19px; 
	font-weight:normal;
	color:#3e1a43;
	}
	
.font-small {
	font-family:'DroidSansRegular';
	font-size:10px; 
	font-weight:normal;
	color:black;
	}
	
.table {
	background-color:#feedd9;
	width:100%;
	}
	
.table2 {
	background-color:#feedd9;
	width:100%;
	padding-left: 20px;
	}
	
.head {
	background-color:#feedd9;
	}
	
.main {
	border: 0px solid red;
	background-color:#feedd9;
	font-family: 'DroidSansRegular';
	font-size:12px; 
	font-weight:normal;
	color:black;
	}
	
.main img {
	margin-bottom: 20px;
	box-shadow: 2px 2px 2px grey;
	}

.mail ul {
	position: left;
	}
	
.artikel td{
	vertical-align: top;
	padding-left: 20px;
	}

.foot {
	border: 0px solid red;
	background-color:#feedd9;
	}
	
.align {
	text-align:left;
	}
	
.textarea {
	background-color:#FFFFFF;
	color:black;
	font-family : 'DroidSansRegular';
	font-size:12px;
	font-weight: normal;
	border : 1px solid #CCCCCC;
	border-radius:0; 
	-moz-border-radius:0; 
	-webkit-border-radius:0;
	padding: 0;
	position:relative;
	resize: none;
	}
	
.input {
	background-color:#FFFFFF;
	color:black;
	font-family : 'DroidSansRegular';
	border : 1px solid #CCCCCC;
	font-size:12px;
	border-radius:0; 
	-moz-border-radius:0; 
	-webkit-border-radius:0;
	padding: 0;
	position:relative;
	}
	
.select {
	background-color:#FFFFFF;
	color:black;
	font-family : 'DroidSansRegular';
	border : 1px solid #CCCCCC;
	font-size:12px;
	border-radius:0; 
	-moz-border-radius:0; 
	-webkit-border-radius:0;
	padding: 0;
	position:relative;
	}
	
.textarea:hover, .textarea:focus, .input:hover, .input:focus, .select:hover, .select:focus {
	border : 1px solid #3e1a43;
	}
	
.button {
	cursor: pointer;
	padding:5px 12px 5px 12px;
	display:inline;
	text-decoration:none;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	position:relative;
	background-color:transparent;
	color:#FFFFFF;
	font-family : 'DroidSansRegular';
	font-size:14px;
	font-weight: bold;
	border : 1px solid #FFFFFF;
	min-width: 130px;
	}
	
.button:hover, .button:focus {
	border : 1px solid #FFFFFF;
	text-decoration:none;
	background: #3CB3FF;
	}
	
	
.button_send {
	background-image: url('../bilder/grafik/scrolltest.png');
	box-shadow: 2px 2px 3px grey;
	cursor: pointer;
	display:inline;
	text-decoration:none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position:relative;
	left: 39px;
	color: white;
	font-family: 'DroidSansRegular';
	font-size:12px;
	font-weight: normal;
	border : 1px solid #3e1a43;
	width: 100px;
	height: 22px;
	margin-top: 60px;
	margin-right: 24px;
	margin-bottom: 40px;	
	}
	
.button_send:hover, .button_send:focus {
	cursor: pointer;
	font-weight: normal;
	position: relative;
	border:2px solid #3e1a43;
	box-shadow: 2px 2px 3px grey;
	color: #3e1a43;
	}
	
.button_send:active {
	position:relative;
	box-shadow: 1px 1px 2px grey;
	top: 2px;
	font-weight: normal;
	outline: none;
	}

.cd_cover {
	width: 200px;
	height: 200px;
	position: relative;
	margin-bottom: 15px;
	margin-right: 50px;
	}

.cd_cover img{
	position: absolute;
	width: 200px;
	height: 200px;
	transition: opacity 0.8s ease-in-out;
	-moz-transition: opacity 0.8s ease-in-out;
	-webkit-transition: opacity 0.8s ease-in-out;
	-o-transition: opacity 0.8s ease-in-out;
	}

.cd_cover img.oben:hover {
	opacity: 0;
	}

.zwischenstrich2 {
	margin-bottom: 10px;
	}