div {
font-size : 0.8em;
}
div div {
font-size : 1.0em;
}
td {
	font-size : 1em;
	voice-family : "\"}\"";
	voice-family : inherit;
	font-size : 1em;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	border: none;
}
body>div {
font-size : 12px;
}

img {
border : none;
}
a img {
border : none;
}
ul {
list-style-type : disc;
}

h1 {
	margin-bottom:0.2em;
	padding : 0;
	font-size : 1.8em;
	font-weight: lighter;
	color: #F15000;
	line-height: 120%;
}
h2 {
	color : #105298;
	margin:0;
	line-height : 160%;
	letter-spacing : 1px;
	font-weight: normal;
	font-size: 1.2em;

}
h3 {
	color : #105298;
	font-size : 1em;
	line-height : 120%;
	margin-bottom: 0px;
}
h4 {
	color: #FFFFFF;
	margin: 10px 0px;
}
h5 {
	color : #204A76;
	font-size : 1em;
	line-height : 160%;
}

extra_img {
display:block;
clear:both;
}


.seminartitel {
font-weight:bold;
color : #105298;
}


/* -------------------- Forms -------------------- */
fieldset {
border:none;
padding:0;}

input[type="text"], textarea {
font-size : inherit;
font-family : inherit;
}
input[type="submit"] {
font-size : inherit;
border : 2px outset #666;
}
input[type="submit"]:focus, input[type="submit"]:hover {
cursor : pointer;
border : 2px inset #000;
}

/* -------------------- Classes -------------------- */
.feld {
width : 90%;
padding : 2px;
border : 1px solid #ccc;
}
.feld:focus {
background : #fff;
border-top : 1px solid #ccc;
border-left : 1px solid #ccc;
border-bottom : 2px solid #666;
border-right : 2px solid #666;
}

