/* Dieses CSS wird nur auf die öffentlichen Seiten angewendet!!! */
/* Für den Adminbereich gibt es ein anderes CSS im Ordner admin/styles */

* {
	margin: 0px;
	padding: 0px;
}

body {
	/* Änderungen prinzipiell */
	margin: 0px;
	padding: 0px;
	/* von Swisslife */
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 69%;
    color: #333;
    line-height: 1.4em;
	/* ---------------------- */
}

/* von Swisslife */
a { 
	text-decoration: none; 
	font-weight: normal; 
	color: #c00;
}

a:visited {
	color: #933;
}

a:hover {
	text-decoration:underline;
}

img {
	border: 0px;
}

form {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

input {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 94%;
    color: #000000;
}

select {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 94%;
    color: #000000;
}

textarea {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 94%;
}


/* IE 5 and 55 inheritance hack */
td input {
    font-size: 100%;
}
td select {
    font-size: 100%;
}
td textarea {
    font-size: 100%;
}

/* -------- Ende von Swisslife ---------- */

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-top: 5px;
    margin-bottom: 3px;
    color: #333;
    margin-left: 20px;
}

li {
    color : #333333;
}

p {
	font-size: 11px;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
}

td {
	font-size: 11px;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

ol {
	font-weight: normal;
	font-size: 11px;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
}

.disclist li {
	list-style-type : circle;
	padding: 5px;
}

h1 {
	font-size: 11px;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
}

h2 {
	font-size: 11px;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
}

h3 {
	font-size: 11px;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
}

hr {
	width: 100%;
	height: 1px;
	color: #ff9900;
	size: 1px;
	margin-bottom: 5px;
}

div#header_swiss_life {
	height: 65px;
	background-image: url(../images_swiss/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div#service_navi_oben_weiss {
	padding: 8px 0px 0px 9px;
	height: 14px;
	font-size: 86%;
	line-height: 86%;
	color: #666666;
}

div#service_navi_oben_weiss a { 
  color: #666666;
  text-decoration: none;
  }
div#service_navi_oben_weiss a:hover {
  color: #cc0000;
  text-decoration: underline; 
  }
div#service_navi_oben_weiss a:visited {
  color: #666666;
  }
div#service_navi_oben_weiss a.active { 
  color: #cc0000; 
  font-weight: bold; 
  text-decoration: none; 
  }
div#service_navi_oben_weiss a.active:visited {
  color: #cc0000;
  }

div#service_navi_oben_rot {
	height: 20px;
	background-color: #990000;
	border-bottom: 1px solid #FFFFFF;
}

div#service_navi_oben_rot img {
	border-right: 1px solid #FFFFFF;
}


div#content_forms {
	background-color: #E5E5E5;
	background-image: url(../images_swiss/bgn.gif);
	background-repeat: repeat-y;
}

div#content_forms form table {
	width: 100%;
	margin-bottom: 5px;
}

div#content_forms form table td {
	padding: 0px 2px 0px 2px;
	background-image: url(../images_swiss/dotted_divider_550.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

div#content_forms form input, div#content_forms form select {
	margin-bottom: 3px;
}

/* Feine Trennlinien im Formular */
div#content_forms hr {
	background-color: #CBCBCB; /* Farbe für Opera und Firefox */ 
	color: #CBCBCB; /* Farbe für Internet Explorer (IE) */
	border: 0; 
	height: 1px; 
}

div#content_forms input.submit_design {
	background-color: #CBCBCB;
	border: 1px solid #000000;;
	padding: 3px 4px 3px 4px;
	color: #FFFFFF;
	cursor: pointer;
	cursor: hand;
}

/* Ausblenden des Credits-Bildes, sorry for that */
div#content_forms p a img {
	display: none;
}

div#footer-bar {
	padding-left: 10px;
	font-size: 86%;
	background-color: #b7b7b7;
	border-top: 1px solid #ffffff;
	color: #ffffff;
}

div#footer-bar a { 
	color: #ffffff;
	text-decoration: none;
}

#footer-bar a:hover {
	color: #ffffff;
	text-decoration: underline; 
}

#left_footer {
	width: 380px;
	float: left;
}

#right_footer {
	margin-left: 690px;
}

