


/* ---------->>> GLOBAL <<<-----------*/
BODY {
	background: White url(images/site_bg.jpg) repeat-x;
	color: #122B36;
	text-align: center;
	font-size: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 100%; 
}
html
{
	height:100%;
	margin:0;
	padding:0;
}
	
body
{
	height:100%;
	margin:0;
	padding:0;
}
* {
	margin: 0;
}
a:link, a:visited, a:active {
	color: #26799D;
	border: 0px;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #26799D;
	text-decoration: underline;
}

/* ---------->>> SITE <<<-----------*/

.wrapper {
   height:100%;
	margin: 0 auto;
	min-height:100%;
	position: relative;
	/*overflow:auto;*/
}
.main {
	margin: 77px auto 0;
	width: 683px;
	height: 375px;
	background: url(images/main_image.jpg) no-repeat;
}

/* folgende anweisung wird nicht vom ie interpretiert */

.wrapper[id] {
    height:auto;
    min-height:100%;
}

/* ---------->>> FOOTER <<<-----------*/

.footer	{
	text-align: center;
	position: absolute;
	margin: 0 auto 0 auto;
	bottom: 0px;
	height: 20px;
}

/* ---------->>> POPUP <<<-----------*/

.popup_container {
	background-color: white;
	color: #103D5B;
	margin: 10px;
	padding: 10px;
	text-align: left;
	overflow: auto;
	font-size: 11px;
	overflow:auto;
}
