/* CSS Document */

  body{
    background-color: #ffffff;
    margin: 0px;
    }

  table.main{
    }
	 
  td.content{
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    padding: 10px;
	color: #000000;
    font-size:12px;
    text-align: justify;
    vertical-align: top;
    width: 720px;
    height: 300px;
	border-color: #0066FF;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-top-width: 1px;
	border-left-style: dashed;
	border-left-width: 1px;
	border-right-style: dashed;
	border-right-width: 1px;
	}

  td.kontakt{
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    padding: 0px;
	color: #000000;
    font-size:12px;
    text-align: justify;
    vertical-align: top;
	}

  td#impressum{
    widht: auto;
	color: #000000;
	text-align: justify;
	padding: 5px;
    border-color: #0066FF;
    border-top-width: 1px;
	border-top-style: dashed;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-left-width: 1px;
    border-left-style: dashed;
    border-right-width: 1px;
    border-right-style: dashed;
    }

  td{
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: #000000;
    padding: 0px;
    }

  tr.dashed{
    border-color: #000000;
    border-top-width: 1px;
    border-top-style: dashed;
	border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-left-width: 1px;
    border-left-style: dashed;
    border-right-width: 1px;
    border-right-style: dashed;
	}

  table#links{
    border-color: #0066FF;
	border-bottom-width: 1px;
    border-bottom-style: dashed;
	}

  img{ 
    border-style: none; 
    }

  a:link{
    color: #0033FF;
	text-decoration: none;
	}
  a:visited{
    color: #0033FF;
	text-decoration: none;
	}
	
  a:hover{
    color: #0033FF;
    text-decoration: underline;
	}
	
  a:focus{
    color: #0033FF;
	text-decoration: none;
	}