/* profine Hauptstylesheet */

* {
	margin: 0;
	padding: 0;
}

body {
	color: #444;
	font: 11px/1.6em Arial, Helvetica, sans-serif;
	background: #fff;
	text-align: left;
}

.hide {
	display: none;
}
.show {
	 display: block
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.clear {
	clear: both;
}
.alignRight { 
	text-align: right;
}
img {
	border: 0;
}
hr, span {
	display: none;
}
ul {
	list-style: none;
}
input {
	font-size: 11px;
}
select {
	font-size: 11px;
}
option {
	padding: 1px 2px;
}
p {
	margin: 0;
	padding: 0;
}

a {color:#47155c;}
a:hover {color:#444444;}

fieldset {
	border: none;
}
/* Content */

#content, #contentBreit {
	float: left;
	width: 431px;
	margin-top: 5px;
}
/* Content - Breadcrumb */
#content #breadcrumb, #contentBreit #breadcrumb {
	float: left;
	width: 430px;
	height: 30px;
	border-left: 1px solid #47155c;
	font: 10px Arial, Helvetica, sans-serif;
	color: #666;
}
#content #breadcrumb span, #contentBreit #breadcrumb span {
	display: block;
	width: 400px;
	margin: 10px 0 0 17px;
}
#content #breadcrumb a:link, #content #breadcrumb a:visited, #contentBreit #breadcrumb a:link, #contentBreit #breadcrumb a:visited {
	font: 10px Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
}
#content #breadcrumb a:hover, #content #breadcrumb a:focus, #contentBreit #breadcrumb a:hover, #contentBreit #breadcrumb a:focus {
	color: #47155c;
}
/* Content - Text - Bereich mit Border links */
#content #innen, #contentBreit #innen {
	float: left;
	width: 429px;
}

/* Content - Huelle fuer seitliche Abstaende */
#content #innen .wrap, #contentBreit #innen .wrap {
	margin: 0 17px
}
#content #innen h3, #contentBreit #innen h3 {
	width: 395px;
	margin: 14px 0 10px 1px;
}
#content #innen h3, #contentBreit #innen h3 {
	color:#696969;
	font-size:17px;
}
#content #innen p, #contentBreit #innen p {
	margin-bottom: 14px;
}
#content #innen p a:link, #content #innen p a:visited, #contentBreit #innen p a:link, #contentBreit #innen p a:visited {
	text-decoration: none;
	color: #47155c;
}
#content #innen p a:hover, #content #innen p a:focus, #contentBreit #innen p a:focus, #contentBreit #innen p a:hover {
	text-decoration: underline;
	color: #47155c;
}
#content #innen .news {
	margin: 0 0 15px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #dfdfdf;
}
#content #innen .newsLast {
	border: none;
}
#content #innen .news p {
	margin: 0 0 5px 0;
}
#content #innen .news a:link, #content #innen .news a:visited, #content #innen .news a:focus {
	padding: 0 0 0 12px;
	color: #47155c;
	text-decoration: none;
	background: url(../pics/profine/ico_arrow_link.gif) center left no-repeat;
}
#content #innen .news a:hover, #content #innen .news a:focus {
	text-decoration: underline;
}

#content #innen ul {
		margin:0 0 15px 0;
		padding:0 0 0 22px;
		text-indent: 0;
		list-style-image: url(../pics/profine/bullet_2arrows_vt03.gif);		
		list-style-type : square;
 }
 
 #content #innen h5 {font-size:100%; font-weight:bold; color:#47155c;}

