/******************************
 * HTML-Tags 
 ******************************/
 
/* Alles nullen */
body {
	font-family:Tahoma,Arial,sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	line-height:1.6em;
	color:#003065;
}
h1,h2,h3,h4,h5,h6,dl,dt,dd,img,p,div,form,legend,fieldset,legend,input,select,textarea,table,th,td,caption,ul,li,ol,a,acronym, dfn, abbr {
	margin:0;
	padding:0;
	font-family:Tahoma,Arial,sans-serif;
}

/* Absaetze und Ueberschriften */
h1 {
	line-height:19px;
	font-size:1em;
	font-weight:normal;
	letter-spacing:1px;
	padding:3px 10px;
	background-color:#003065;
	color:#9acef2;
	text-transform:uppercase;
	margin:0 -10px 20px -10px;
}
h1 a {
	color:#9acef2;
	text-transform:uppercase;
	text-decoration:none;
}
h2 {
	font-size:1.8em;
	line-height:1.1em;
	font-weight:normal;
	font-style:italic;
	padding-bottom:20px;
}
h3 {
	color:#29a1d7;
	font-size:1em;
}

p {
	padding-bottom:12px;
}
address {
	font-style:normal;
}
small,.small {
	font-size:0.9em;
	line-height:1.2em;
}
acronym, dfn, abbr, span.abbr { 
	border-bottom: 1px dotted black; cursor: help; 
	white-space:normal;
}

hr {
	height:1px;
	color:#c1c1c1;
	background:none;
	border:none;
	border-top:1px solid #c1c1c1;
	margin:10px 0 10px 0;
}
hr.sbac-spacer {
	visibility:hidden;
}


/* Links */
a,
a.external-link,
a.active,
a.email,
a.download {
	color:#003065;
	text-decoration:underline;
}
a:hover,
a:focus {
	text-decoration:none;
	color:#29a1d7;
}
a.external-link {
	padding-left:18px;
	background:url(../img/icon_link.gif) left 6px no-repeat;
	display:inline-block;
}
a.email {
	padding-left:18px;
	background:url(../img/icon_mail.gif) left 5px no-repeat;
	display:inline-block;
}
a.download {
	padding-left:18px;
	background:url(../img/icon_download.gif) 1px top no-repeat;
	display:inline-block;
}
a img { 
	border:none;
	text-decoration:none;
}


/* Listen */
ul {
	margin-left:1.5em;
}

ul.nostyle { 
	list-style-type:none;
	margin:0;
	padding:0;
}
li dfn,.usb {
	display:block;
	position:absolute;
	left:-3000px;
	height:0px;
	width:0px;
}


/* Formulare */
form br {
	clear:both;
}
fieldset {
	padding:0;
	border:none;
	margin-bottom:20px;
}

legend {
	font-size:1.5em;
	font-weight:normal;
	font-style:italic;
	padding-bottom:5px;
	color:#003065;
}
label {
	margin:8px 0 0 0;
	display:block;
	font-weight:bold;
	font-size:0.9em;
	line-height:1.2em;
}
label.inline {
	display:inline;
	margin:0 5px 0 0;
}
table label {
	display:inline;
	margin:0;
}
fieldset.buttons {
	margin-bottom:10px;
}
fieldset.buttons legend,
fieldset.buttons .legend {
	font-size:0.9em;
	font-weight:bold;
	font-style:normal;
	padding-top:8px;
	white-space:normal;
	width:80%;
	
}
fieldset.buttons label {
	display:inline;
	margin:0 5px;
}
.powermail_radio_inner {
	display:inline;
}
input, textarea, select {
	border:1px solid #003065;
	padding:1px 3px;
	font-size:0.85em;
}
select {
	padding:0;
	margin-top:1px;
}
input[type=radio],
input[type=checkbox],
input.radio  {
	border:none;
	
}
input.normal,input.text, textarea {
	width:350px;
}
input.small {
	width:80px;
}
input.midi {
	width:200px;
}
input.readonly {
	background:#f1f1f1;
	color:#919191;
}
textarea {
	height:100px;
}
input.submit,
input[type=submit] {
	border:1px solid #003065;
	color:#003065;
	margin:5px 3px 0 0;
	font-weight:bold;
	padding:3px 5px;
}
input.submit:hover,
input[type=submit]:hover {
	background-color:#9acef2;
	color:#003065;
}


