/* 	Style Sheet für Info Center DEUTSCH / ENGLISCH copyright by W.Schliephake, web-mosaics, D-23879 Mölln, Germany	*/
	body {
		font-family: Arial, Helvetica, sans-serif;
		background: #D6EAF1; 
		background-image: url(../syspics/background.png);
		margin: 0;
		padding: 0;
		text-align: center; 
		color: #030303;
		}
	.pageStyle #container { 
		position: relative; 
		width: 780px; 
		background: #D6EAF1;
		margin: 0 auto;
		border: 0px solid #1D4057;
		text-align: left;
		} 
    
	.pageStyle #header { 
		height: 120px; 
		background: #1D4057;
		padding: 0 10px 0 20px;  
		} 
	.pageStyle #header h1 {
		margin: 0;
		padding: 10px 0; 
		}
	.pageStyle #leftBar {
		position: absolute;
		top: 122px;
		left: 0px;
		width: 155px; 
		background: #1D4057; 
		padding: 15px 10px 15px 20px; 
		}
	.pageStyle #rightBar {
		position: absolute;
		top: 122px;
		right: 0px;
		width: 160px;
		background: #1D4057; 
		padding: 15px 10px 15px 20px; 
		}
	.pageStyle #mainContent { 
		margin: 0 200px; 
		padding: 0 10px; 
		}
	.pageStyle #banner { 
		padding: 0 10px 0 20px; 
		background:#D6EAF1;
		} 
	.pageStyle #teaser {
		border-top-color:#D6EAF1; 
		border-left-color:#D6EAF1;
		border-right-color:#5FB4D3; 
		border-bottom-color:#438AAC; 
		border-width:2px;
		border-style:groove; 
		padding:3px
		}
	.pageStyle #footer { 
		padding: 0 10px 0 20px; 
		background:#D6EAF1;
		} 		
	.pageStyle #footer p {
		margin: 0; 
		padding: 10px 0;
		}
/* 	CSS-Box-Modell-Korrekturen für IE 5* in diesen bedingten Kommentar einfügen. 
**		[if IE 5]
**		.pageStyle #leftBar { width: 180px; }
**		.pageStyle #rightBar { width: 190px; }
**		[endif]
*/
/*	Text - Styles, nicht unterstrichen	*/
	.text0 {
		font-family:Arial, Helvetica, sans-serif;
		color: #F4F4F4;
		font-size: xx-large;
		font-weight: bold;
		text-decoration: none;
		}
	.text1 {
		font-family:Arial, Helvetica, sans-serif;
		color: #F4F4F4;
		font-size: 12pt;
		text-decoration: none;
		}
	.text1b {
		font-family:Arial, Helvetica, sans-serif;
		color: #1D4057;
		font-size: 12pt;
		text-decoration: none;
		}
	.text2 {
		font-family:Arial, Helvetica, sans-serif;
		color: #1D4057;
		font-size: 12pt;
		text-decoration: none;
		}
	.text2b {
		font-family:Arial, Helvetica, sans-serif;
		color: #1D4057;
		font-size: 14pt;
		text-decoration: none;
		}
	.text2c {
		font-family:Arial, Helvetica, sans-serif;
		color: #1D4057;
		font-size: 10pt;
		text-decoration: none;
		}
	.text2d {
		font-family:Arial, Helvetica, sans-serif;
		color: #FF0000;
		font-size: 10pt;
		text-decoration: none;
		}
	.text2e {
		font-family:Arial, Helvetica, sans-serif;
		color: #1D4057;
		font-size: 8pt;
		text-decoration: none;
		}
	.text3 {
		font-family:Arial, Helvetica, sans-serif;
		color: #F4F4F4;
		font-size:small;
		text-decoration: none;
		}
	.text4 {
		font-family:Arial, Helvetica, sans-serif;
		color: #1d4057;
		font-size:larger;
		text-decoration: none;
		}
	.text5 {
		font-family:Arial, Helvetica, sans-serif;
		color: #F4F4F4;
		font-size:smaller;
		text-decoration: none;
		}
	.text6 {
		font-family:Arial, Helvetica, sans-serif;
		color: #1D4057;
		font-size:smaller;
		text-decoration: none;
		}
	.text7 {
		font-family:Arial, Helvetica, sans-serif;
		color: #1D4057;
		font-size: smaller;
		font-weight: bold;
		text-decoration: none;
		}
	.text8 {
		font-family:Arial, Helvetica, sans-serif;
		color: #1D4057;
		font-size: x-large;
		font-weight: bold;
		text-decoration: none;
		}	
/*	Text- Styles, unterstrichen	*/
	.text0u {
		font-family:Arial, Helvetica, sans-serif;
		color: #F4F4F4;
		font-size: xx-large;
		font-weight: bold;
		text-decoration: underline;
		}
	.text1u {
		font-family:Arial, Helvetica, sans-serif;
		color: #F4F4F4;
		font-size: 12pt;
		text-decoration: underline;
		}
	.text2u {
		font-family:Arial, Helvetica, sans-serif;
		color: #1D4057;
		font-size: 12pt;
		text-decoration: underline;
		}
	.text3u {
		font-family:Arial, Helvetica, sans-serif;
		color: #F4F4F4;
		font-size:small;
		text-decoration: underline;
		}
	.text4u {
		font-family:Arial, Helvetica, sans-serif;
		color: #1d4057;
		font-size:larger;
		text-decoration: underline;
		}
	.text5u {
		font-family:Arial, Helvetica, sans-serif;
		color: #F4F4F4;
		font-size:smaller;
		text-decoration: underline;
		}
	.text6u {
		font-family:Arial, Helvetica, sans-serif;
		color: #1D4057;
		font-size:smaller;
		text-decoration: underline;
		}
	.text7u {
		font-family:Arial, Helvetica, sans-serif;
		color: #1D4057;
		font-size: smaller;
		font-weight: bold;
		text-decoration: underline;
		}
    .tac {
        text-align: center;
         }
    .tal {
        text-align: left;
        }
    .tar {
        text-align: right;
        }
    .w31 {
        width: 31px;
        }
    .w115 {
        width: 115px;
        }
    .w147 {
        width: 147px;
        }
    .w182 {
        width: 182px;
        }
    .w396 {
        width: 396px;
        }
    .logo {
        width: 104px;
        height: 83px;
        border: 0;
        }
    .flags {
       width: 21px;
       height: 14px;
       border: 0;
    }


