/* Schriftart und Schriftgröße */
body,td,th {
    font-family: Arial,Helvetia,sans-serif;
    font-size:12px;
	padding-left:0px;
	padding-right:0px;
	margin-left:0px;
	margin-right:0px;
}
/* Hintergrundfarbe der Seite */
body { 
	
}

/* Links */
a { color:rgb(0,130,191); text-decoration:none; }
a:hover 	{ text-decoration:underline; }

/* Standard: Textausrichtung in der Zelle oben,  Bilder haben keinen Rand (auch wenn sie Links sind) */
td { vertical-align:top; }
img { border:0px; }

h2 {
	font-weight:normal;
	font-size:16px;
}

h3 {
	font-weight:bold;
	font-size:12px;
	color:rgb(0,130,191);
}

h1 { 
	color:rgb(0,59,92);
	font-size:18px;
	padding-bottom:0px;
	margin-bottom:0px;
}

.Normaler-Text {
	font-family: Arial,Helvetia,sans-serif;
    font-size:12px;
	color:#000;
}
	
.BlauerText {
	color:rgb(0,59,92);

}

#TDleft {
    width:273px;
}

#TDright {
    padding-right:10px;
}
#TDSpacer {
    width:25px
}
#TDSpacer2 {
    width:20px
}
#DivContact {
	background-image:url('../Resources/Layout/Background.jpg');
	background-repeat:no-repeat;
	font-size:12px;
	padding:15px;
	margin-right:1px;
}
.HellblauerText { 
	font-weight:bold;
	font-size:12px;
	color:rgb(0,130,191);
}
.DunkelblauerText {
	color:rgb(0,59,92);
	}
.NormalBlauerText{
    font-size:12px;
	color:rgb(0,130,191);
}
hr {
	border:none;
	border-top:1px dotted rgb(90,86,85);
	height:1px;

}
	