/* Tabellen */
table {
	font-size:1em;
	width:97%;
}
caption {
	font-size:1.2em;
	line-height:1.4em;
	font-weight:bold;
	text-align:left;
}
th {
	padding:3px;
	text-align:left;
}
td {
	vertical-align:top;
	padding:3px;
}


/* Definitionslisten */
dd {
	margin-left:2em;
}


/**********************************
 * Sonstige Bereiche 
 **********************************/

div.breadcrumb {
	margin-bottom:15px;
	color:#666;
}
.funx_top {
	font-size:0.9em;
	margin-top:40px;
}
.funx_top a {
	padding-left:18px;
	background:url(../img/icon_top.gif) left top no-repeat;
}


/**********************************
 * Allgemeingueltige Klassen 
 **********************************/
.hidden {
	display:none;
}
.clearer, .clear {
	clear: both;
}
.left, .imgleft {
	float: left;
}
.right, .imgright {
	float: right;
}
.error {
	color:#cc071e;
}
.align-center {
	text-align:center;
}
.align-right {
	text-align:right;
}
.align-left {
	text-align:left;
}
.monospace {
	font-family:'Andale Mono',Courier,monospace;
}
.marked {
	padding:5px 5px 5px 25px;
	background:url(../img/icon_marked.gif) left 5px no-repeat;
	background-color:#e5f4fc;
	border:1px solid #003065;
}


/**********************************
 * RTE 
 **********************************/
.blueBox, p.blueBox, div.blueBox {
	padding:10px;
	background-color:#e5f4fc;
}
.borderB, p.borderB, div.borderB {
	padding:0 0 5px 0;
	border-bottom:1px solid #003065;
}
.borderTB, p.borderTB, div.borderTB {
	padding:5px 0;
	border-top:1px solid #003065;
	border-bottom:1px solid #003065;
}
.red,p.red,div.red,span.red,h2.red {
	color:#cc071e;
}
.grey {
	color:#626262;
}

/**********************************
 * Inhaltselemente 
 **********************************/

/* Bilder mit BU */
dl.image {
	margin:0 10px 10px 10px;
}
dl.image dt, div.filelinks dd {
	margin:0;
	padding:0;
	line-height:0.9em;
}
dl.image dd {
	background-color:#e8eff4;
	margin:-1px 0 0 0;
	padding:1px 0 1px 3px;
	font-size:0.9em;
	line-height:1.2em;
}
.imgleft dl.image {
	float:left;
	margin-right:10px;
	margin-left:0px;
}
.imgright dl.image {
	float:right;
	margin-left:10px;
	margin-right:0px;
}


/* PageBrowser */

div.pagebrowser {
	margin:10px 0;
}
ul.browsebox {
	list-style-type:none;
	margin:10px 0 10px 0;
}
div.pagebrowser li,
ul.browsebox li {
	display:inline;
	padding-right:10px;
}
.pagebrowser p {
	padding:0;
}


/* Sitemap */
div.sitemap {
	font-size:0.9em;
}
div.sitemap a {
	font-size:1.1em;
}
div.sitemap dl.firstLevel dt {
	margin-top:15px;
	padding:2px 5px;
	background-color:#e8eff4;
	border:1px solid #004b81;
}
div.sitemap dl.firstLevel dd {
	margin:-1px 0 0 0;
	border:1px solid #004b81;
	border-top:none;
	padding:5px;
	color:#666;
	font-style:italic;
}
div.sitemap dd.blockborder {
	padding-left:15px;
	background-color:#fff;
}
div.sitemap dl.secondLevel dt {
	font-style:normal;
	border:none;
	background:none;
	margin:0;
}
div.sitemap dl.secondLevel dd {
	border:none;
	margin:-10px 0 0 0;
}



