@charset "UTF-8";

/**
 *  01.GENERAL PARAMS
 */

html {
    background: #e0e5e8;
}

body {
    background: #e0e5e8;
    margin: 0;
    padding: 0;
    /*text-align: left;*/
}

body, p, td {
	/*text-align: left;*/
	color: #33383b;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

a {
	text-decoration: none;
}
a:link {
	color: #3a95c4;
}
a:visited {
	color: #3a95c4;
}
a:hover {
	color: #33383b;
	text-decoration: underline;
}
a:active {
	color: #a3c538;
}

#wrapper {
	width: 1015px;
	position: relative;
	background-image: url(/images/background.gif);
	background-position: 0px;
	background-repeat: repeat-y;
	margin: 0 auto;
	display:block;
}

#logo {
	position: absolute;
	top: 22px;
	left: 18px;
	width: 261px;
	height: 40px;
}

#header {
	background: #e0e5e8;
    padding: 81px 0px 0px 0px;
}


#left_column {
	width: 220px;
	margin: 0;
	float: left;
	display: block;
	clear: none;
	padding: 0px;
	background-color:#c8cdd3;
	overflow: hidden;


}

#footer {
	background-image:url(/images/bg_footer.gif);
	background-position: bottom;
	background-repeat:no-repeat;
	width: 995px;
    padding: 5px 10px;
	position: relative;
	margin: 0px 0px 10px 0px;
	clear: both;
}

#footer p {
    	margin: 0;
    	padding: 10px 0px 20px 0px;
		font-size:11px;
		color:#999999;
		text-align:center;
}

/**
 *  02. BERATER
 */

#berater_foto {
	width: 220px;
	height: 200px;
	margin: 0;
	border: 0;
	display: block;
	position: relative;
	cursor: pointer;
}

#berater_area {
	width: 220px;
	height: 200px;
	margin: 0;
	border: 0;
	z-index: 10 !important;
	display: block;
	position: absolute;
	top: 0px;
	cursor: pointer;
}

#berater_info {
	width: 200px;
	height: 31px;
	display: block;
	z-index: 1 !important;
	padding: 5px 10px;
	text-align: right;
	line-height: 1em;
	position: absolute;
	top: 200px;
	cursor: pointer;
	color: #FFFFFF;
	background-color: #ACCB4D;
	font-size:11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 0;
	border-top: 1px solid #CCCCCC;
	margin: 0;
	opacity: 0.4;
}

span.reverse {
	unicode-bidi:bidi-override; direction: rtl;
}

.x-btn .delete {
	background: url(../images/delete.gif) no-repeat;
}

#login_info {
	float: right;
	margin: 0 10px 30px 10px;
	font-size:11px;
	color: #666666;
}

div.animated a:hover img{
	position: relative;
	top: -100%;	
}

#splash {
	position: absolute;
	z-index: 1000;
	width: 100%;
	background-image: url(/images/black30.png);
	background-repeat: repeat;
}

#splash_inner {
	width: 581px;
	height: 581px;
	position: relative;
	margin: 110px auto 500px auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#splash_inner img{
	width: 581px;
	height: 581px;
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


a#splash_close {
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	background-image: url(/images/teaser-close.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 120px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

a:hover#splash_close {
	background-position: 0px -25px;
}
