@charset "utf-8";

body {
font-family: Verdana, Arial, Helvetica, Geneva, Swiss;
font-size: 10px;
color: #333;
}


h1 {
font-size: 18px;
font-weight: normal;
line-height: 21px;
margin: 0px 0px 10px 0px;
color: #333;
}

h2 {
font-size: 12px;
font-weight: bold;
margin: 0px 0px 8px 0px;
color: #333;
}

h3 {
font-size: 11px;
font-weight: bold;
margin: 0px 0px 6px 0px;
color: #333;
}

h4 {
font-size: 11px;
font-weight: normal;
margin: 0px 0px 6px 0px;
color: #333;
}


ul {
margin-top: 0px;
}

ol {
margin-top: 0px;
}

li {
margin-top: 0px;
/* list-style-image: url(images/bullet.gif); */
}

#colnormal li {
list-style-type: none;
margin-top: 0px;
background:url(../images/subnav_bullet.gif) no-repeat;
background-position: 0px 3px;
padding: 0px 0px 0px 10px;
}

#colnormal .csc-sitemap li {
background: none;
padding: 0px
}

INPUT, 
SELECT  {
	font-size: 11px;
}



dl {
}

dl dt {
margin-top: 1em;
font-weight: bold;
}

p {
font-size: 11px;
}

hr {
}

em {
font-style: oblique;
}

strong {
font-weight: bold;
}

a {
text-decoration: underline;
color: #808080;
}

a:hover {
text-decoration: none;
color: #808080;
}

a:focus {
text-decoration: underline;
color: #808080;
}



/* breadcrumb */
#breadcrumb {
font-size: 10px;
color: #808080;
}


#breadcrumb A {
font-size: 10px;
color: #808080;
text-decoration: none;
}

#breadcrumb A:hover {
text-decoration:underline;
}

#headertext {
text-align:left;
font-size: 9px;
color: #FFFFFF;
}

/* footer */

#footer #footernav A {
font-size: 10px;
color: #000000;
text-decoration: none;
}

#footer #footernav A:hover {
text-decoration: underline;
}

#footer #footernav A.act {
font-weight: bold;
text-decoration: none;
}

#footer #footernav A.act:hover {
font-weight: bold;
text-decoration: underline;
}

#footer #footer_content {
font-size: 10px;
color: #333333;
}


/******************************************************************************
    FONTSIZE SWITCHER
******************************************************************************/

#fontsize, #fontsize a {
font-size: 10px;
color: #000000;
text-decoration: none;
cursor: pointer;
}

#fontsize a:hover {
text-decoration: underline;
}


#fontsize .fontsize1 {
font-size: 10px;
}

#fontsize .fontsize2 {
font-size: 12px;
margin-left: 3px;
}

#fontsize .fontsize3 {
font-size: 14px;
margin-left: 3px;
}

/* Suche */
#colleft #suche {
background-color: #A8C5A8;
}

/* WAI Fontsize changer */
#fontsize {
color: #FFFFFF;
}

#fontsize a {
color: #FFFFFF;
}


/******************************************************************************
    TYPO3 Plugin Styles
******************************************************************************/

/* sr_senccard */
.tx-srsendcard-pi1 textarea {
width: 280px;
}
.tx-srsendcard-pi1 .tx-srsendcard-pi1-card-stamp {
display: none;
}



/* spdirectory */
.tx-spdirectory-pi1 { width: 500px;} 
.sp_directory_singleview  { width:500px; }
.sp_directory_singleview .adresse { float: left; width: 250px; }
.sp_directory_singleview .telfax { float: left;  width: 250px; }
.sp_directory_listview	{ width:500px; }
.sp_directory_singleview img { border: none; }


/* Wetter Box */
.leoben_wetter .datum {
font-size: 9px;
}
.leoben_wetter .zeit {
font-size: 9px;
}
.leoben_wetter .aussentemp { 
font-weight: bold;
font-size: 14px;
}
.leoben_wetter .wind { }


/* typo3 mailform */

fieldset.csc-mailform {
	border: 0px;
}

.csc-mailform .csc-mailform-field {
	margin-top: 5px;
}

.csc-mailform .csc-mailform-field label {
	float: left;
	width: 120px;
	font-weight: bold;
}

.csc-mailform .csc-mailform-field .csc-mailform-radio {
	border: inherit;
	margin: 0px;
	padding: 0px;
}

.csc-mailform .csc-mailform-field .csc-mailform-radio {
	width: 12px;
	height: 12px;
}

.csc-mailform .csc-mailform-field .csc-mailform-radio label {
	float: none;
	width: 100%;
	height: 100%;		
	font-weight:normal;
}

.csc-mailform .csc-mailform-field input, textarea{
	width: 180px;
	margin-bottom: 5px;
}

.csc-mailform .csc-mailform-field #mailformformtype_mail{
	margin-left: 120px;
	margin-top: 5px;
}

