/*
 * Stylesheet Datei f�r die Homepage der FP�-Bad Ischl
 * Autor: Otto Siegl
 * Datum: 29.11.2007
 */
 
/*
 *******************************************
 *         Globale Konfiguration
 *******************************************
 */
 
body {
	margin: 0px auto;
	background-color:#FFFFFF; /*#0000AA;*/
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px 15px;
}
 
a:link,
a:visited {
	text-decoration: underline;
	color: #000000;
}
 
a:hover,
a:active {
	text-decoration: none;
}

/*
 *******************************************
 *            ID - Selektoren
 *******************************************
 */

#wrap {
	margin: 0px auto;
	width: 950px;
}

#wrap ul {
	padding-left: 20px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px 20px 10px 20px;
}

* html #wrap ul {
	padding-left: 0px;
}

*+html #wrap ul {
	padding-left: 0px;
}

#wrap ul li {
	margin-top: 5px;
	margin-left: 0px;
	list-style-image: url(../images/li.gif);
}

#wrap ul li ul li {
	list-style-image: url(../images/li2.gif);
}

#header {
	height: 120px;
	width: 952px;
    background:#FFFFFF url(../images/head_small.png) left top no-repeat;
	margin-top: 5px;
}

#menu {
	width: 775px;
	height: 43px;
	overflow: hidden;
	padding-top: 80px;
	z-index: 2;
}

* html #menu {
	margin-bottom: -10px;
	padding-bottom: 0px;
}

#headerImg {
	height: 120px;
	padding: 0px;
	width: 952px;
}

*+html #headerImg {
	z-index: 1;
}

* html #headerImg {

}

#main {
	width: 950px;
}

#columnLeft {
	width: 720px;
	float:left;
	min-height: 270px;
	padding: 15px;
	font-size: 12px;
	line-height: 15px;
}

#columnLeft i {
	color: #006;	
}

*html #columnLeft {
	height: 270px;
	overflow-x: hidden;
}

#columnLeft.big {
	width: 920px;
	padding: 15px;
	min-height: 270px;
	background-color: #D5DEEF;
}

* html #columnLeft.big {
	height: 270px;
}

#columnLeft.small {
	width: 330px;
	padding: 15px 10px;
	min-height: 270px;
	border-right: 0px;
	float: left;
}

* html #columnLeft.small {
	height: 270px;
}

#columnMiddle {
	width: 380px;
	padding: 15px 10px;
	min-height: 270px;
	float: left;
}

#columnRight {
	float: left;
	width: 179px;
	padding: 10px;
	/*background-color: #94ACDE;*/
	min-height: 270px;
}

* html #columnRight {
	height: 270px;
	overflow-x: hidden;
}

#footer {
	width: 930px;
	padding: 0px 10px;
	color: #FFFFFF;
}

#footerText {
	margin-top: 6px;
	float: left;
	color: #FFFFFF;
}

#featureIcons {
	float: right;
}

#path {
	width: 940px;
	padding-left: 10px;
	color: #FFFFFF;
}

#path a:link,
#path a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#path a:hover,
#path a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

#columnWrap {
	float: left;
	background-color: #D5DEEF;
	border-left: 1px solid #0000A0;
	border-right: 1px solid #0000A0;
	width: 950px;
	background-image:url(../images/main_back.jpg);
}

#columnWrap.start{
	background-image:url(../images/main_back.jpg);
}

#columnWrap:after {    
	content: ".";    
	display: block;    
	clear: both;    
	visibility: hidden;    
	line-height: 0;    
	height: 0;
} 

#columnWrap {    
	display: inline-block;
} 

html[xmlns] #columnWrap{    
	display: block;
} 

* html #columnWrap {   
	 height: 1%;
}

#columnLeft h1,
#columnLeft.big h1,
#columnLeft.small h1,
#columnMiddle h1 {
	font-size: 16px;
	font-weight: bold;
	color: #1B3A79;
	margin-bottom: 5px;
}

