body {
	font-size:small;
	text-align:center;
	background:#ffffff;

}
h1 {
	font-size:250%;
	margin:30px 0 30px 0;
}
h2 {
	font-size:150%;
}
h3 {
	font-size:130%;
}
a {
	color:#4263a6;
}
.google {
	margin-left:-3px;
}
#container {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:70%;
	}
#antenne {
	float:left;
	height:50px;
	width:100%;
	background:url(../images/antenne.gif) no-repeat top right;
}
#top {
	float:left;
	width:100%;
	background:#5F7DB9;
}
#topright {
	float:right;
	width:100px;
	height:80px;
	background:url(../images/top_right.gif) no-repeat top left;
}
#topleft {
	float:left;
	width:100px;
	height:80px;
	background:#5F7DB9 url(../images/top_left.gif) no-repeat top left;
}
#header {
	background:#5F7DB9;
	margin:50px 100px 0 100px;
	text-align:center;
	color:white;
}
#menu {
	float:left;
	width:100%;
        background:#5F7DB9;
}
.leftmenu {
	float:left;
	list-style:none;
	margin:0;
	padding: 10px 0 0 46px;
}
.menu {
	float:left;

}

.menu a {
	display:block;
	background:url(../images/button-inactive.gif) top left repeat-x;
	margin: 0 1px 0 0;
	padding:4px 8px;
	border: 1px solid #7c7c79;
	text-decoration:none;
	border-bottom:none
}


#content {
	float:left;
	width:100%;
}
#content_lefttext {
	float:left;
	width:75%;
}

#content_righttext {
	float:left
	width:15%;
	}
.round_corners {
	background: url(../images/conttop_left.gif) top left no-repeat;
}
.round_corners2 {
	background: url(../images/conttop_right.gif) top right no-repeat;
}
.round_corners3 {
	background: url(../images/contbottom_left.gif) bottom left no-repeat;
}
.round_corners4  {
	background: url(../images/contbottom_right.gif) bottom right no-repeat;
}
#contenttext {
	padding:10px;

}
.link {
	text-decoration:none;
	color:black;
}
.block {
	list-style:none;

}
.header {
	text-decoration:underline;
	font-weight:bold;
}
#footer {
	clear:both;
	width:100%;
        height:30px;
	background:#5F7DB9 url(../images/bottom_left.gif) no-repeat bottom left;
}
#bottomright {
	background:url(../images/bottom_right.gif) no-repeat bottom right;
	height:30px;
}
#pictures {
	margin-left:40px;
}