@charset "utf-8";

/* CSS Document */

body {

		font-family:  Times New Roman, Times, serif, Arial, 'Verdana', Courier;

		background-image: url(../images/Hintergrund.jpg);

		text-align: center;

		color : #000000;

		

	}

	

	.logo {	

		text-align: center;

		float: right;

		width: 200px;

		height: 50px;

	}

	

	.flagge {

		text-align: center;

		float: left;

		width: 200px;

		height: 50px;

	}

	

	.header {

		width: auto;

		text-align: center;

		height: 50px;

		margin: 0px 170px 10px 170px;

		font-size: 36px;

		font-weight:bold;

		text-decoration: underline;

	}



	.main {
		
		width: auto;

		max-width: auto;

		padding: 10px;

		margin: 0px 170px 10px 220px;

		text-align: justify;

		font-size: 12px;

	}



	.left {
		
		float: left;

		width: 200px;

		padding: 10px;

		margin: 0;

		font-size: 12px;

	}



	.right {
		
		float: right;

		width: 150px;

		padding: 10px;

		margin: 0;

		text-align: right;

		font-size: 12px;

	}



	.footer {

		clear: both;

		text-align: center;

		font-size: 8px;

	}





}



a:link { text-decoration:none; color: #0022BB; font-size: 12px;}

a:visited { text-decoration:none; color: #004499; font-size: 12px;}

a:hover { text-decoration:underline; color: #0044BB; font-size: 12px;}

a:active { text-decoration:underline; color: #0044BB; font-size: 12px;}



.left a { display:block; margin-bottom:5px; text-align:center; width:16ex;

          padding:2px; text-decoration:none; }



.left a:link    { color:#ffffff; border-wight: 6px; border-style: outset; border-color: black; background-image: url(../images/button.jpg); text-decoration:none;}

.left a:visited { color:#ffffff; border-wight: 6px; border-style: outset; border-color: black; background-image: url(../images/button.jpg); text-decoration:none;}

.left a:hover   { color:#ffffff; border-wight: 6px; border-style: inset; border-color: black; background-image: url(../images/button.jpg); text-decoration:none; }

.left a:active  { color:#ffffff; border-wight: 6px; border-style: inset; border-color: black; background-image: url(../images/button.jpg); text-decoration:none;}





.left ul{

    list-style-type: none;

} 



.left li {

    list-style-type: none;

}



