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

body {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: .8em;
}

a:link {
	color: #00529c;
	}

a:visited {
	text-decoration: underline;
	color: #00529c;
	}

a:hover {
	text-decoration: underline;
	color: #002f59;
	}


h1 {
	font-size: 160%;
	color: #00529c;
	padding: 0;
	margin: 0 0 0.8em 0;
	line-height: 120%;
	font-weight: normal;
}
	
h2 {
	font-size: 110%;
	color: #777;
	padding: 0;
	margin: .8em 0 .8em 0;
	line-height: 125%;
}

h3 {
	font-size: 110%;
	color: #222;
	padding: 0;
	margin: 1.2em 0 0 0;
	line-height: 120%;
	font-weight: bold;
}

h4 {
	font-size: 120%;
	color: #777;
	padding: 0;
	margin-bottom: .8em;
	font-weight: normal;
}


h5 {
	font-size: 100%;
	color: #333;
	padding: 0;
	margin: .8em 0 -.3em 0;
	line-height: 120%;
	font-weight: bold;
}



	
p { 
	margin: .6em 0 .8em 0;
	padding: 0;
}
	
img {
	text-decoration: none;
	border: none;
}
	

strong, b {
	color: #333;
}

hr {
	height:0;
	font-size: 0;
	line-height: 0;
    border: 0 none;
    border-bottom: 1px dotted #003050;
}

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


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

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

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

#content ul ul {
	list-style: none;
	margin: .4em 0 0em 0;
	padding: 0;
}	

#content ul ul li {
    margin: 0;
	padding: 0 0 4px 12px;
	line-height: 1.4em;
	background: url(../img/listpunkt_leftcol.gif) 0px 4px 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 table ul ul {
	list-style: none;
	margin: .4em 0 0em 0;
	padding: 0;
}	

#content table ul ul li {
    margin: 0;
	padding: 0 0 4px 12px;
	line-height: 1.4em;
	background: url(../img/listpunkt_leftcol.gif) 0px 4px 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;
}

#leftcol .teaser1 ul, #leftcol .teaser2 ul {
	list-style: none;
	margin: .4em 0 .7em 1px;
	padding: 0;
}	

#leftcol .teaser1 ul li, #leftcol .teaser2 ul li {
    margin: 0;
	padding: 0 0 4px 12px;
	line-height: 1.2em;
	background: url(../img/listpunkt_leftcol.gif) 0 4px no-repeat;
	}	

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

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;
}


table.table-border {
    font-size: 101%;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    border: 1px solid #C9C9C9;
}

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

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

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


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


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

/* contentelement ce text image
 ----------------------------------------------- */

.img-right {
    float: right;
    margin: 0 0 5px 15px;
}

.img-left {
    float: left;
    margin: 0 15px 5px 0;
}

#content .ce-text-image-caption {
    line-height: 120%;
    margin: 2px 0 0 0;
    color: #777;
    font-size: 89%;
}

/* links
 ----------------------------------------------- */
 
 a.link-external {
        background: url(../img/external_link_new_window.gif) no-repeat;
        padding-left: 14px;
        background-position: left center;
        display: inline;
}

/* text
 ----------------------------------------------- */

.text-small {
	font-size: 86%;
}

