@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
}

body {
	height: 100%;
	/* background:#CC3; */
}

#site {
	margin: auto;
	width: 974px;
	height: 100%;
	/* background: #63F; */
}

#left {
	position: relative;
	float: left;
	margin: 0px 0px 0px 0px;
	/* background: #F69; */
	width: 36px;
	height: 100%;
}

#center {
	position: relative;
	float: left;
	margin: 0px 42px 0px 0px;
	/* background: #F9C; */
	width: 830px;
	height: 100%;
}

#centerTop {
	position: relative;
	float: left;
	/* background: #CC9; */
	margin: 30px 0px 65px 36px;
	height: 58px;
	width: 794px;
}


#centerBottom {
	position: relative;
	float: left;
	/* background: #069; */
	margin: 0px;
	height: 100%;
	width: 830px;
}

#centerBottomPuffer {
	position: relative;
	float: left;
	margin: 0px 0px 0px 0px;
	width: 830px;
	height: 500px;
	/* background:   #099; */
}

#right {
	position: relative;
	float: left;
	margin: 0px 0px 0px 0px;
	/*background: #FF0;*/
	height: 100%;
	width: 66px;
}

#rightNav {
	position: relative;
	float: left;
	margin: 152px 0px 0px 0px;
	/*background: #F69;*/
}

.text1Column {
	position: relative;
	float: left;
	margin: 0px 0px 34px 42px;
	/* background: #C90; */
	width: 124px;
}

.text2Column {
	position: relative;
	float: left;
	margin: 0px 0px 34px 42px;
	/* background: #06C; */
	width: 290px;
}

.text3Column {
	position: relative;
	float: left;
	margin: 0px 0px 34px 42px;
	/* background: #969; */
	width: 456px;
}

.clear {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height: 0px;
	width: 0px;
}

img {
	border: none;
}

.bold {
	font-weight: bold;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-style: normal;
	color: #FFF;
	text-decoration: none;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	color: #FFF;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	color: #333333;
	text-decoration: none;
	line-height: 1.4;
}

p a {
	color: #FF0000;
	text-decoration:none;
	font-weight: normal;
}

p a:hover {
	color: #FF0000;
	font-weight: normal;
	text-decoration: underline;
}

a#linkOff {
	display: block;
	height: 18px;
	width: 65px;
	background: url(../images/kontakt1.gif) no-repeat left top;
}

a#linkOff:hover {
	background: url(../images/kontakt2.gif) no-repeat left top;
}

a#linkOn {
	display: block;
	height: 18px;
	width: 65px;
	background: url(../images/kontakt2.gif) no-repeat left top;
}
	

/*
p a#linkOff {
	color: #FF0000;
	font-weight: normal;
	text-decoration:none;
}

p a#linkOn {
	color: #FF0000;
	font-weight: normal;
	text-decoration: underline;
}

p a#linkOff:hover {
	color: #F00;
	font-weight: normal;
	text-decoration: underline;
}*/



/*
h1 a {
	color: #FFF;
	text-decoration:none;
	font-weight: normal;
}

h1 a:hover {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-style: normal;
	color: #F00;
	text-decoration: none;
}*/

