

/*#####################################################################*/
/*___________________________ G E N E R A L ___________________________*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;  
	background: #eee url(/fileadmin/images/all/priester_bg_main.gif) center repeat-y;
	margin:	0;
	padding: 0;
}

p, th, input, select, textarea, ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

h1, h1.csc-firstHeader {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 21px;
	color: #C07676;
	font-weight: normal;
}
.blue {
	color: #7791A8;
}
.green {
	color: #578B70;
}

h2 {
	font-size: 13px;
	color: #666;
}

h3 {
	font-weight: normal;
	font-size: 13px;
	color: #930000;
}

h4 {
	font-weight: bold;
	font-size: 11px;
	color: #999;
}


p, h1, h2, h3, h4 {
	margin:	0;
	padding: 0 0 0.3em 0;
}

* html p, * html h1, * html h2, * html h3, * html h4 {
	margin: 0;
	padding: 0 0 0.8em 0;
}

* html p {
	margin: 0;
	padding: 0 0 2.0em 0;
}

p+p {
	margin: 0.5em 0 0.5em 0;
}

p+h1 {
	margin: 1.5em 0 0.5em 0;
}

p+h2 {
	margin: 1.0em 0 0.5em 0;
}

p+h3 {
	margin: 1.0em 0 0.5em 0;
}

p+h4 {
	margin: 1.0em 0 0.5em 0;
}

input {
	width: auto;
	height: auto;
}

ol {
	margin: 0;
	padding: 0 0 0 30px;
}

ol li {
	margin: 0 0 1em 0;
}

hr {
	height: 1px;
	border: 0;
	border-bottom: 1px dotted #666;
	margin: 5px 0;
	padding: 0;
}


/*____ L I N K S ____*/

a {
	color: #930000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

small, .smalllink {
	text-decoration: none;
	font-size: 9px;
	color: #B2B2B2;
}

.smalllink a {
	text-decoration: none;
	color: #666;
}

.smalllink a:hover {
	color: #000;
}


a img {
 border:0;
}

/*###############################################################*/
/*___________________________ D I V s ___________________________*/


#posBox {
	position: relative;
	left: 50%;
	width: 660px;
	margin: 0 0 0 -330px;
	text-align: left;

}



/*____ H E A D E R ____*/

#header {
	height: 73px;
	margin: 4px 0 0 0;
	padding: 0;
}
#headerimage {
	display: inline;
}

/*____ M A I N - N A V I G A T I O N ____*/

#menu {
	border-top: 2px solid #FFBA00;
	height: 58px;
	background: #eee url(/fileadmin/images/all/menu_BG.gif) 0 0 repeat-x;
/*
	margin: 4px 0 0 0;
*/}

#menu ul {
/*	float:right;*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}


html * body #menu ul { /*____ FOR OPERA ____*/
	width: 100%;
}

#menu li {
	display: inline;
}
#menu a {
	float:left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding: 8px 16px 29px 16px;

	background: #C9131E;
	border-top: 5px solid #FFF;
	border-right: 1px solid #FFF;
}
#menu a:hover {
	background: #DA141F;
	color: #FFF;
}
#menu a.active {
	border-top: 5px solid #930000;
	background: #BF0E16;
	color: #FFF;
}

#menu .active a {
	border-top: 5px solid #930000;
	background: #BF0E16;
	color: #FFF;
}

#menu a.active:hover {
	background: #DA141F;
}


/*____ S U B - N A V I G A T I O N ____*/

#submenustyle {
	height: 28px;
	background: #FFF;
}

#submenustyle ul {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 20px;
}

#submenustyle li {
	display: inline;
}
#submenustyle a {
	float:left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
	margin: 0px;
	padding: 5px 10px;
}
#submenustyle a:hover {
	color: #000;
}
#submenustyle .active a {
	font-weight: bold;
}


/*____ C O N T E N T B O X ____*/

#content {
}

#searchline {
	height: 23px;
	padding: 3px;
	text-align: right;
	vertical-align: middle;
	background: #A50A0F url(/fileadmin/images/all/px_bg.gif);
	border-top: 1px solid #FFF;
}

* html #searchline { /*____ FOR IE ____*/
	height: 20px;
}

.search {
	width: 118px;
}

.colimage, .col2image, .collimage {
	width: 133px;
	background: url(/fileadmin/images/all/col2img_bg.gif) repeat-y 0 236px;
}

#colcontent {
	padding: 10px;
	background: #EDEDED;
}

.linklist * p {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.linklist {
	font-size: 10px;
	line-height: 14px;
	width: auto;
	border-top: #999 solid 1px;
	list-style-type: none;
	margin: 20px 0 10px 0;
	padding: 0;

}

.linklist li {
	margin: 0;
	padding: 4px 0 5px 10px;
	border-bottom: #999 solid 1px;
	background: url(/fileadmin/images/all/arrow.gif) no-repeat 0 9px;
}

.linklist li.normal {
	padding: 2px 0 3px 0px;
	background: none;
}


.linklist a {
	text-decoration: none;
	color: #666;
}
.linklist a:hover, .linklist a.recommend:hover, .linklist a.download:hover {
	color: #000;
}

.linklist a.mail {
	margin: 0 10px 0 0;
	padding: 0 0 0 27px;
	background: url(/fileadmin/images/all/icon_recommend.gif) no-repeat 0 0px;
}
.linklist a.download {
	margin: 0 10px 0 0;
	padding: 0 0 0 20px;
	background: url(/fileadmin/images/all/icon_download.gif) no-repeat 0 0px;
}

/*____ C O N T A C T ____*/

.contact {
	margin: 20px 0 ;
}

.contact td {
	height: 110px;
}

.contact img {
	float: left;
	margin: 0 5px 10px 0;
	border: 1px solid #BEBEBE;
}

.contact p, .contact h4 {
	text-align: left;
}


/*____ L A N G U A G E // L O C A T I O N S____*/

#language {
	/*visibility: hidden;*/
	text-align: right;
	padding: 0 0 0 0;
	background: url(http://www.priester.at/fileadmin/images/all/locations.png) no-repeat top right;
        height: 27px;
        overflow: hidden;
}

#language ul {
	margin: 0; 
	padding: 0;
}