/* Content - Kontaktformular */
form.contact ul.legend {
	float: right;
	margin: 0 0 15px 0;
}
form.contact ul.legend li {
	text-align: left;
	margin: 0 22px 0 0;
	padding-left: 15px;
	background: url(../pics/profine/ico_form.gif) 0px 5px no-repeat;
}
form.contact ul.legend li.required {
	background: url(../pics/profine/ico_form_required.gif) 0px 5px no-repeat;
}
form.contact .formRow {
	float: left;
	width: 163px;
	margin: 0 0 15px 28px;
}
form.contact .formRowLeft {
	width: 184px;
	margin: 0 0 15px 0;
}
form.contact label {
	display: block;
	margin-bottom: 4px;
	padding-left: 15px;
	font: 11px Arial, Helvetica, sans-serif;
	background: url(../pics/profine/ico_form.gif) 0px 3px no-repeat;
}
form.contact label.required {
	background: url(../pics/profine/ico_form_required.gif) 0px 3px no-repeat;
}
form.contact select.normal {
	width: 163px;
	height: 16px;
	border: 1px solid #dfdfdf;
	background-color: #f7f7f7;
}
form.contact input.normal {
	width: 160px;
	height: 15px;
	font: 11px Arial, Helvetica, sans-serif;
	border: 1px solid #dfdfdf;
	background-color: #f7f7f7;
}
form.contact .formRowLeft select.normal {
	margin-left: 21px;
}
form.contact .formRowLeft input.normal {
	margin-left: 21px;
}
form.contact .formRowLeft label {
	margin-left: 21px;
}
form.contact .formRowLeft input.street, form.contact .formRow input.street {
	width: 128px;
}
form.contact .formRowLeft input.streetNr, form.contact .formRow input.streetNr {
	width: 25px;
	margin-left: 3px;
}
form.contact .formRowLeft input.plz, form.contact .formRow input.plz {
	width: 45px;
}
form.contact .formRowLeft input.ort, form.contact .formRow input.ort {
	width: 107px;
	margin-left: 3px;
}
form.contact .txtArea {
	display: block;
	width: 354px;
	margin-left: 21px;
}
form.contact .txtArea textarea {
	width: 352px;
	border: 1px solid #dfdfdf;
	background-color: #f7f7f7;
}
/* Formular - Buttons */
.buttonSet {
	float: right;
	width: 300px;
	margin: 15px 0 30px 0;
	text-align: right;
}
.buttonSet a:link, .buttonSet a:visited {
	float: right;
	width: 100px;
	height: 15px;
	margin: 0 21px 0 0;
	text-decoration: none;
	text-align: center;
	background-color: #f7f7f7;
	color: #666;
	border: 1px solid #dfdfdf;
	font: 11px Arial, Helvetica, sans-serif;
}
.buttonSet a:hover, .buttonSet a:focus {
	background-color: #dfdfdf;
	color: #666;
}
.buttonSet a:link.buttonLeft, .buttonSet a:visited.buttonLeft {
	margin: 0 6px 0 0;
}
.buttonSet a:link.buttonBold, .buttonSet a:visited.buttonBold {
	width: 65px;
	font-weight: bold;
}

/* Sitemap */

.sitemapContainer {float:left;}
.sitemapContainer li {float:left; list-style:none;}
.sitemapContainer li li {clear:both;}
.sitemapContainer h4 {border:1px #dfdfdf solid; padding:2px 10px 2px 10px; width:160px; margin:0 20px 0 0; font-size:11px;}
.sitemapContainer h4 a {text-decoration:none; color:#47155c;}
.sitemapContainer ul {margin:0 0 20px 11px;}
.sitemapContainer ul a:link, .sitemapContainer ul a:visited {
	display: block;
	width: 162px;
	padding: 3px 0 3px 9px;
	background-color: #dfdfdf;
	color: #666666;
	background: transparent url(../pics/profine/ico_me2.gif) 1px 10px no-repeat;
	text-decoration: none;
	border-bottom: 1px solid #dfdfdf;
	}

.sitemapContainer ul a:hover {font-weight:bold;}

#sub #footer {float:none; margin:0 0 0 191px; width: 430px; }

#me2, #header, #footer, #rightColumn, #contentImage, .rightColumnContainer, .quickfinder, .tools, #extranet-indikator  {display:none;}
#content, #contentBreit, #content #breadcrumb, #contentBreit #breadcrumb, #innen {width:600px; float:none;}

