body  {
	color: #444444;
	font-size: 14px;
	font-family: Verdana;
	background: #fff url(/images/bg2.gif) repeat-x;
	text-align: center;
	margin: 0px
}

a {
	color:#a92451;
}

/**
 * Main
 */
#Main {
	position:relative;
	z-index:1;
	height:1000px;
	width:980px;
	float:center;
	margin:0 auto;
	padding:0px;
	text-align:left;
	background-color: #ffffff;
}
a {
	color: #a92451;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #dddddd;
}
a:visited {
	color:#ab4e6d;
}

/**
 * Menue
 */
#menue {
	position:relative;
    z-index:20;
	float:left;
	clear:both;
	width:400px;
	height:auto;
	text-align:right;
	margin-top:0px;
}

#logo {
	float:left;
    position:relative;
	z-index:10;
	top:10px;
	width:980px;
	height:110px;
}

 ul#MenueUL {
    margin: 0;
	padding: 0;
    text-align: left;
  }

  ul#MenueUL li {
    list-style: none;
    float: left;
    width: auto;
    position: relative;
    margin: 0.4em;
	padding: 0;
  }

	#MenueUL a {
		text-decoration:none;
		color:#666;
		font-size:12px;
		font-family:Verdana;
		border-top:5px solid #cccccc;
		padding-top:3px;

	}
	#MenueUL a:hover {
		border-top:5px solid #a92451;
	}

/**
* Header
*/
#header {

	width:980px;
	float:left;
	margin-top:9px;
	width:980px;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background-color: #dddddd;
}

#left_header {
	width:294px;
	height:203px;
	padding-top:15px;
	padding-left:20px;
	padding-right:15px;
	float:left;


}

#right_header {
	float:right;
	width:650px;
	border-left:1px solid #a92451;

}


/**
 * Content
 */
#Content {
	width:979px;

	float:left;


/**	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
*/
	background-repeat:no-repeat;
	background-position:top;

}

#Content h1 {
	background-color:#FFFFFF;
	width:619px;
	font-size:20px;
	margin-bottom:20px;
}

#Content #autor {
	font-size:10px;
	background-color:#f1f1f1;
	border:1px solid #c0c0c0;

	margin-top:30px;
}

#left_content {
	width:299px;

	float:left;
	padding:15px;


}


#right_content {
	float:right;
	width:619px;
	height:auto;
	padding-right:15px;
	padding-left:15px;
	border-left:1px solid #a92451;

}

/**
 * Footer
 */
#Footer{
	position:relative;
	z-index:1;
	width:979px;

	clear:both;

	padding-top:3px;
	padding-bottom:3px;
	font-size:10px;
	border-top:1px solid #cccccc;

}

h1 {
	font-size:16px;
}



