@import url(layout.css);

/*--------------- Generelle Textformatierung --------------------------------- */
html,body
{
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #808080;
	line-height: 15px;
}

.copy
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #808080;
	margin-top: 0px;
	margin-bottom: 11px;
}

a {color: #508ac6; text-decoration: none;}
a:visited {color: #508ac6; text-decoration: none;}
a:hover {color: #0c5eaf; text-decoration: none;}
a:active {color: #ff5733; text-decoration: none;}

h1
{
	color: #095cb0;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 15px;
	font-family: verdana, arial, helvetica, sans-serif;
}

h2
{
	color: #095cb0;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	margin-top: 24px;
	margin-bottom: 8px;
	font-family: verdana, arial, helvetica, sans-serif;
}

h3
{
	color: #aac6e4;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: verdana, arial, helvetica, sans-serif;
}

h4
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #CEDEED;
	margin-top: 15px;
	margin-bottom: 2px;
}

h4 a {color: #A4C34C; text-decoration: none;}
h4 a:visited {color: #A4C34C; text-decoration: none;}
h4 a:hover {color: #1D3683; text-decoration: none;}
h4 a:active {color: #A3C24D; text-decoration: none;}

h5
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	color: #CEDEED;
	margin-top: 15px;
	margin-bottom: 2px;
	text-align: center;
}

h6
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	color: #CEDEED;
	margin-top: 15px;
	margin-bottom: 2px;
}

.textbild
{
	float: left;
	margin-right: 15px;
}

.copylist
{
	margin: 10px 0 11px 15px;
	padding-left: 0px;
	list-style: none;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #808080;
}

.copylist li
{
	padding-left: 30px;
	background-image: url(../Image/square.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
	margin-top: 0px;
	margin-bottom: 4px;
}

.copylist-green
{
	margin: 10px 0 11px 15px;
	padding-left: 0px;
	list-style: none;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: #fff;
}

.copylist-green a {color: #fff; text-decoration: none;}
.copylist-green a:visited {color: #fff; text-decoration: none;}
.copylist-green a:hover {color: #1D3683; text-decoration: none;}
.copylist-green a:active {color: #A3C24D; text-decoration: none;}

.copylist-green li
{
	padding-left: 30px;
	background-image: url(../Image/square_white.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	margin-top: 0px;
	margin-bottom: 8px;
}


.align-center { text-align: center; }
.bold-text { font-weight: bold; }

.clear
{
	clear: left;
	margin: 0;
	padding: 0;
}

.nobr {
   white-space : nowrap;
}

/*--------------- Kontaktformular --------------------------------------------- */


.fieldset
{
	width: auto;
	border: 1px solid #D2D2D2;
}


.fieldset label
{
	text-align: right;
	width: 90px;
	float: left;
	padding: 0.3em;
	margin: 0;
	margin-top: 0.3em;	
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #808080;
}

.fieldset .nobr { display: none; }

.fieldset .textfield
{
	margin: 3px;
	height: 15px;
	width: 380px;
}

.fieldset .textarea
{
	margin: 3px;
	height: 50px;
	width: 380px;
}

.textarea2
{
	margin: 3px;
	height: 50px;
	width: 380px;
}

legend
{
	font-weight: bold;
	background-color: #095cb0;
	padding: 4px;
	width: auto;
	text-align: center;
	color: white;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 10px 100px;
}


#name, #firma, #email, #adresse, #bemerkung
{
	color: #095cb0;
	background-color: #B1CBE7;
}
#name:focus, #firma:focus, #email:focus, #adresse:focus, #bemerkung:focus {
     color: #666666;
     background-color: #ffd094;
}


.reset, .submit
{
	background-color: #4080C2;
	font: bold 10px verdana, arial, helvetica, sans-serif;
	color: white;
	border: 1px inset #084079;
	margin: 10px 3px 7px 0;
}

.reset:hover, .submit:hover {
	background-color: #fb6441;

}

.hiddenlink
{
	color: #fff;
	cursor: default;
	position: fixed;
	top: 0px;
	right: 0px;
	width: 30px;
	height: 30px;
}