div#menutable div#menuheader {
	position:absolute;
	top:-20px;
	left:-1px;
	width: 50px;
	font-family:verdana, sans-serif;
	font-size: 11px; 
	color: white;
	text-align: center;
	padding:2px 0px 2px 0px;
	background-color: #ff9900;
	border: 1px solid black;
}




.leaftitle {
	font-weight: bold;
	font-size: 16px;
	color: #ff9900;
	font-style: normal;
	font-family: verdana, sans-serif;
	text-decoration: none;
}

.title {
	font-weight: bold;
	font-size: 11px;
	color: #999966;
	font-style: normal;
	font-family: verdana, sans-serif;
	text-decoration: none;
	padding-left:5px;
}

.phphead, a:active.phphead, a:link.phphead, a:hover.phphead, a:visited.phphead {
	font-size: 14px;
	color: #000000;
	font-style: normal;
	font-family: verdana, sans-serif;
	text-decoration: none;
	padding-left:20px;
}

.menulinkleft {
	margin : 0px;
	padding : 0px;
}

.menulinkleft a:link, .menulinkleft a:active, .menulinkleft a:visited {
	font-family: verdana, sans-serif;
	font-size : 11px;
	color : #000000;
	background-color: #F9F9F9;
	font-weight: normal;
	display : block;
	text-align : left;
	text-decoration : none;
	padding-left: 5px;
	line-height : 15px;
	border-top: 2px white solid;
}

.menulinkleft a:hover {
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #EBEBEB;
	font-weight: normal;
	display: block;
	text-align: left;
	text-decoration: none;
}


.menutable {
	background-color: white;
	border-left : 1px black solid;
	border-right : 1px black solid;
	display : block;
	width : 132px;
}

.menuhd {
	font-family: verdana, sans-serif;
	font-size : 11px; color : black;
	background-color : #CCCC99;
	font-weight: normal;
	border-top: 1px black solid; 
	border-bottom: 1px black solid;
	display : block;
	text-align : left;
	text-decoration : none;
	padding: 2px;
	vertical-align : top;
	padding-left : 3px;
}

.bottom {
	font-family: verdana, sans-serif;
	font-size : 10px;
	font-weight : bold;
	padding: 2px;
	padding-left:20px;
}

.input {
	font-family: verdana, sans-serif;
	font-size : 10px;
	font-weight : normal;
}

.searchBoxinput {
	font-family: verdana, sans-serif;
	font-size : 11px;
	font-weight : normal;
	margin : 0px;
	padding : 0px;color : #000000;
	border: 1px #999966 solid;
	padding-left:2px;
	height:15px;
	width:110px;
}

.dropdown {
	font-family: verdana, sans-serif;
	font-size : 11px;
	font-weight : normal;
	margin : 0px;
	padding : 0px;
	color : #000000;
	border: 1px #999966 solid;
	padding-left:5px;
	height:15px;
	width:250px;
}

.addbutton {
	font-family: verdana, sans-serif;
	font-size : 11px;
	font-weight : normal;
	margin : 0px;
	padding : 0px;
	color : #000000;
	border: 1px #999966 solid;
	height:15px;
	width:120px;}

.submitsearch {
	font-family: verdana, sans-serif;
	font-size : 11px;
	font-weight : normal;
	margin : 0px; padding : 0px;
	background-color: #DEDEB6;
	color : #000000;
	border:1px #CCCC99 solid;
	height:15px;
}

.menufill {
	font-family: verdana, sans-serif;
	font-size : 11px;
	color : #000000;
	background-color : #CCCC99;
	font-weight: normal;
	text-align : left;
	text-decoration : none;
	padding: 0px;
	border-top: 1px white solid;
	border-bottom: 1px white solid
	padding-left: 5px;
}

.rightmenufill {
	font-family: verdana, sans-serif;
	font-size : 11px;
	color : #000000;
	background-color : #CCCC99;
	font-weight: normal;
	text-align : left;
	text-decoration : none;
	padding: 0px;
	border-top: 1px white solid;
	border-bottom: 1px white solid;
	padding-left: 5px;
}

