/*CSS MAD Werbeagentur freshframes internetkonzepte & design*/

/*Allgemeine Definitionen*/

* {
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #777777;
}

/*rahmen*/

#rahmen {
	width: 940px;
	height: 650px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 13px;
}

/*content*/

#content {
	width: 910px;
	height: 430px;
	border-top-width: 15px;
	border-right-width: 15px;
	border-left-width: 15px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #eeebec;
}

/*header1*/

#header1 {
	height: 91px;
	width: 450px;
	float: left;
}

#header1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #d94807;
	font-weight: bolder;
	text-align: left;
	margin-top: 47px;
	margin-left: 43px;
}

/*header2*/

#header2 {
	height: 91px;
	width: 230px;
	float: left;
}

#header2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #d94807;
	font-weight: bolder;
	text-align: left;
	margin-top: 47px;
}

/*header3*/

#header3 {
	height: 91px;
	width: 230px;
	float: right;
}

/*content1*/

#content1 {
	height: 330px;
	width: 450px;
	clear: both;
	float: left;
}

#content1 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d94807;
	font-weight: bolder;
	text-align: left;
	margin-left: 43px;
	margin-bottom: -6px;
}

#content1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
	margin-left: 43px;
	margin-bottom: 12px;
}

#content1 a{
	color: #000000;
	text-decoration: none;
}

/*content2*/

#content2 {
	height: 330px;
	width: 230px;
	float: left;
}

#content2 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d94807;
	font-weight: bolder;
	text-align: left;
	margin-bottom: -6px;
}

#content2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
	margin-bottom: 12px;
}


/*content3*/

#content3 {
	height: 330px;
	width: 230px;
	float: right;
}

#content3 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d94807;
	font-weight: bolder;
	text-align: left;
	margin-bottom: -6px;
}

#content3 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
	margin-bottom: 12px;
}

/*clear*/

#clear {
	height: 9px;
	width: 910px;
	clear: both;
}

/*nav*/

#nav {
	width: 940px;
	height: 20px;
	background-color: #FFFFFF;
}

/*logo*/

#logo {
	height: 70px;
	width: 890px;
	border-bottom-width: 15px;
	border-right-width: 15px;
	border-left-width: 15px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-style: none;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #d94807;
	padding: 80px 0 0 20px;
}

/*footer*/

#footer {
	width: 940px;
	height: 20px;
	background-color: #777777;
}

#footer p{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	margin-left: 4px;
}

#footer a{
	color: #FFFFFF;
	text-decoration: none;
}

/*Alte Styles*/

#beschreibung {
    width:449px;
 	height:65px;
 	z-index:0;
	left:0px;
	top: 0px;
	position:absolute;
	visibility:hidden;
 }

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	margin: 5px 0px 8px;
	padding: 0px;
	color: #333333;
	text-align: center;
}