#columnRight h1 {
	font-size: 12px;
	font-weight: bold;
	color: #1B3A79;
	margin-bottom: 5px;
}

#columnRight ul {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 7px;
	margin-top: 15px;
}

#columnRight ul li {
	margin-top: 2px;
	margin-bottom: 2px;
}

#path marquee {
	padding: 0px;
}

/*
 *******************************************
 *                Klassen
 *******************************************
 */
 
.menuItem,
.menuItem_Active {
	height: 40px;
	width: 119px;
	float: left;
	text-align: center;
	display: inline;
	color: #FFFFFF;
	background-image:url(../images/button_new.gif);
}
 
.menuItem_Active {
	height: 50px;
	background-image:url(../images/button_new_act.gif);
}

.menuItem a:link,
.menuItem a:visited,
.menuItem a:hover,
.menuItem a:active {
 	display:block;
	text-decoration: none;
	width: 120px;
	height: 27px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000080;
	padding-top: 13px;
}

.menuItem a:hover,
.menuItem a:active {
	height: 39px;
	background-image:url(../images/button_new_act.gif);
	margin-top: -10px;
	position:relative;
	overflow: hidden;
}
 

.menuItem_Active a:link,
.menuItem_Active a:visited,
.menuItem_Active a:hover,
.menuItem_Active a:active {
 	display:block;
	text-decoration: none;
	width: 120px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000080;
	height: 39px;
	background-image:url(../images/button_new_act.gif);
	margin-top: -10px;
	position:relative;
	overflow: hidden;
	padding-top: 13px;
}
 
.borderTop {
	height: 18px;
	border-bottom: 1px solid #0000A0;
	background-image:url(../images/borderTop_back.jpg);
	border-top: 1px solid #0000A0;
	padding-top: 7px;
	position: relative;
}
 
.borderBottom {
	height: 25px;
 	clear:both;
	border-top: 1px solid #0000A0;
	background-image:url(../images/borderBottom_back.jpg);
	border-bottom: 1px solid #0000A0;
}
 
.featureIcon {
 	float: left;
	margin-top: 2px;
	margin-left: 10px;
}

.featureIcon a img {
	border: 0px;
}

.trennlinie {
	background-image:url(../images/trennlinie.jpg);
	width: 720px;
	height: 1px;
	margin: 25px 0px;
	overflow: hidden;
}

/*
 *******************************************
 *              CSC-Additions
 *******************************************
 */
p.bodytext {
	text-align: justify;
} 
 
.csc-mailform {
	border: 0px;
}

.csc-mailform-field {
	overflow: hidden;
}
 
.csc-mailform-field label {
 	display: block;
	width: 100px;
	height: 20px;
	float: left;
	padding-top: 6px;
	padding-left: 10px;
}
 
.csc-mailform-field label {
 	display: block;
	width: 100px;
	height: 20px;
	float: left;
}

.csc-mailform-field input {
	height: 18px;
	width: 250px;
	background-color: #94ACDE;
	border: 1px solid #FFFFFF;
}

.csc-mailform-field textarea {
	height: 150px;
	width: 250px;
	background-color: #94ACDE;
	border: 1px solid #FFFFFF;
}
 
.csc-mailform-field .csc-mailform-submit {
	width: 70px;
	height: 20px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #94ACDE;
	margin-top: 10px;
	margin-left: 200px;
}

.csc-mailform-field .csc-mailform-submit:focus{
	border: 0px;
}

.csc-textpic-caption {
	padding-top: 8px;
	font-size: 11px;
}

.csc-header {
	margin: 0px;
	padding: 0px;
}

.csc-header-n5 {
	margin: 0px;
	padding: 0px;
}

.csc-textpic-imagewrap .csc-textpic-image a img{
	overflow: hidden;
	border: 1px solid #444444;
}

/* Schatten */
.csc-textpic-imagewrap .csc-textpic-image dt{
	
}

.addthis_button
{
	position: absolute;
	right: 10px;
	margin-top: -2px;
}
