﻿/* CSS Document */


/* Grundsätzliches */

html {
	margin:0px; 
	padding:0px;
	height:100%;
	}
body {
	font-family:'Ubuntu', sans-serif;
	font-size:100%;
	background-color:#000;
	color:#fff;
	margin:0px;
	padding:0px;
	height:100%;	
	}
p { padding:0px; margin:0px; font-size:18px; color:#fff; font-weight:300;}	
textarea, input {
	font-size:16px;
	margin-top:10px;
}	
img { border:2px solid color:#fff; border-radius:2px; }	
.text {color:#000; margin-top:18px; margin-bottom: 8px;}	

/* Allgemeine Klassen (.class) */

.rot {color:#E2001A;}
.schwarz {color:#000;}
.weiss {color:#fff;}
.fett {font-weight:500;}
.kleiner {font-size:smaller}	
	
	
/* Navigation */
	
.hauptlink {
font-size:17px; font-weight:400; 
background-image:url(bilder/istrich_weiss.svg); background-repeat: no-repeat; background-size:21px;
display:block;
border-bottom:3px solid rgba(255, 0, 0, .0); 	
position:absolute; top:-20px; height:60px;
}
.hauptlink:hover {
background-image:url(bilder/istrich_rot.svg);
border-bottom:3px solid #E2001A;	
}
.emaillink {
color:#fff;
}
.emaillink:hover {
color:#E2001A;	
}
.link_unten {
color:#fff;
}
.link_unten:hover {
color:#000;	
}
.textlink {
color:#000; text-decoration: underline;
}
.textlink:hover {
color:#E2001A;	
}
.linie { height:1px; width:100%; margin: auto; padding-top: 40px; border-bottom: 1px dotted #000; }	