    #error_container {
        padding: 8px;
        border: 1px solid red;
    }


    #contactFormMessages p {
	font-size: 120%;
	color: red;
    }

    .kundenservice fieldset {
        border: 0px;
    }
    .kundenservice legend {
        font-weight: bold;
    }
    .kundenservice #kundenservice_links {
        float: left;
	width: 48%;
    }
    .kundenservice #kundenservice_rechts {
        float: right;
	width: 48%;
    }
    .kundenservice .kundenservice_clearer {
        clear: both;
    }
    .kundenservice p {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .kundenservice label {
        margin-right: 30px;
        width: 2000px;
        font-weight: normal;
    }
    .kundenservice label#Ktext {
        font-weight: bold;
    }
    .kundenservice input, textarea {
        border: 1px solid #AEAEAE;
    }
    .kundenservice input#imagesubmit{
        background-image: url("../../gfx/service/gelber_button.gif");
	background-repeat: no-repeat;
        height: 25px;
	font-weight: bold;
	color: #D22321;	
	width: 138px;
        border: 0px;
        float: right;
    }
    .kundenservice textarea {
        width: 100%;
    }
    .kundenservice dl {
    	line-height: 1.9em;
        margin-top: 0em;
        margin-left: 0em;
        margin-right: 0em;
        margin-bottom: 1em;
    }
    .kundenservice dt {
	padding-left: 4px;
	vertical-align: top;
    }
    .kundenservice dd {
	margin-left: 6em;
	margin-top: -2em;
	vertical-align: top;
    }
	
	#contact_wrapper {
        width: 95%;
        margin: 0 auto;
    }

    #contact_select {
        #background-image: url(/typo3conf/ext/jwt_contact/pi1/contact_gfx/contact_middle.gif);
        background-image: url(/fileadmin/templates/lotto/gfx/contact_gfx/contact_middle.gif);
        width: 100%;
        height: 100px;
    }

    #contact_form {
        margin: 0px 15px;
    }

    #contact_left {
        #background: url(/typo3conf/ext/jwt_contact/pi1/contact_gfx/contact_left.gif) top left no-repeat;
        background: url(/fileadmin/templates/lotto/gfx/contact_gfx/contact_left.gif) top left no-repeat;
        height: 100px;
    }
    #contact_right {
        #background: url(/typo3conf/ext/jwt_contact/pi1/contact_gfx/contact_right.gif) top right no-repeat;
        background: url(/fileadmin/templates/lotto/gfx/contact_gfx/contact_right.gif) top right no-repeat;
        height: 100px;
        padding: 20px;
        padding-right: 75px;
    }

    #contact_address {
        float: left;
        width: 50%;
    }
    #contact_hotline {
        float: right;
        width: 50%;
    }

    .clearBoxes {
        clear: both;
    }


