@charset "UTF-8";
/* CSS Document */

/* Layer */

body {
	background-image: url(../img/background_site.jpg);
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #4D483F;
	letter-spacing: 0.1em;
}

#wrapper {
	width: 920px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 50px;
}

#header {
	width: 920px;
}

#container {
	width: 920px;
	background-image: url(../img/background_container.png);
	background-repeat: repeat-y;
}

#content {
	width: 550px;
	float: left;
	margin-left: 50px;
	margin-top: 35px;
}

#polaroid_lang {
	width: 570px;
	margin-left: -10px;
	margin-top: 20px;
	height: 430px;
	background-image: url(../img/polaroid_lang.jpg);
	background-repeat: no-repeat;
	padding-top: 17px;
	padding-left: 17px;
}

#polaroid_kurz {
	width: 570px;
	margin-left: -10px;
	margin-top: 20px;
	height: 364px;
	background-image: url(../img/polaroid_kurz.jpg);
	background-repeat: no-repeat;
	padding-top: 17px;
	padding-left: 17px;
}

#yinyang {
	width: 550px;
	height: 550px;
	background-image: url(../img/kaffeefleck.jpg);
	background-repeat: no-repeat;
}

#flash {
	width: 200px;
	height: 200px;
	margin-left: 175px;
	margin-top: 175px;
	position: absolute;
}

.google {
	border: 1px solid #FFFFFF;
}

#navigation {
	width: 165px;
	float: right;
	margin-right: 60px;
	margin-top: 35px;
}

#clearfix {
	clear: both;
}

#footer {
	width: 920px;
}

/* Typo */

.headline {
	font-size: 46px;
	line-height: 46px;
}

/* Form */

.formtext {
	background-color: #F4ECE3;
	width: 240px;
	border: 1px solid #FFFFFF;
	margin-bottom: 20px;
	height: 25px;
	margin-top: 0px;
}

.formarea {
	background-color: #F4ECE3;
	width: 240px;
	border: 1px solid #FFFFFF;
	margin-bottom: 20px;
	height: 90px;
	margin-top: 0px;
}

.formbutton {
	background-color: #4D483F;
	width: 85px;
	border: 1px solid #FFFFFF;
	margin-right: 10px;
	height: 27px;
	color: #FFFFFF;
	font-weight: bolder;
}

/* Listings */

.mainnavi {
	list-style-image: url(../img/bullet_red.jpg);
	font-size: 15px;
	margin-top: 0px;
	letter-spacing: normal;
	margin-left: -10px;
}


.subnavi {
	list-style-image: url(../img/bullet_brown.jpg);
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 20px;
	margin-left: -29px;
}


/* Links */

a:link {
	color: #4D483F;
	text-decoration: underline;
}
a:visited {
	color: #4D483F;
	text-decoration: underline;
}

a:hover {
	color: #C3361D;
	text-decoration: underline;
}

a:active {
	color: #4D483F;
	text-decoration: underline;
}