#language ul li {
      list-style-type: none;
      margin: 0;
      padding: 6px 12px 9px 12px;
      border-left: 1px solid #FFFFFF;
      float: right;
} 

#language ul li a {
       color: #8a8a89;
}

#language ul li a:hover {
      color: #000000;
}
/*____ F O O T E R ____*/

#footer {
	border-top: 2px solid #B2B2B2;
	text-align: right;
	margin: 5px 0 10px 0;
	padding-top: 2px;
}

#footer a {
	margin: 0 0 0 8px;
	padding: 0;
}



/*#####################################################################################*/
/*___________________________ A L L T I M E - C L A S S E S ___________________________*/


.hidden {
	visibility: hidden;
}

.nomargin {
	margin: 0;
	padding: 0;
}

.nobottommargin {
	margin-bottom: 0;
	padding-bottom: 0;
}

.right {
	text-align: right;
}

.boxgrey, .contenttable {
	background: #FFF;
	border: 1px solid #BEBEBE;
	padding: 10px;
}
.boxgrey img, .contenttable img{
	margin: 0 5px 0 0;
}


* html .boxgrey td {/*____ FOR IE ____*/
	padding: 3px;
}


.small {
	font-size: 9px;
	margin: 0;
	padding: 0;
}





/*#####################################################################################*/
/*_____________________________________ S I T E M A P _________________________________*/


.csc-menu UL, .csc-menu UL UL, .csc-menu UL UL UL {
	list-style-type: none;
}
.csc-menu UL {
	margin: 0;
	padding: 0;
}
.csc-menu UL UL {
	margin: 0;
	padding: 5px 0 5px 15px;
}

.csc-menu UL UL UL{
	margin: 0;
	padding: 2px 0 5px 15px;
}
.csc-menu UL a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #C07676;
	font-weight: normal;
	text-decoration: none;
	margin: 5px 0 0 0;
	padding: 5px 0 2px 0;
	border-top: 1px solid #999;
	display: block;
}
.csc-menu UL UL a {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
 line-height: 15px;
	color: #666;
	text-decoration: none;
	border: none;
	margin: 2px 0 0 0;
	padding: 0;
	display: inline;
}
.csc-menu UL UL UL a {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
        line-height: 15px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	border: none;
	margin: 2px 0 0 0;
	padding: 0 0 0 0;
}
.csc-sitemap {
	margin: 0;
	padding: 0;
}

.csc-sitemap a {
	text-decoration: none;
}

.csc-sitemap a:hover, .csc-menu a:hover {
	text-decoration: underline;
}




/*#####################################################################################*/
/*___________________________ F O R M S _______________________________________________*/
input {
	margin: 0;
	padding: 0;
}
select {
	margin: 0;
	padding: 0;
}
form#standard {
	margin: 0;
/*	padding:	10px;
	border:		#B2B2B2 solid 1px;
*/	text-align:	right;
}
form#standard fieldset {
	border:		none;
	margin:		5px 0;
	padding:	0 8px 8px 8px;
	text-align:	left;
}
form#standard * legend {
	font-size: 10px;
	font-weight: bold;
	color:		#FFF;
	background:	#006F5B;
	margin:		0;
	padding:	1px 7px;
/*	border-left:	#BCBBAF solid 5px;
*/}

form#standard * input {
	width:		200px;
	margin:		3px 5px 3px 0;
	padding:	0;
}
form#standard * input#plz {
	width:		40px;
}
form#standard * input#stadt {
	width:		155px;
}
form#standard * select {
	width:		200px;
	margin:		3px 5px 3px 0;
	padding:	0;
}
form#standard * select.small2 {
	width:		95px;
}
form#standard * th {
	width: 		120px;
	text-align:	right;
	font-weight: normal;
	margin:		0;
	padding:	0px 5px 0 0;
}
form#standard * .standard2 input {
	width:		160px;
}
form#standard * .standard2 th {
	width: 		160px;
}
form#standard * .smallinput th {
	text-align:	left;
	width: 		260px;
}
form#standard * .smallinput2 th {
	width: 		110px;
}
form#standard * .smallinput3 th {
	width: 		120px;
}
form#standard * .checkbox th {
	text-align:	left;
	width: 		130px;
}
form#standard * .checkbox input {
	width:		auto;
}
form#standard * .checkbox2 th {
	text-align:	left;
	width: 		320px;
}
form#standard * .checkbox2 input {
	width:		auto;
}
form#standard * .checkbox th {
	text-align:	left;
	width: 		130px;
}
form#standard * .smallinput input {
	width:		40px;
}
form#standard * .smallinput2 input {
	width:		45px;
}
form#standard * .smallinput3 input {
	width:		63px;
}
* html form#standard * .checkbox input {
	margin: 0;
}
form#standard label.unit {
	font-weight: bold;
	display: block;
}
.button {
	width: auto!important;
	color: #FFF;
	background:	#999;
	border-top,border-left:	#BCBBAF solid 1px;
	border-bottom,border-right:	#333 solid 1px;
	padding:	0 10px;
}


.tx-wagrandomimage-pi1 {
	float: left;
}

