a {
    	color: #800000;
        text-decoration: underline;
        font-size: inherit;
}

a:hover {
	text-decoration: none;
}

	.infotext {
    	background-color: #F2F2F2;
        border: 1px solid lightgrey;
        padding: 10px 10px 10px 10px;
        width: 550px;
        font-size: 12px;
        margin-left: auto;
		margin-bottom: 5px;
	}

  	.pakete {
    	background-color: #F2F2F2;
        border: 1px solid lightgrey;
        padding: 10px;
        width: 550px;
        font-size: 12px;
        margin-left: auto;
    }

  	.paketeklein {
    	background-color: #F2F2F2;
        border: 1px solid lightgrey;
        padding: 10px;
        width: 490px;
        font-size: 12px;
        margin-left: auto;
    }	

    .pakete table {
		width: 550px;

    }

    .pakete table .g {
    	background-color: gainsboro; /*#F2F2F2*/
        color: black;
    }


    .pakete table .r {
    	color: #BE0000;
		background-color: gainsboro;
    }


    .pakete table td {
    	padding: 4px;
        font-size: 10.5px;
        text-align: center;
    }

    .pakete table th {
    	padding: 3px;
        font-size: 12px;
        text-align: center;
    }

    .pakete table .headline {
    	padding-top: 13px;
        text-align: left;
    }

    .pakete table .preis {
    	background-color: #BE0000;
        color: #F5F4F3;
    }

    .pakete table .l {
    	text-align: left;
    }

    .pakete table .w {

    }

    .pakete table .radic strong {
        font-size: 13px;
        color: #009F00;
    }

	.pakete table .times strong {
        font-size: 18px;
		font-weight: bold;
        color: #9F0000;
    }
	
	.pakete table .times td {
        padding-top: 3px !important;
		padding-bottom: 3px !important;
    }	


    .pakete a.biglink{
    	color: #800000;
        text-decoration: underline;
        font-size: 13px;
        font-weight: bold;
    }

    .pakete a.biglink:hover {
        text-decoration: none;
    }

    .pakete a.plink {
    	color: #F5F4F3;
        display: block;
        width: 82px;
        height: 18px;
        text-decoration: none;
        font-weight: bold;
    }


    .pakete a.plink:hover {
        text-decoration: underline;
    }

    .textS {
    	font-size: 10px;
    }

    .textM {
    	font-size: 12px;
    }

    .textL {
    	font-size: 15px;
    }

    .textM2 {
    	font-size: 13px;
    }

    .textXL {
    	font-size: 16px;
    }

    .textXXL {
    	font-size: 20px;
    }
	
	.textjustify {
		text-align: justify;
	}


.RomanOl
{
	font-size: 20px;
    list-style-type: upper-roman;
}

.ArabOl
{
	list-style-type: decimal;
    padding-left: 22px;
    margin-left: 0px;
    font-size: 12px;
}


ol li
{
    margin-bottom: 17px;
}

ol

{
	margin-top: 10px;
    margin-bottom: 10px;
}

ul li
{
	margin-bottom: 0px;
}

  	.formular {
    	background-color: #F2F2F2;
        border: 1px solid lightgrey;
        padding: 10px;
        width: 550px;
        font-size: 12px;
        margin-left: auto;
        padding-top: 0px;
    }

    .formular table .w {
    	text-align: right;
    }

    .formular table td .text
    {
		width: 250px;
        border: 1px solid #5F5F5F;
        background-color: #F5F4F3;
        padding: 2px;
    }
	
	.formular table td textarea
    {
		width: 540px;
        border: 1px solid #5F5F5F;
        background-color: #F5F4F3;
        padding: 2px;
		height: 100px;
    }	

    .formular table td .xsmall
	{
		width: 40px;
        border: 1px solid #5F5F5F;
        background-color: #F5F4F3;
        padding: 2px;
    }
    .formular table td .small
	{
		width: 40px;
        border: 1px solid #5F5F5F;
        background-color: #F5F4F3;
        padding: 2px;
    }

    .formular table th .submit
	{
		background-color: gainsboro;
    	color: #000000;
	    width: 270px;
    	padding: 2px;
	    margin: 3px;
    	font-weight: bold;
	}

    .formular table {
		width: 550px;

    }

    .formular table .g {
    	background-color: gainsboro; /*#F2F2F2*/
        color: black;
    }


    .formular table .r {
    	color: #BE0000;
		background-color: gainsboro;
    }


    .formular table td {
    	padding: 4px;
        font-size: 10.5px;
        text-align: left;
    }

    .formular table th {
    	padding: 3px;
        font-size: 12px;
        text-align: center;
    }

    .formular table .headline {
    	padding-top: 13px;
        text-align: left;
    }

    .warning
    {
    	color: #DE0000;
    	background-color: #F2F2F2;
        border: 1px solid lightgrey;
        padding: 10px;
        width: 550px;
        font-size: 12px;
        margin-left: auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .counterwarning
    {
    	color: #6FA349;
    	background-color: #F2F2F2;
        border: 1px solid lightgrey;
        padding: 10px;
        width: 550px;
        font-size: 12px;
        margin-left: auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .warning ul {
		margin-top: 10px;
    	margin-bottom: 10px;
    }

    .warning ul li {
    	margin-bottom: 15px;
    }

    .imagecenter
    {
    	display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
        margin-bottom: auto;
    }
	
	.bank2 {
		background-color: gainsboro; /*#F2F2F2*/
        color: black;
	}
	
	.bankno {
		display: none;
	}
	
	.kok
	{
		display: none;
	}