@import url(styles.css);
@import url(forms.css);
@import url(tabs.css);

div {
	/*border: 1px solid #cccccc;*/
}
img {
	border: 0;
}
body {
	background-color: white;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	padding-bottom: 60px;
	text-align:left;
	background-image: url(../images/back_lines.gif);
	background-repeat: repeat-x;
	border-bottom: 5px solid #000066;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
html {
	margin: 0;
	padding: 0;
	height:100%;
}
#wrapper {
    width: 800px;
}
#menu,#talen {
	font-size: 1.1em;
}
#shortcuts {
	padding-left: 270px;
	padding-top: 5px;
	height: 20px;
}
#header {
	height: 60px;
	position: relative;
}
#logo {
	width: 270px;
	float: left;
}
#titel {
	font-size: 1.3em;
	font-weight: bold;
	color: #000066;
	position: absolute;
	bottom: 10px;
    left: 270px;
}
#titel img {
	margin-right: 20px;
}
#menu {
	padding-left: 270px;
	height: 23px;
}
#arrows {
	float: left;
	padding-top: 13px;
	padding-left: 6px;
}
#lan {
	line-height: 15px;
}
#main {
	font-size: 1.1em;
}
#sectionend {
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #b3b3b3;
}
#buttons {
	margin-top: 40px;
	padding-left: 270px;
}
#intro,#login {
	padding: 0px 200px 30px 270px;
}

.helpbox{
    display:none;
    min-width:300px;
    position:absolute;
    left:300px;
    background-color:#efeff4;
    border:1px solid #666666;
    max-width:600px;
    padding:5px;
}

.faderloader{
    position: absolute;
    left: 0;
    z-index: 999;
    background: #fff;
    opacity: 0.85;
    filter: Alpha(Opacity=85);
    display: none;
}
