/* CSS Document */

.rahmenBilder {padding: 2px; border: solid 1px #166667;}
h1, h2, h3, ul, p, font { font-family: Verdana, Arial, Helvetica, sans-serif; background-color: inherit; }

/* Text-Ausrichtung */
.align-left { text-align: left;}
.align-center { text-align: center;} 
.align-right { text-align: right;}

/* anker */
a {font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none;}

a.w_b_11:link {font-size: 11px; font-weight: bold; color: white;}
a.w_b_11:visited {font-size: 11px; font-weight: bold; color: white;}
a.w_b_11:hover {font-size: 11px; font-weight: bold; color: #cccccc;}
a.w_b_11:active {font-size: 11px; font-weight: bold; color: white;}

a.hg_b_11 {font-size: 11px; font-weight: bold; color: #cccccc;}

a.external-link { font-family: verdana; font-size: 12px; font-weight: normal; color: black; text-decoration: none;}
a.mail { font-family: verdana; font-size: 12px; font-weight: normal; color: black; text-decoration: none;}
a.w_n_10 {font-size: 10px; font-weight: normal; color: white; text-decoration: none;}

a.download {font-size: 12px; font-weight: bold; color: #166569; font-style:italic;}
a.internal-link {font-size: 12px; font-weight: bold; color: #166569;}
a.internal-link-gross {font-size: 16px; font-weight: bold; color: #166569;}

/* Header */

h1 {font-size: 15px; font-weight: bolder; color: #166667; margin-left: 10px;}
h2 {font-size: 14px; font-weight: bold; color: #166667; margin-left: 25px;}
h3 {font-size: 11px; font-weight: bold; color: #166667; margin-left: 25px;}

/* Absatz */
p.b_n_12_40 {font-family: verdana; font-size: 12px; font-weight: normal; color: black; margin-left: 40px;}
p.b_n_12_60 {font-family: verdana; font-size: 12px; font-weight: normal; color: black; margin-left: 60px;}
p.b_n_12_80 {font-family: verdana; font-size: 12px; font-weight: normal; color: black; margin-left: 80px;}
p.b_n_12_100 {font-family: verdana; font-size: 12px; font-weight: normal; color: black; margin-left: 100px;}
p.b_n_12_140 {font-family: verdana; font-size: 12px; font-weight: normal; color: black; margin-left: 140px;}
		
/* Schrift */

font.blank {font-size: 1px;}

/* CSS für Inhalte */
p.bodytext { font-family: verdana; font-size: 12px; font-weight: normal; color: black; margin-left: 25px;}
.b_n_12 {font-family: verdana; font-size: 12px; font-weight: normal;}
.black_b_12 { font-family: verdana; font-size: 12px; font-weight: normal; color: black;}

font.g_b_11 {font-size: 11px; font-weight: bold; color: #CCCCCC;}
font.w_b_11 {font-size: 11px; font-weight: bold; color: white;}
font.w_n_11 {ont-size: 11px; font-weight: normal; color: white;}
font.w_n_10 {font-size: 10px; font-weight: normal; color: white;}
font.gr_n_10 {font-size: 10px; font-weight: normal; color: #166667;}

/* Bilder */
img.rahmen {padding: 5px; border-color: #166667; border-width: 1px;}


/* Table */
td.linie-li-ob-re {border-left: 1px solid #166667; border-top: 1px solid #166667;} border-right: 1px solid #166667;}
td.linie-li-un-re {border-left: 1px solid #166667; border-bottom: 1px solid #166667;} border-right: 1px solid #166667;}

/* Formular */

.csc-mailform { border: none:}

fieldset { 
	border: none;
	border-color: white;
	width: 600px;
}

label {
	font-family:  Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : black;
	font-weight: bold;
	float: left;
	display: block;
	width: 210px;
	margin-left: 25px;
	marign-bottom: 10px;
}

input, textarea, select {
	border: 0;
	background: white;
	border: 1px solid #166569;
	width: 300px;
	color: black;
	font-size: 12px;
	margin-left: 25px;
	margin-bottom: 10px;
	/* display: block; */
        /* float: left; */
}

input.csc-mailform-submit{
	float: left;
	width: 300px;
	height: 20px;
	border: 0;
	background: #166569;
	color: white;
	font-size: 12px;
	font-weight: bold;
	margin-left: 260px;
	margin-top: 5px;
} 

