﻿/* LAYOUT */

body
{
	background-image: url(images/back_global.gif);
	font-family: Arial;
	font-size: 90%;
}


#columnleft
{
	float: left;
	width: 240px; /*position: relative; */
}

#columnright
{
	width: 664px;
	float: left;
}

#top
{
	position: inherit;
	width: 907px;
	height: 177px;
	margin-right: auto;
	margin-left: auto;
}


.leftblock
{
	padding: 10px 0px 10px 30px;
	margin: 0px 0px 0px 0px;
	background: url(images/back_left.jpg);
	vertical-align: top;
	height: 500px;
	border-left: black 3px solid;
}

.rightblock
{
	padding: 10px;
	margin-top: 10px;
	float: left;
	width: 425px;
	height: 487px;
}

.rightblockKontakt1
{
	padding: 10px;
	margin-top: 10px;
	float: left;
	width: 100px;
	height: 487px;
}

.rightblockKontakt2
{
	margin-top: 30px;
	float: right;
}

.randNotiz
{
	margin-top: 20px;
	padding: 10px 10px 0 10px;
	float: right;
	width: 171px;
	top: 0px;
	height: 475px;
	background-image: url(images/back_rechts.jpg);
	font-size: 80%;
}

.randNotiz1
{
	margin-left: 200px;
	padding: 10px;
	margin-top: 10px;
	width: 169px;
	position: absolute;
	top: 0px;
	height: 475px;
	background-image: url(images/back_rechts.jpg);
	font-size: 80%;
}

.randFrei
{

	margin-top: 20px;
	float: right;
	width: 219px;
	top: 0px;
	height: 475px;
}


.randFrei1
{
	margin-left: 170px;
	padding: 10px;
	margin-top: 10px;
	width: 169px;
	position: absolute;
	top: 0px;
	height: 475px;
	font-size: 80%;
}



.randKontakt1
{
	margin-left: 300px;
	padding: 10px;
	margin-top: 10px;
	width: 169px;
	position: absolute;
	top: 0px;
	height: 475px;
	font-size: 80%;
}

.randFreiFoto
{
	background-image: url(images/Wolfgangfranz.png);
	float: right;
	width: 219px;
	top: 0px;
	height: 520px;
}

.randFreiFoto1
{
	background-image: url(images/Wolfgangfranz1.png);
	float: right;
	width: 219px;
	top: 0px;
	height: 520px;
}

.fullwidth
{
	width: 875px;
	height: 490px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	padding: 10px;
	text-align: left;
}

.halfwidth
{
	width: 400px;
	height: 490px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	padding: 10px;
	text-align: left;
}


/* MASTER GRAFIK UND DESIGN */

.content
{
	width: 904px;
	height: 700px;
	background-image: url(images/back_content.jpg);
	margin-right: auto;
	margin-left: auto;
	border-right: black 3px solid;
}
.bottom
{
	clear: both;
	background-image: url(images/bottom.gif);
	position: inherit;
	top: 519px;
	width: 907px;
	height: 140px;
	margin-right: auto;
	margin-left: auto;
}


.bottom h3
{
	color: #b5a99d;
	padding-top: 15px;
	font-family: Tahoma;
	font-size: small;
	font-weight: bold;
	text-align: center;
}

.listbox
{
	border-right: black thin;
	border-top: black thin;
	border-left: black thin;
	border-bottom: black thin;
	background-color: #696969;
	width: 200px;
	height: 120px;
	color: #ffffff;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

/* SCHRIFTEN */

h1, h2, h3
{
	font-family: Arial;
	color: #000000;
}

h1
{
	font-size: 200%;
	font-weight: bold;
	margin: 5px 0 5px 0;
}

h2
{
	font-size: 170%;
	font-weight: bold;
	margin: 5px 0 5px 0;
}

h3
{
	font-size: 140%;
	font-weight: bold;
	margin: 5px 0 5px 0;
}

.smallfont
{
	font-size: x-small;
}

a:link, a:visited
{
	color: #3a3636;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	text-decoration: underline;
	font-weight: bold;
}
a:active
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

/* MENÜ */

#navigation
{
	padding-top: 20px;
}

#navigation a:link, #navigation a:visited
{
	color: #3a3636;
	text-decoration: none;
	font-weight: bold;
}
#navigation a:hover
{
	text-decoration: underline;
	font-weight: bold;
}
#navigation a:active
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
