@charset "utf-8";
/* CSS Document */

.produktbild1 {
	
	width: 210px;
	float: left;
	height: 210px;
}
.produktbild0 {
	margin: 9px;
	padding: 5px;
	border: 1px solid #2F2D2E;
	width: 210px;
	float: left;
	text-align: center;
	height: 250px;
}
#kontakt_links{
	float: left;
	width: 440px;
}
#kontakt_rechts{
	float: right;
	width: 440px;
}
.prod2_links{
	float: left;
	width: 450px;
	padding-right: 20px;
}
.prod2_rechts{
	float: right;
	width: 450px;
}
.prod3_links{
	float: left;
	width: 300px;
	padding-right: 30px;
}
.prod3_rechts{
	float: right;
	width: 300px;
}
#seminaranmeldung {
    width: 220px;
    height: 35px;
    color: #FFFFFF;
    background-color: #A1243B;
    padding-top: 10px;
    text-align: center;
    margin-bottom: 40px;
    display: block;
}
#seminaranmeldung a{
    display: block;
    color: #FFFFFF;
    text-decoration: none;
}
#seminaranmeldung a:hover{
    display: block;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}
#seminaranmeldung_form .form_links{
    margin-top: 10px;
    margin-bottom: 10px;
    width: 25%;
    float: left;
	height:25px;
}
#seminaranmeldung_form .form_rechts{
    margin-top: 10px;
    margin-bottom: 10px;
    width: 73%;
    float: right;
    font-weight: bold;
	height:25px;
}
#seminaranmeldung_form .input1{
    width: 300px;
}
#seminaranmeldung_form .input2{
    width: 50px;
}
#seminaranmeldung_form .input3{
    width: 240px;
    margin-left: 10px;
}


#preisliste_form .form_links{
    margin-top: 10px;
    margin-bottom: 10px;
    width: 25%;
    float: left;
	height:25px;
}
#preisliste_form .form_rechts{
    margin-top: 10px;
    margin-bottom: 10px;
    width: 73%;
    float: right;
    font-weight: bold;
	height:25px;
}
#preisliste_form .input1{
    width: 300px;
}
#preisliste_form .input2{
    width: 50px;
}
#preisliste_form .input3{
    width: 240px;
    margin-left: 10px;
}


.clear {
    clear: both;
    width: 0px;
    height: 0px;
}