.text_modul {
	width:700px;
}

.site_edit {
	position: absolute; 
	left: -24px;
	top: -30px;
	visibility:hidden;
	padding: 0px;
	margin: 0px;
	z-index: 5;
	clear:both;
	width: 30px;
}

.site_edit img {
	float: left;
}

* {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Sans-Serif;	
}

body {
	background-color: #2b2b2b;
	background-image: url(images/tattoos_right.gif);
	background-position: right 70px;
	background-repeat: no-repeat;
}

div.overlay {
	background-image: url(images/tattoos_left.gif);
	background-position: left 220px;
	background-repeat: no-repeat;
}

div#tpl_header {
	width: 946px;
	background-image: url(images/header_streifen.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 340px;
}

div#tpl_logo {
	width: 946px;
	padding-left: 0px;
	height: 150px;
}

div.container {
	text-align: left;
	width: 946px;
	background-color: #ffe6fd;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	border: 8px solid #ff00ea;
}

div#tpl_page {
	width: 700px;
	height: auto !important;
	height: 475px;
	min-height: 475px;
	padding: 0 20px;
}

div#tpl_menu {
	width: 200px;
	height: auto !important;
	height: 414px;
	min-height: 414px;
	background-image: url(images/punkte.gif);
	background-position: right top;
	background-repeat: repeat-y;
	position: absolute;
}

div.menu_container ul li {
	list-style-type: none;
	font-weight: bold;
	font-size: 16px;
	font-weight: normal;
}

div.menu_container ul {
	padding: 10px 0;
}

#tpl_menu a {
	color: #fff;
	text-decoration: none;
	padding: 12px 0 12px 10px;
	height: 20px;
	display: block;
}

#tpl_menu a.current {
	color: #ff00ea;
	background-image: url(images/menu_item.gif);
	background-repeat: no-repeat;
}

#tpl_menu a:hover {
	color: #fff;
	text-decoration: none;
	background-image: url(images/menu_item_hover.gif);
	background-repeat: no-repeat;
}

div.menu_container {
	background-color: #ff00ea;
	width: 150px;
}

div#tpl_content {
	margin-bottom: 20px;
	margin-left: 200px;
}

div#tpl_footer {
	text-align: center;
	padding: 5px;
	margin: 0 20px;
	border-top: 1px solid #ff00ea;
	font-size: 12px;
}