/* Allgemeine Formatierungen */
 
@import url(html.css);
 

/* Site Formatierungen */

#header {
	width: 960px;
	height: 160px;
}

#detail {
	width: 960px;
	background-image: url("../bilder/bgimage.gif");
	background-repeat: repeat-y;
	float: left;
}

#menu, .menu {
	float: left;
	background-color: #B3164D;
	width: 155px;
}

#content {
	float: left;
	width: 480px;
	height: 100%;
	padding: 50px 80px 10px 80px;
}

#content img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#service {
	float: right;
	width: 140px;
	height: 440px;
	padding: 120px 10px 10px 10px;
}

#footer {
	width: 960px;
	height: 0px;
	float: none;
}

.trio {
  float:left;
  width: 160px;
}

#block {
  float: left;
	width: 480px;
	margin: 0 0 20px 0;
}

#image_left {
  float:left;
	margin-right: 15px; 
}

#image_right {
  float:right;
	margin-left: 15px; 
}

.bildlegende {
	font-size: 10px;
	padding: 2px 0 0 0;
}

/* Head Menü */

#headlink a {
	font-size: 11px;
	color: #666666;
}

#headlink a:focus, 
#headlink a:visited, 
#headlink a:link {
}

#headlink a:hover, 
#headlink a:active {
	text-decoration:underline;
}

/* Menü */

.menu {
  width: 155px;
  height: 440px;
	padding: 10em 0 0.8em 5px; 
	background-color: #B3164D;
}


/* Menü Level 1 */

.menu .m1 {
	display:block;
  clear:right;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.07em;
	text-decoration: none;
	padding: 0.2em;
	margin: 1em 0 0.2em 0;
	color: white;
	background-color: #B3164D;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.menu .m1:hover {
	color: #FFFFFF; 
	background-color: #D18C8D;
}

.menu .m1_disabled {
	display:block;
  clear:right;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.07em;
	text-decoration: none; 
	padding: 0.2em;
	margin: 1em 0 0 0;
	color: white; 
	background-color: #D18C8D;
	border-left: thin solid #CCCCCC;
	border-bottom: thin solid #CCCCCC;
}

/* Menü Level 2 */

.menu .m2 {
	display:block;
  clear:right;
	font-size: 0.9em;
	padding: 0 0 0 7.7em;
	text-decoration: none;
	color: white;
}

.menu .m2:hover {
	color: #CB7481; 
	background-color: #B3164D;
}

.menu .m2_disabled {
	display:block;
  clear:right;
	font-size: 0.9em;
	padding: 0 0 0 7.7em;
	text-decoration: none;
	color: #CB7481;
}

.li_red {
	text-indent: 15px;
	background-image:url('li_red.gif');
	background-repeat:no-repeat;
	background-position: 0px 4px;
}

.email {
  padding-left:22px;
	background-image: url(email.gif);
	background-repeat: no-repeat;
  background-position: 1px 1px;	
}

.print {
  padding-left:20px;
  background-image: url(print.gif);
  background-repeat: no-repeat;
  background-position: 1px 1px;	
}

.pdf {
  padding-left:24px;
	background-image: url(pdf.gif);
	background-repeat: no-repeat;
  background-position: 0px 0px;	
}

.wmv {
  padding-left:24px;
  background-image: url(wmv.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;	
}

.mehr {
  padding-left:12px;
	background-image: url(mehr.gif);
	background-repeat: no-repeat;
  background-position: 2px 4px;	
}

.level {
  padding-left:15px;
	background-image: url(level.gif);
	background-repeat: no-repeat;
  background-position: 4px 6px;	
}

.head2 {
	font-size: 1.5em;
	font-style: normal;
	padding: 0 0 1em 0;
}

.head3 {
	font-size: 1em;
	font-style: normal;
	padding: 1em 0 0 0;
}

.subtitle {
	font-size: 1.3em;
	font-style: normal;
	font-weight: bold;
}
.text {
	font-size: 1em;
	font-style: normal;
	padding: 0 0 0 0;
}

.credo {
	font-size: 1.7em;
	font-style: italic;	
}
.credo1 {
	font-size: 1.3em;
	font-style: italic;	
}

#svp_kriens {
	float: right;
	margin: 0px 0px 10px 20px;
	width: 100px;
}

#vita ul li {
  background-image: url(../styles/li_red_small.gif);
  background-repeat: no-repeat;
  background-position: 0px 8px;
  padding-bottom: 2px;
  padding-left: 10px;
}

/* formfields */

#wahlform input, 
#wahlform textarea {
	font-family: Geneva, Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}

#wahlform td {
    vertical-align: top;  
	padding: 4px 0 0 0;
}


.columne {
	padding: 10px 0 10px 0;
}

.col_datum {
	text-indent: 15px;
	background-image:url('li_red.gif');
	background-repeat:no-repeat;
	background-position: 0px 4px;
	padding: 0 0 5px 0;
}

.col_titel {
	font-weight: bold;
	font-size: 13px;
	padding: 0 0 10px 0;
}

.col_text {
	padding: 0 0 0 0;
}

.service_titel {
	text-indent: 12px;
	background-image:url('li_red.gif');
	background-repeat:no-repeat;
	background-position: 0px 4px;
	padding: 0 0 4px 0;
	font-weight: bold;
}

.service_text {
	padding: 0 0 20px 0;
}

.impressionen p {
	display:block;
	padding: 5px 0 15px 4px;
	font-size: 10px;
	color:#666666;
}

.service_box {
	border: #B3164D solid 2px;
	padding: 5px;
}

.impressionen img {

}

/* Presse */

.presse table td {
  padding: 0 3px 5px 0;
}

.presse table caption {
  text-align: left;
	padding: 20px 0 5px 0;
	font-size: 14px;
	font-weight: bold;  
}

.presse table td .date {
}

.presse table td .title {
  font-weight: bold;
}

.pressen table td img {
  border-width: 0;
  border-style: none;
}


