/* CSS Document */
body {
	margin: 0px;
	padding: 0px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

p {
    margin-top: 0px;
}


p, td, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: #000000;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ebf7f8;
	border: 1px solid #f2f2f2;
}
 
a {
	color: #f54647;
}

h1 {
	font-size: 20px;
	font-weight:lighter;
	line-height: 26px;
	color: #17c5db;
}

h2 {
	font-size: 16px;
	line-height: 26px;
	font-weight:lighter;
	color: #f54647;
}

h3 {
	font-size: 14px;
	line-height: 26px;
	font-weight:lighter;
	color: #17c5db;
}

h4 {
	font-size: 16px;
	color: #17c5db;
	font-weight: lighter;
}

hr {
	color: #ffffff;
	height: 0px;
	border-top: 2px dotted #17c5db;
}

.tuerkis {
	color: #17c5db;
}

.rot {
	color: #f54647;
}

.HeadlineRot {
	font-size: 28px;
	line-height: 40px;
	color: #f54647;
}

.serviceParagraph {
	font-size: 11px;
}

.headerBildSchmal {
	margin-top: 26px;
}

.aServiceLink {
	color: #000000;
    text-decoration: none;
}

.pMarginLeft40 {
	margin-left: 40px;
}

.fliessTextKlein {
	font-size: 11px;
	line-height:18px;
}

.dottedLine {
	margin-top: 10px;
	height: 1px; border-bottom: 2px dotted #17c5db;
}

.bttnUpload {
    color: #f54647;
    text-decoration: underline;
    cursor: pointer;
}


.uploadFeld {
    width: 220px; height: 150px;
    background-color: #ebf7f8;
    background-image: url(../images/bg_uploadFeld.gif);
    background-position: top;
    background-repeat: no-repeat;
	border: 1px solid #f2f2f2;
}


