/***********************************************/
/* styles.css                                  */
/* Use with Fasting Outdoor templates          */
/* Developed by Innoventi (C) 2008             */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #000000;
	background-image: url(images/bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	color: #dddcdc;
	text-align: center;
	margin: 0;
	padding: 0;
}
h1 {
	padding: 0;
	margin: 0;
	color: #018898;
	font-size: 20px;
	font-weight: normal;
}
h2 {
	padding: 0;
	margin: 0;
	color: #018898;
	font-size: 11px;
	font-weight: bold;
}
h3 {
	padding: 0;
	margin: 0;
	color: #c78d42;
	font-size: 12px;
	font-weight: bold;
}


/***********************************************/
/* Layout Divs and Tables                      */
/***********************************************/

#webWrapper {
	position: relative;
	width: 760px;
	margin: 0 auto;
}
#topContainer {
	position: relative;
	width: 760px;
	height: 108px;
	background-image: url(images/top_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
}
#bildeContainer {
	position: relative;
	width: 760px;
	background-color: #000;
}
#barContainer {
	position: relative;
	width: 760px;
	height: 33px;
	background-image: url(images/bar_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #000;
}
#footerContainer {
	position: relative;
	font-size: 10px;
	width: 760px;
	padding-top: 10px;
	text-align: center;
	color: #444d50;
	border-top: 1px solid #1e2429;
}

#footerContainer a {
	color: #018898;
	text-decoration: underline;
}
#footerContainer a:hover {
	text-decoration: none;
}
.left {
	width: 445px;
}
.right {
	width: 225px;
	height: 280px;
	background-image: url(images/kontakt_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-left: 50px;
}
.right a {
	color: #;
	text-decoration: underline;
}
.right a:hover {
	text-decoration: none;
}
.programThumbs {
	width: 120px;
}
.program {
	width: 590px;
	padding-left: 10px;
}



/***********************************************/
/* Component Divs (Boxes)                      */
/***********************************************/


.logo {
	position: absolute;
	width: 75px;
	height: 69px;
	top: 18px;
	left: 25px;
}



/***** content styles *****/

#contentContainer {
	position: relative;
	width: 720px;
	padding: 20px;
	text-align: left;
}
#contentContainer a {
	color: #018898;
	text-decoration: underline;
}
#contentContainer a:hover {
	text-decoration: none;
}

