/* standards
 ----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

a:link {
	color: #3E91BA;
	}

a:visited {
	text-decoration: underline;
	color: #3E91BA;
	}

a:hover {
	text-decoration: underline;
	color: #357B9E;
	}


h1 {
	font-size: 150%;
	padding: 0;
	margin: 0 0 0.8em 0;
	line-height: 120%;
	font-weight: normal;
}
	
h2 {
	font-size: 111%;
	padding: 0;
	color: #666;
}

h3 {
	font-size: 109%;
	padding: 0;
	margin: 1em 0 .5em 0;
	color: #34799B;
}


h4 {
	font-size: 106%;
	padding: 0;
	margin: 1.4em 0 -.4em 0;
	color: #303030;
}
	
p {
	margin: 1em 0 1em 0;
	padding: 0;
}
	
img {
	text-decoration: none;
	border: none;
}
	
small {
	font-size: 86%;
}


strong, b {
	color: #505050;
}

hr {
        height: 1px;
        border-top: 1px solid #ccc;
        border-left: none;
        border-right: none;
        border-bottom: none;
        margin: 0;
        padding: 0;
        }


sup, sub {
	font-size: 79%;
}


/* listen
 ----------------------------------------------- */

#content ul {
	position: relative;
	list-style: none;
	margin: 1em 0 .7em 0;
	padding-left: 2px;
	}	

#content ul li {
	padding: 0 0 4px 12px;
	line-height: 1.4em;
	background: url(../img/listpunkt_content.gif) 0 5px no-repeat;
	}
	
#content ol {
	margin: 1em 0 .7em 0;
	padding: 0 0 0 24px;
}

#content ol li {
	padding: 0 0 4px 0;
	line-height: 1.3em;
}
	
#rightcol ul {
	position: relative;
	list-style: none;
	margin: 1em 0 .7em 0;
	padding-left: 2px;
	}	

#rightcol ul li {
	padding: 0 0 4px 10px;
	line-height: 1.4em;
	background: url(../img/listpunkt_rightcol.gif) 0 5px no-repeat;
	}


#rightcol .teaser-blue ul li {
	padding: 0 0 4px 10px;
	line-height: 1.4em;
	background: url(../img/listpunkt_rightcol_blue.gif) 0 5px no-repeat;
	}
	
#rightcol ol {
	margin: 1em 0 .7em 0;
	padding: 0 0 0 24px;
}

#rightcol ol li {
	padding: 0 0 4px 0;
	line-height: 1.3em;
}
	

/* table
 ----------------------------------------------- */


table.contenttable {
        font-size: 101%;
        padding: 0;
        margin: 0;
        border-collapse: collapse;
        border: 1px solid #63A2CC;
        }
table.contenttable td {
        vertical-align: top;
        border: 1px solid #63A2CC;
        padding: 6px;
        margin: 0;
        }

table.contenttable thead {
	font-weight: bold;
}

table.contenttable td p {
	margin: 0;
	padding: 0;
}



table.table-standard {
        font-size: 101%;
        padding: 0;
        margin: 0;
        border-collapse: collapse;
        border: 1px solid #63A2CC;
        width: 100%;
        }

table.table-standard td {
        vertical-align: top;
        border: 1px solid #63A2CC;
        padding: 6px;
        margin: 0;
        }

table.table-standard thead {
	font-weight: bold;
}

table.table-standard td p {
	margin: 0;
	padding: 0;
}


table.table-standard td ol {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}


table.table-standard td ol li {
	margin: 0;
	padding: 0;
}


table.table-noborder {
        font-size: 101%;
        padding: 0;
        margin: .6em 0 0 0;
        border-collapse: collapse;
        border: 0 none;
        }
table.table-noborder td {
        vertical-align: top;
        border: 0 none;
        padding: 5px 8px 5px 0;
        margin: 0;
        }

table.table-noborder thead {
	font-weight: bold;
}

table.table-noborder td p {
	margin: 0;
	padding: 0;
}

table.table-noborder td ol {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}


table.table-noborder td ol li {
	margin: 0;
	padding: 0;
}

td.td-fix {
	width: 170px;
}


/* links
 ----------------------------------------------- */

a.external-link {
        background: url(/fileadmin/templates/img/external_link.gif) no-repeat;
        background-position: left center;
        padding-left: 11px;
        display: inline;
}
a.external-link-new-window {
        background: url(/fileadmin/templates/img/external_link_new_window.gif) no-repeat;
        padding-left: 14px;
        background-position: left center;
        display: inline;
}
a.internal-link {
		/*
        background: url(/fileadmin/templates/img/internal_link.gif) no-repeat;
        padding-left: 9px;
        background-position: left center;
		*/
        display: inline;
}
a.internal-link-new-window {
		/*
        background: url(/fileadmin/templates/img/internal_link_new_window.gif) no-repeat;
        padding-left: 14px;
        background-position: left center;
		*/
        display: inline;
}
a.download {
		display: inline;
/*
        background: url(/fileadmin/templates/img/download.gif) no-repeat;
        padding-left: 13px;
        background-position: left center;
        display: inline;
*/

}
a.mail {
        background: url(/fileadmin/templates/img/mail.gif) no-repeat;
        padding-left: 20px;
        background-position: left center;
        display: inline;
}


/* special styles
 ----------------------------------------------- */

span.symbol {
	font-family:symbol;
}
ol.abc-Liste {
        list-style-type: lower-alpha;
}
p.code-box {
	background-color: #f4f4f4; 
        color: #000000;
	padding: 2px 4px 2px 4px;
 	border: 1px solid #000000;
        font-family: mono-space,monospace,courier;
	font-size:89%;
}
img.img-left {
        border: 1px solid #999999;
	float: left;
        margin-right: 10px;
        margin-top: 5px;
}
img.img-right {
        border: 1px solid #999999;
	float: right;
        margin-right: 10px;
        margin-top: 5px;
}