.branchhd {
	font-family: verdana, sans-serif;
	font-size : 11px;
	color : black;
	background-color : #DEDEB6;
	font-weight: bold;
	border-top: 1px black solid; 
	border-bottom: 1px black solid;
	display : block;
	text-align : left;
	text-decoration : none;
	padding: 2px;
	vertical-align : top;
	padding-left : 3px;
}

.branchaction {
	font-family: verdana, sans-serif;
	font-size : 11px;
	color : black;
	background-color : #DEDEB6;
	font-weight: bold;
	border-top: 1px black solid; 
	border-bottom: 1px black solid;
	display : block;
	text-align : right;
	text-decoration : none;
	padding: 2px;
	vertical-align : top;
	padding-left : 3px;}

.branchaction2 {
	font-family: verdana, sans-serif;
	font-size : 11px;
	color : black;
	background-color : #DEDEB6;
	font-weight: bold;
	border-top: 1px black solid; 
	border-bottom: 1px black solid;
	display : block;
	text-align : left;
	text-decoration : none;
	padding: 2px;
	vertical-align : top;
	padding-left : 3px;
}

.listorder {
	font-family: verdana, sans-serif;
	font-size : 10px;
	color : black;
	padding:0px;
	width:20px;
}

.delete {
	font-family: verdana, sans-serif;
	font-size : 11px;
	color : red;
	background-color : #DEDEB6;
	font-weight: bold;
	border-top: 1px black solid; 
	border-bottom: 1px black solid;
	display : block;
	text-align : right;
	text-decoration : none;
	padding: 2px;
	vertical-align : top;
	padding-left : 3px;
	}

a.deletelink, a:link.deletelink, a:active.deletelink, a:visited.deletelink {
	font-family: verdana, sans-serif;
	font-size : 12px;
	color : red;
	font-weight: bold;
	text-align : right;
	text-decoration : none;
}
	
a:hover.deletelink {
	color: #666633;
}

a.branches {
	padding :2px;
}
a:link.branches,
a:active.branches,
a:visited.branches  {font-family: verdana, sans-serif;font-size : 11px; color : #999966;background-color : #ffffff; font-weight: bold; text-align : middle; text-decoration : none; display:block;}
a:hover.branches {color: #666633;}

a.buttonpublish {border: 1px #999966 solid; padding :2px;}
a:link.buttonpublish,
a:active.buttonpublish,
a:visited.buttonpublish  {font-family: verdana, sans-serif;font-size : 11px; color : #999966;background-color : #ffffff; font-weight: bold; text-align : middle; text-decoration : none;}
a:hover.buttonpublish 

a.menuhelp {color : #000000;}
a:link.menuhelp,
a:active.menuhelp,
a:visited.menuhelp  {font-family: verdana, sans-serif;font-size : 11px; color : #999933;background-color : #CCCC99; font-weight: normal; text-align : right; text-decoration : none; padding: 0px;}
a:hover.menuhelp {font-family: verdana, sans-serif;font-size : 11px; color : #000000;background-color : #CCCC99; font-weight: normal; text-align : right; text-decoration : none; padding: 0px;}

a:link.urhere, a:active.urhere, a:visited.urhere {
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: black;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
}
a:hover.urhere {
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
}

.webblermenu {
	font-family: verdana, sans-serif;
	font-size: 11px; color : white;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	padding: 5px;
	background-color: #ff9900;
	border: 1px solid black;
}

a:link.powered, a:active.powered, a:visited.powered {
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
	text-align: left;
	text-decoration: none; padding: 2px;
}

a:hover.powered {
	color: #7D7B7B;
}

.email {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: blue;
	text-decoration: none;
}

.address {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: black;
	text-decoration: none;
}

a.url {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: black;
	text-decoration: none;
}

.listitem {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-styl: normal;
	color: black;
	text-decoration: none;
}

.attributename {
	padding-top: 5px;
	padding-bottom: 3px;
	font-weight:bold;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
}

.attributeinput {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
}

/* Änderungen: Der Text oberhalb des Formulares zur Aufforderung der Eingabe  wird ausgeblendet */
font.required {
	display: none;
}

div.required {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #990000;
	text-decoration: none;
}

.missing {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: red;
}

.error {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: red;
	text-decoration: none;
}

.info {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: magenta;
	text-decoration: none;
}

.botbar {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: white;
	text-decoration: none;
}

