a {
	color: #333333;
	text-decoration: underlined}
a:visited {
	color:#333333;
	text-decoration: underlined
}
a:hover {
	color: #666666; 
	text-decoration: none; 
}
a:active { 
	color: #000000; 
	text-decoration: none; 
}
a.extern {
	background-image: url(../gfx/link_extern.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 15px;
}
a.intern {
	background-image: url(../gfx/link_intern.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 15px;
}
a.email {
	background-image: url(../gfx/link_email.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 15px;
}
h1.csc-firstHeader{
	margin-top: 0px;
}
h1{
	font-size:17px;
	line-height: 20px;
	font-weight: bold;
	margin: 24px 0 8px 0;
	padding:0;

}
h2.csc-firstHeader{
	margin-top: -4px;
}
h2 {
	font-size:15px;
	line-height: 20px;
	font-weight: bold;
	margin: 24px 0 8px 0;
	padding:0;
}
h2.csc-firstHeader{
	margin-top: 0px;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	background-color: #dddddd;
	border-left:7px solid #666666;
	padding:5px 10px;
	margin: 16px 0px 8px 0px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	padding:0;
	margin: 16px 0 8px 0;
}

/* Blockzitat */
blockquote {
	font-style: italic;
}
/* Zitat im laufenden Text */
cite {
	font-style: normal;
	font-size: 80%;
}
/* Hervorhebung */
em {
	font-weight: bold;
	color: #333333;
	font-style: normal;
}

/* starke Hervorhebung */
strong {
	font-weight: bold;
	color: #ff0000;
}

/* Quellcode 
mit <pre></pre> umgeben, um Einrückungen zu erhalten*/
code {
	font-size: 100%;
	font-family: "Courier New", Courier, mono;
	color: #666666;	
	display: block;
	height: auto;
	background-color: #dddddd;
	padding: 7px;
}

/* Abkürzung z.B.*/
abbr {

}
/* Acronym BRD */
acronym {

}
/* Link "nach oben" */
P.csc-linkToTop { 
	text-align: right; 
}
P.csc-linkToTop A {
	font-weight: bold;
	color: #999999;
	background-image: url(../gfx/nach_oben.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 15px;
}

/****************************************/
/* Mailformular */
/****************************************/

form#mailform {
	background-color: #ffffff;
	border: none;
	padding: 10px;
	width: 430px;
	height: auto;
}
fieldset.csc-mailform {
	border: none;
}
div.csc-mailform-field {
	width: 100%;
	height:auto;
	clear: both;

}
#mailform label {
	display: block;
	width: 100px;
	float: left;
	text-align: right;
}
#mailform input {
	width: 290px;
	float: right;
}
input#mailformname {

}
input#mailformemail {

}

#mailform textarea{
	width: 290px;
	float: right;
	clear: right;
}

textarea#mailformnachricht {
}

input#mailformformtype_mail {
	width: 100px;
	background-color: #dedede;
	color: #000000;
}
input.csc-mailform-submit {

}


