/* CSS Document */
/* @import url(style.css); */
/* Begin Typography & Colors */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background-image: url('../images/image/front-background.png');
	background-repeat: repeat;
	color: #ffffff;
	text-align:left; 
	padding:0;
	margin:0;
	width:100%;
	height:100%;
}
a{
	text-decoration:none;
	color: #fff;
}
#topleft {
	background-image: url('../images/image/ecke.jpg');
	float:left;
	max-width:251px;
	max-height:361px;
	min-width:251px;
	min-height:361px;
	height:361px;
	width:251px;
	position: absolute;
	top:0;
	left:0;
	visibility:visible;
	z-index:3;
}
#topbar {
background-image: url('../images/image/top-bar.jpg');
float:none;
max-width:100%;
max-height:28px;
min-width:100%;
min-height:28px;
width:100%;
height:28px;
position: fixed;
top:0;
left:0;
visibility:visible;
z-index:5;
}

#leftbar {
background-image: url('../images/image/left-bar.jpg');
float:left;
max-width:14px;
max-height:100%;
min-width:14px;
min-height:100%;
width:14px;
height:100%;
position: fixed;
top:0;
left:0.1em;
visibility:visible;
z-index:4;
}

#main{
background-image: url('../images/image/front-background.png');
position:absolute;
top:0px;
left:0px;
min-width:100%;
max-width:100%;
min-height:100%;
max-height:100%;
width:100%;
height:100%;
z-index:0;
}

#topcenter {
background-image: url('../images/image/Syrisch-Orthodoxe.jpg');
float:left;
max-width:520px;
max-height:294px;
min-width:520px;
min-height:294px;
width:520px;
height:294px;
position: absolute;
top:30px;
left:300px;
visibility:visible;
}

#kross{
background-image: url('../images/image/kross.jpg');
float:left;
max-width:100px;
max-height:133px;
min-width:100px;
min-height:133px;
position: absolute;
top:30px;
left:775px;
width:100px;
height:133px;
visibility:visible;
}

#crest{
background-image: url('../images/image/crest.jpg');
float:left;
max-width:300px;
max-height:300px;
min-width:300px;
min-height:300px;
width:300px;
height:300px;
position: absolute;
top:400px;
left:600px;
visibility:visible;
}

.homelink{
background-color:#000099;
text-align:right;
float:right;
margin-bottom:10px;
margin-top:10px;
border-top:3px solid #fff;
border-right:3px solid #fff;
border-bottom:3px solid #000099;
font-size:18px;
font-weight:bold;
padding-right:5px;
padding-top:5px;
padding-bottom:5px;
height:30px;
width:450px;
min-width:270px;
max-width:450px;
min-height:30px;
max-height:30px;
height:30px;
position:relative;
top:5px;
left:100px;
z-index:1;
-moz-border-radius-topright:10%;
}

#linkbar{
position:absolute;
top:350px;
left:10px;
float:left;
min-width:275px;
max-width:600px;
min-height:50%;
max-height:90%;
width:500px;
height:350px;
z-index:20;
}
