/*############################################################
# Copyright by Webjazz, Human Touch Medienproduktion GmbH
# e-mail: info@webjazz.de*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,textarea,p,
blockquote,th,td {margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:î; }
abbr,acronym { border:0; }
html {font-size: 62.5%;}
strong {font-weight: bold;}
a {text-decoration: none;}
a:active, a:focus {outline: 0;}


/* Body
--------------------------------------------------------------
-------------------------------------------------------------- */
body {
	font-size: 1.2em;
	font-family: Tahoma, sans-serif;
}

div#set_center_site {
	margin: 0 auto;
	width: 1027px;
	min-height: 100%;
}

div#bg_site {
	float: left;
	width: 100%;
	background-image: url("/styles/images/bg_site.png");
	background-repeat: repeat-y;	
	min-height: 100%;
}

div#site {
	float: left;
	width: 1000px;
	margin-left: 13px;
	min-height: 100%;
}

/* Header
--------------------------------------------------------------
-------------------------------------------------------------- */

div#site div#header {
	float: left;
	width: 100%;	
	height: 150px;
	background-color: aqua;
	border-bottom: 1px solid #ffffff;
}


/* Content
--------------------------------------------------------------
-------------------------------------------------------------- */

div#site div#content {
	float: left;
	width: 100%;
}

/*******************************************/
/* Navigation
/*******************************************/

div#content div#column_left {
	float: left;
	width: 199px;
	height: 100%;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	padding-bottom: 200px;
}

div#content div#column_left ul {
	float: right;
	width: 100%;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

div#content div#column_left ul li {
	float: right;
	width: 100%;
}

div#content div#column_left ul li a {
	display: block;
	float: right;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	letter-spacing: 2px;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: normal;
	padding: 0.5em;
}

/*******************************************/
/* Inhaltsteil
/*******************************************/

div#content div#column_middle {
	float: left;
	width: 596px;
	min-height: 1000px;
}

div#content div#column_middle div#body {
	margin: 20px;	
}

div#content div#column_middle div#body h1 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2.4em;
	margin-bottom: 0.6em;
}

div#content div#column_middle div#body h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.5em;
	margin-bottom: 1em;
}

div#content div#column_middle div#body p {
	margin-bottom: 0.8em;	
}

div#content div#column_middle div#body img.content {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;

}

div#content div#column_right {
	float: right;
	width: 179px;
	padding: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	text-align: center;
}

div#content div.attachment {
	margin-bottom: 5px;
}

/*******************************************/
/* Navigation
/*******************************************/

div#content div#column_left ul li {
	text-align: right;
}
div#content div#column_left ul li a:hover {
	color: #e0e0e0;
}
