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

* {
	margin:0px;
	padding:0px;
	border:0px;
	font-size:12px;
	line-height: 15px;
}
img {
	margin:0px;
	padding:0px;
	border:0px;
}
a:active, a:focus {
	outline: none
}
a {
	color: #000;

}
a:link {
	color: #000;
	text-decoration: none;
	border-bottom:#000 1px dotted;

}

a:hover {
	text-decoration: none;
	color: #df4ce8;
}
a:visited {
	text-decoration: none;
	color: #000;
	border-bottom: #666 1px dotted;
}
a:active {
	text-decoration: none;
	color: #000;
}
body {
	height:100%;
	min-height:100%;
	overflow:auto;
	padding:0;
	margin:0;
	border:0;
	background-color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	z-index:1;
}
#wrap {
	margin-left:0;
	margin-right:0;
	z-index:2;
	width:100%;
}
#sidebar {
	width:240px;
	float:left;
	z-index:10;

}
#content {
	position: absolute;
	margin-left:280px;
	z-index:9;min-width:70%;
}
#footer {
	clear:left;
}
#menu {
	margin-left: 20px;
	margin-top: 70px;
	z-index:10;
}
#menu p {
	margin-top: 5px;
	margin-bottom:15px;
}
#menu a { line-height:18px;
}
#textcontent {
	margin-top: 70px;
	margin-bottom: 100px;
	min-width:70%;
	width: 500px;
}
#textcontent p {
	margin-top: 15px;
	margin-bottom:5px;
}
#iframe1 {
	width:100%;
	height:100%;
	z-index:200;
	min-width:100%;
	min-width: 900px;
}
.formx {
	background-color: #fff;
	font-family:"Courier New", Courier, monospace;
	border: 1px solid #000000;
	font-size:12px;
	padding: 3px;
	width:400px;
}
img {
	border:0px;
}
.absenderx {
	background-color: #333;
	font-family:"Courier New", Courier, monospace;
	border: 1px solid #000000;
	color:#FFF;
	font-size:12px;
	padding: 10px;
	width: 100px;
}
.message {
	font-family:"Courier New", Courier, monospace;
	width: 670px;
	height: 100px;
}
blockquote {
	background: #fff;
	font-size: 13px;
	margin: 0px;
	margin-bottom:15px;
	margin-top:15px;
	padding: 25px;
	padding-bottom: 20px;
	border: #000 1px dotted;
}
blockquote p {
	display:block;
	padding:0px;
	margin: 0px;
	line-height:16px;
	margin-bottom: 0px;
}
blockquote a {
	color: #f00;
}
hr {
	border:#000 1px dotted;
	height: 1px;
	border: 0;
	background-color:#000;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding:0px;
}

h1 {
	font-size:16px;
	font-weight:bold;
	margin-top:0px;
	padding-top:0px;
	margin-bottom: 10px;
	padding-bottom: 0px;
}

#textcontent h1 {
	font-size:16px;
	font-weight:bold;
	margin-top:0px;
	padding-top:0px;
	margin-bottom: 40px;
	padding-bottom: 0px;
}

#menu small {
	color:#df4ce8; font-size:12px;
}
