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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #000;
}

a:link {
	color: #0099FF;
	}

a:visited {
	color: #00CCFF;
	}
	
a:hover {
	color: #007CE6;
	}
	
a:active {
	color: #CC0000;
}

h1 {
	font-size: 140%;
	color: #333;
	padding: 0;
	margin: 0;
	font-weight: normal;
	line-height: 120%;
}


h2 {
	font-size: 111%;
	color: #666;
	padding: 0;
	margin: .1em 0 0.8em 0;
	font-weight: normal;
}

h3 {
	font-size: 111%;
	padding: 0;
	margin: 1em 0 0.6em 0;
	color: #333;
	xfont-weight: normal;

}
	
p {
	margin: 1em 0 1em 0;
	padding: 0;
}
	
img {
	text-decoration: none;
	border: none;
}
	
small {
	font-size: 86%;
}


strong, b {
	color: #333;
}

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


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

#content ul {
	list-style: none;
	margin: 0px 0px 0px 2px;
	padding: 0px;
}
	
#content li {
	margin: 0px;
	padding: 2px 0 2px 13px;
	background: url(../img/listpunkt_content.gif) no-repeat;
	background-position: 0 6px;
}

#teaser-content ul {
	list-style: none;
	margin: 0px 0px 0px 1px;
	padding: 0px;
}
	
#teaser-content li {
	margin: 0px;
	padding: 2px 0 2px 13px;
	background: url(../img/listpunkt_content.gif) no-repeat;
	background-position: 0 6px;
}

	
/* 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;
        }
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-noborder {
        font-size: 101%;
        padding: 0;
        margin: 0;
        border-collapse: collapse;
        border: 0 none;
        }
table.table-noborder td {
        vertical-align: top;
        border: 0 none;
        padding: 6px;
        margin: 0;
        }

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

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



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

a.external-link {
        background: url(/fileadmin/templates/img/external_link.gif) no-repeat;
        background-position: right center;
        padding-right: 16px;
        display: inline;
		color: #000;
		text-decoration: none;
}
a.external-link-new-window {
        background: url(/fileadmin/templates/img/external_link.gif) no-repeat;
        padding-right: 16px;
        background-position: right center;
        display: inline;
		color: #000;
		text-decoration: none;

}
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 {
		/*
        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;
}