/* MAIN LAYOUT STYLING */

html, body, table, td, tr, div
{
	margin:0;
	padding:0;
}

html, body, table#main
{
	height:100%;
	border:none;
	text-align:center;
}

body
{
	background-color:#F8E1CA;
	font-family:verdana, tahoma, arial, sans-serif;
	font-size:11px;
}

/* MENU */

table#main
{
	width:100%;
	margin:0 auto;
	text-align:left;
	vertical-align:middle;
}

td#menu
{
	width:200px;
	background-image:url(../img/layout/frame_repeat.jpg);
	background-position:center left;
	background-repeat:repeat-x;
}

td#menu a
{
	display:block;
	line-height:0;
}

td#menu a img
{
	border:none;
}

/* LEFT */

td#left
{
	height:562px;
	background-image:url(../img/layout/frame_repeat.jpg);
	background-position:center left;
	background-repeat:repeat-x;
}

/* CONTENT */

td#content
{
	width:601px;
	height:562px;
	padding-top:3px;
	background-image:url(../img/layout/frame_repeat.jpg);
	background-position:center left;
	background-repeat:repeat-x;
}

/* LOGO */

td#logo
{
	width:173px;
	height:562px;
	vertical-align:bottom;
	background-image:url(../img/layout/logo.jpg);
	background-position:center left;
	background-repeat:no-repeat;
}

/* CONTACT */

div#kontakt
{
	width:601px;
	height:562px;
	padding-top:95px;
	text-align:left;
	vertical-align:top;
	line-height:15px;
}

div#kontakt a
{
	height:350px;
	padding-left:23px;
	font-family:tahoma, verdana, arial;
	font-size:12px;
	font-weight:normal;
	color:#28166F;
}

div#kontakt a:hover
{
	text-decoration:none;
	color:#000;
}

/* ARTICLE */

div#artikler
{
	
	width:601px;
	height:562px;
	text-align:left;
	vertical-align:top;
	line-height:15px;
}

div#artikler a
{
	padding-left:23px;
	font-family:tahoma, verdana, arial;
	font-size:12px;
	font-weight:normal;
	color:#28166F;
}
















