

/* Colors */
.golf {
	background-color: #00ff00;
}

.golf a, .golf td.info {
	color: #00ff00;
}

.kunst {
	background-color: #ff00ff;
}

.kunst a, .kunst td.info {
	color: #ff00ff;
}

.kontakt {
	background-color: #00aeef;
}

.kontakt a, .kontakt td.info {
	color: #00aeef;
}

.intro {
	background-color: black;
}



/* Fonts */
body,td,h1,h2 {
	font-family: Verdana,Arial,sans-serif;
}


table {
	width: 100%;
	margin: 0; padding: 0;
	border-collapse: collapse;
}

td, tr {
	margin: 0; padding: 0;
}

/* for GOOGLE */
h1,h2 {
	display: none;
}


/* GLOBALS */



a,img {border: 0;}

a {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style-image: url(../PICS/Kreis_bullet.gif);
	padding-left: 20px;
	margin-left: 0;
	margin-top: 0;
}

body {
	margin: 0; padding: 0;
}



/* LEFT SIDE */

div.left {
	top: 0;
	left: 0;
	height: 100%;
	width: 280px;
	overflow: hidden;
}



/* RIGHT SIDE */

div.right {
	background-image: url(../PICS/rechts_bg.gif);
	background-repeat: repeat-y;
	right: 0;
	top: 0;
	height: 100%;
	width: 190px;
}

div.right table.rightnavi {
	width: 190px;
	margin-top: 80px;
}


div.right img	 {
	margin: 0; padding: 0;
	cursor: pointer;
}

div.right img.nolink {
	cursor: auto;
}

div.right table tr td {
	margin: 0;
	text-align: right;
	padding-right: 40px;
	height: 100%;
	font-size: 0;
	line-height: 0;
}

div.right table tr td.spacer {
	height: 69px;
}

/* für iex hack */
body {
	position: absolute;
	left: 0;
	top: 0;
}

/* moz */
body>div.left, body>div.right {
	position: fixed;
}





/* CONTENT (CENTER) */

div.content {
	background-image: url(../PICS/rechts_bg.gif);
	background-repeat: repeat;
	padding-right: 10px;
	font-size: 12px;
	letter-spacing: 1px;
	color: #d7d7d7;
	left: 280px; 
	right: 190px;
	position: fixed;
	overflow: auto;
	padding-left: 10px;
	height: 100%;
}

div.content div.imgcontainer {
	padding: 10px 0;
	width: 100%;
}

div.content div.imgcontainer img.actionimg {
	width: 100%;
}

div.content h1, div.content h2 {
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: white;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: 30px;
}

div.content h2 {
	font-size: 11px;
	color: #eee;
	margin-top: 15px;
}


div.content p {
	padding-top: 0;
	margin-top: 0;
}

div.content div.rightcontainer {
	display: inline;
	width: 40%;
	float: right;
}

div.content p.leftcontainer {
	float: left;
	width: 55%;
}

div.content p.rightcontainer {
	float: right;
	width: 40%;
}

div.content p.rightcontainer img {
	width: 100%;
}

div.content p img.tinyimage {
	width: 40%;
}

div.content table.imagecontainer {
	width: 100%;
	table-layout: fixed;
}

div.content table.imagecontainer td img {
	width: 100%;
}

div.content .supertopheader {
	margin-top: 80px ! important;
	margin-bottom: 20px ! important;
}

div.content table.list {
	width: 200px;
}


div.content table.list td {
	padding: 1px;
}



/* - - - - GALLERY - - - - */

div.content table.gallery td {
	text-align: left;
	padding-bottom: 10px;
}

div.content table.gallery td p {
	font-size: 10px;
	font-style: italic;
}

div.content table.gallery td h1 {
	display: block;
	font-size: 12px;
	font-style: normal;
	margin: 0;
}

div.content table.gallery td.img {
	width: 90px;
}

div.content table.gallery td.img img {
	width: 90%;
}

div.content table.gallery a {
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: white;
}

div.content table.gallery a:hover {
	text-decoration: underline;
}



/* - - - - INTRO - - - - */

table.maincontent td.intro {
	padding-left: 0;
}

table.maincontent td.intro img {
	
	height: 498px;
	/*width: 100%;*/
	
}

table.maincontent td.introbg {
	background-image: url(../PICS/intro_bg.gif);
	background-repeat: repeat-x;
}


/* - - - - LINKS - - - - */

table.maincontent tr.hoverGalLink td, table.maincontent tr.hoverGalLink td p {
	text-decoration: underline;
	cursor: pointer;
}

table.maincontent tr.hoverGalLink td h1 {
	text-decoration: normal;
}


/* - - - - KONTAKT - FORMULAR - - - - */

table.formular {
	margin: 0;
	padding: 0;
}

table.formular td {
	padding: 2px 0;
}

table.formular td input.text, table.formular td input.btt, table.formular td textarea {
	width: 300px;
	border: 1px solid white;
	color: white;
	background-color: black;
	font-family: Verdana,sans-serif;
}

table.formular input {
	margin: 0;
	padding: 0;
}

table.formular td textarea {
	height: 200px;
}

table.formular td textarea.address {
	height: 50px;
}

table.formular td input.btt {
	width: 200px;
	color: black;
	background-color: white;
}

table.formular td input.bttOver {
	
	color: white;
	background-color: black;
}

table.formular span {
	padding-left: 20px;
}
