/* standards
 ----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	/* background-color: #fff; */
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-size: .8em;
}

a:link {
	color: #FF7700;
	}

a:visited {
	color: #FF7700;
	}

a:hover {
	text-decoration: underline;
	color: #8b8c8e;
	}


h1 {
	font-size: 140%;
	color: #606060;
	padding: 0;
	margin: 0 0 0.8em 0;
	line-height: 120%;
	font-weight: normal;
	xtext-transform: uppercase;
}
	
h2 {
	font-size: 111%;
	xcolor: #666;
	padding: 0;
	line-height: 120%;
	}

h3 {
	font-size: 111%;
	padding: 0;
	margin: 1.4em 0 0.8em 0;
	color: #FF7700;
	}

h4 {
	font-size: 140%;
	color: #606060;
	padding: 0;
	margin: 0 0 0.8em 0;
	line-height: 120%;
	font-weight: normal;
	xtext-transform: uppercase;
	}
	
p, em {
	margin: .8em 0 1em 0;
	padding: 0;
	}
	
img {
	text-decoration: none;
	border: none;
	}
	
small {
	font-size: 86%;
}


strong, b {
	xcolor: #272727;
}

hr {
	border: 0 none;
	font-size: 0;
	margin: 0;
	padding: 0;
	height: 1px;
	border-top: 1px dotted #A0A0A0;
}

sub, sup {
    line-height: 0%;
    margin: 0;
    padding: 0;
}

sub { position:relative; top:3px; font-size:8px; font-weight:normal; vertical-align:baseline; }

/* listen
 ----------------------------------------------- */

#content ul {
	position: relative;
	list-style: none;
	margin: 1em 0 .7em 0;
	padding-left: 2px;
	}	

#content ul li {
	padding: 0 0 4px 14px;
	line-height: 1.4em;
	background: url(../img/listpunkt_content.gif) 0 3px no-repeat;
	}

#content table ul {
    margin: 0;
}

#content table ul li {
    line-height: 1.1em;
	background: url(../img/listpunkt_content.gif) 0 1px no-repeat;
}

#content ul ul {
	position: relative;
	list-style: none;
	margin: .4em 0 .7em 0;
	padding-left: 2px;
	}	

#content ul ul li {
	padding: 0 0 4px 10px;
	line-height: 1.4em;
	background: url(../img/listpunkt2_content.gif) 0 3px 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: .4em 0 .7em 0;
	padding: 0 12px;
}	

#rightcol ul li {
	padding: 0 0 4px 10px;
	background: url(../img/listpunkt_rightcol.gif) 0 3px 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 #ABCCEF;
        width: 100%;
        }

table.table-standard td {
        vertical-align: top;
        border: 1px solid #ABCCEF;
        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;
}

/* inline-teaser
 ----------------------------------------------- */
 
p.teaser-content-left {
	margin: 2px 12px 6px 0;
	background-color: #F2F2F2;
	font-size: 89%;
	width: 200px;
	padding: 8px;
	float: left;
	line-height: 120%;
}

p.teaser-content-left strong {
    font-size: 106%;
	margin: 0 0 -.8em 0;
	padding: 0;
	color: #1569BF;
display: block;
}

p.teaser-content-right {
	margin: 2px 0px 6px 12px;
	background-color: #F2F2F2;
	font-size: 89%;
	width: 200px;
	padding: 8px;
	float: right;
	line-height: 120%;
}

p.teaser-content-right strong {
    font-size: 106%;
	margin: 0 0 -.8em 0;
	padding: 0;
	color: #1569BF;
display: block;
}


/* links
 ----------------------------------------------- */

a.external-link {
        /*
        background: url(/fileadmin/templates/img/external_link.gif) no-repeat;
        background-position: left center;
        padding-left: 11px;
        */
        color: #FF7700;
        display: inline;
}
a.external-link-new-window {
        background: url(/fileadmin/templates/img/external_link_new_window.gif) no-repeat;
        padding-left: 16px;
        background-position: left 0;
        display: inline;
}

a.external-internal {
        background: url(/fileadmin/templates/img/internal_link.gif) no-repeat;
        padding-left: 16px;
        background-position: left 0;
        display: inline;
}

a.internal-link {
        background: url(/fileadmin/templates/img/internal_link.gif) no-repeat;
        padding-left: 16px;
        background-position: left 0;
        display: inline;
}

#rightcol a.internal-link {
        background: url(/fileadmin/templates/img/internal_link.gif) no-repeat;
        padding-left: 16px;
        background-position: left 0;
        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: 16px;
        background-position: left 0;
        display: inline;
}

a.mail {
        background: url(/fileadmin/templates/img/mail.gif) no-repeat;
        padding-left: 22px;
        background-position: left 0;
        display: inline;
}


/* special styles
 ----------------------------------------------- */

span.symbol {
	font-family:symbol;
}

span.small, .small {
    font-size: 89%;
}

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 {
        xborder: 1px solid #999999;
	float: left;
        margin-right: 10px;
        margin-top: 5px;
}
img.img-right {
        xborder: 1px solid #999999;
	float: right;
        margin-left: 10px;
        margin-top: 5px;
}