/**********************************
 * Plugins 
 **********************************/
.tx-srfeuserregister-pi1 form dd,
.tx-srfeuserregister-pi1 form dt,
.tx-srfeuserregister-pi1 form dl {
	margin:0;
	padding:0;
}
.tx-srfeuserregister-pi1 form dd.radio label {
	display:inline;
	margin:0 10px 0 5px;
}
.tx-srfeuserregister-pi1 dl.preview {
	display:block;
	clear:both;
}
.tx-srfeuserregister-pi1 dl.preview dt {
	font-weight:bold;
	display:block;
}

.tx-srfeuserregister-pi1 dl.preview dd {
	margin-bottom:10px;
}
.tx-srfeuserregister-pi1 #tx-srfeuserregister-pi1-tx_isregisterfields_activities {
	height:200px;
}




/* Blog  */
.tx-t3blog-pi2 table.calendar {
	width:190px;
	border:1px solid #003399;
}
.tx-t3blog-pi2 table.calendar th {
	color:#fff;
	font-size:11px;
	padding:3px 10px;
	background-color:#003065;
	text-transform:uppercase;
}
.tx-t3blog-pi2 table.calendar th a {
	color:#fff;
}
.tx-t3blog-pi2 table.calendar td {
	border-bottom:1px solid #c1c1c1;
	border-left:1px solid #c1c1c1;
}
.tx-t3blog-pi2 table.calendar td.first {
	border-left:none;
}
.tx-t3blog-pi2 table.calendar td.lastrow {
	border-bottom:none;
}
.tx-t3blog-pi2 table.calendar tr.month td {
	font-weight:bold;
	border-bottom:1px solid #003065;
	border-left:none;
	text-align:center;
}
.tx-t3blog-pi2 .itemNav {
	margin-bottom:30px;
}
#tagcloud a {
	text-decoration:none;
}
.blogCommentMessage {
	font-weight:bold;
	color:#003065;
}


/* Arztsuche */
#googlemap {
	width:100%; 
	height:350px;
	overflow:hidden;
}
.googleinfo {
	width:200px;
	padding:5px;
}

/* Volltextsuche */
#header .tx-indexedsearch-browsebox,
#header .tx-indexedsearch-whatis {
	display:none;
}


/* Frageboegen */
.tx-istests-pi2 ul.nostyle {
	margin-bottom:20px;
}
.tx-istests-pi2 ul.nostyle a.active {
	text-decoration:none;
	color:#29a1d7;
}


/* Wahlleistungen */
.tx-iswl-pi1 table .error {
	padding-top:10px;
}
.tx-iswl-pi1 table.wl_list th,
.tx-iswl-pi1 table.wl_list td {
	border-bottom:1px dotted #003065;
}
.tx-iswl-pi1 dl.wl_latest dt {
	padding-top:5px;
}
.tx-iswl-pi1 dl.wl_latest dd {
	margin:0;
	padding:0 0 0 0;
}
.tx-iswl-pi1 table.wl_list p {
	padding:0;
}
.tx-iswl-pi1 table.wl_list .tx-ratings, 
.tx-iswl-pi1 dl.wl_latest .tx-ratings {
	margin:0;
	padding:5px 0 15px 0;
}
.tx-iswl-pi1 table.wl_list .tx-ratings-text,
.tx-iswl-pi1 dl.wl_latest .tx-ratings-text {
	padding-left:60px;
	line-height:1.4em;
}
/* Kommentare */
.tx-comments-comment-1,
.tx-comments-comment-2 {
	padding:5px;
}
.tx-comments-comment-1 {
	background:#fff;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
}
.tx-comments-comment-form {
	margin-top:30px;
}
