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

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

a:link {
	color: #003050;
	}

a:visited {
	text-decoration: underline;
	color: #496a7f;
	}

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


h1 {
	font-size: 150%;
	padding: 0;
	margin: 0 0 0.8em 0;
	line-height: 120%;
}
	
h2 {
	font-size: 140%;
	padding: 0;
	margin-bottom: .8em;
	font-weight: normal;
	line-height: 120%;
}

h3 {
	font-size: 111%;
	padding: 0;
	margin: 1.2em 0 0 0;
	color: #003D66;
	line-height: 120%;
}


h4 {
	font-size: 106%;
	padding: 0;
	margin: .4em 0 0 0;
	color: #333;
}

h5 {
	font-size: 106%;
	padding: 0;
	margin: 0;
	color: #333;
}

h6 {
	font-size: 106%;
	padding: 4px 8px;
	margin: 1em 0 0 0;
	color: #003050;
	background-color: #eeeff1;
}
	
p {
	margin: .6em 0 .8em 0;
	padding: 0;
}
	
img {
	text-decoration: none;
	border: none;
}
	
small {
	font-size: 86%;
}


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: 79%;
}


ul { position: relative; }

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

#content ul, .content-100 ul, .rightcol-50 ul, .leftcol-33 ul, .rightcol-33 ul {
	list-style: none;
	margin: 1em 0 .7em 0;
	padding: 0;
}	

#content ul li, .content-100 ul li, .rightcol-50 ul li, .leftcol-33 ul li, .rightcol-33 ul li {
    margin: 0;
	padding: 0 0 4px 17px;
	line-height: 1.4em;
	background: url(../img/listpunkt_content.gif) 0 3px 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_rightcol.gif) 0px 4px no-repeat;
	}
	
	
.rightcol-25 ul, .leftcol-25 ul {
	list-style: none;
	margin: 1em 0 .7em 0;
	padding: 0;
	}	

.rightcol-25 ul li, .leftcol-25 ul li {
	padding: 0 0 4px 11px;
	line-height: 1.4em;
	background: url(../img/listpunkt_rightcol.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 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_rightcol.gif) 0px 4px no-repeat;
	}
	

	
#content ol {
	list-style-position: outside;
	margin: 1em 0 .7em 2.2em;
	padding: 0 0 0 0;
}

#content ol li {
	padding: 0 0 4px 0;
	line-height: 1.3em;
}
	
.rightcol-25 ol, .leftcol-25 ol {
	margin: 1em 0 .7em 0;
	padding: 0 0 0 24px;
}

.rightcol-25 ol li, .leftcol-25 ol li {
	padding: 0 0 4px 0;
	line-height: 1.3em;
}
	
	
/* newsletter-listen
 ----------------------------------------------- */

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

#newsletter ul li {
    margin: 0;
	padding: 0 0 4px 17px;
	line-height: 1.4em;
	background: url(http://www.lasa-brandenburg.de/brandaktuell/fileadmin/templates/img/listpunkt_content.gif) 0 3px no-repeat;
	}
	

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

#newsletter ul ul li {
    margin: 0;
	padding: 0 0 4px 12px;
	line-height: 1.4em;
	background: url(http://www.lasa-brandenburg.de/brandaktuell/fileadmin/templates/img/listpunkt_rightcol.gif) 0px 4px no-repeat;
	}

#newsletter table ul {
    margin: 0;
}

#newsletter table ul li {
    line-height: 1.1em;
	background: url(http://www.lasa-brandenburg.de/brandaktuell/fileadmin/templates/img/listpunkt_content.gif) 0 1px no-repeat;
}

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

#newsletter table ul ul li {
    margin: 0;
	padding: 0 0 4px 12px;
	line-height: 1.4em;
	background: url(http://www.lasa-brandenburg.de/brandaktuell/fileadmin/templates/img/listpunkt_rightcol.gif) 0px 4px no-repeat;
	}	

#newsletter ol {
	margin: 1em 0 .7em 0;
	padding: 0 0 0 24px;
}

#newsletter 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 #BDD2D5;
}
        
table.contenttable td {
    vertical-align: top;
    border: 1px solid #BDD2D5;
    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 #C9C9C9;
    width: 100%;
}

table.table-standard td {
    vertical-align: top;
    border: 1px solid #C9C9C9;
    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;
}


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


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

/* inline-teaser
 ----------------------------------------------- */
 
#content p.teaser-content-left {
	margin: 2px 12px 6px 0;
	background-color: #F2F2F2;
	font-size: 89%;
	width: 200px;
	padding: 8px;
	float: left;
	line-height: 120%;
}

#content p.teaser-content-left strong {
    font-size: 106%;
	margin: 0 0 -.8em 0;
	padding: 0;
	color: #1569BF;
display: block;
}

#content p.teaser-content-right {
	margin: 2px 0px 6px 12px;
	background-color: #F2F2F2;
	font-size: 89%;
	width: 200px;
	padding: 8px;
	float: right;
	line-height: 120%;
}

#content p.teaser-content-right strong {
    font-size: 106%;
	margin: 0 0 -.8em 0;
	padding: 0;
	color: #1569BF;
display: block;
}

#content p.kapitaelchen, #topcontent p.kapitaelchen,
#rightcolcontent p.kapitaelchen, #leftcolcontent p.kapitaelchen
{
	font-weight: normal
}

#content p.kapitaelchen:first-letter, 
#topcontent p.kapitaelchen:first-letter,
#rightcolcontent p.kapitaelchen:first-letter,
#leftcolcontent p.kapitaelchen:first-letter

{
	float: left;
	display: block;
	color: #008FD2;
	font-weight: bold;
 	font-size: 310%;
 	line-height: 0.85em;
	 margin-right: 0.05em;
	 margin-bottom:-0.25em;
	 padding-bottom: 0.02em; 
}


p.interview-frage, .interview-frage {
	margin-bottom: 0;
	color: #008FD2;
}



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

a.external-link {
        /*
        background: url(http://www.lasa-brandenburg.de/brandaktuell/fileadmin/templates/img/external_link.gif) no-repeat;
        background-position: left center;
        padding-left: 11px;
        */
        display: inline;
}

a.external-link-new-window {
        background: url(http://www.lasa-brandenburg.de/brandaktuell/fileadmin/templates/img/external_link_new_window.gif) no-repeat;
        padding-left: 16px;
        background-position: left .1em;
}


a.internal-link {
        /*
        background: url(http://www.lasa-brandenburg.de/brandaktuell/fileadmin/templates/img/internal_link.gif) no-repeat;
        padding-left: 9px;
        background-position: left center;
        */
        display: inline;
}
a.internal-link-new-window {
		/*
        background: url(http://www.lasa-brandenburg.de/brandaktuell/fileadmin/templates/img/internal_link_new_window.gif) no-repeat;
        padding-left: 14px;
        background-position: left center;
		*/
        display: inline;
}
a.download {
        background: url(http://www.lasa-brandenburg.de/brandaktuell/fileadmin/templates/img/download.gif) no-repeat;
        padding-left: 16px;
        background-position: left .1em;
        display: inline;
}
a.mail {
        background: url(http://www.lasa-brandenburg.de/brandaktuell/fileadmin/templates/img/mail.gif) no-repeat;
        padding-left: 22px;
        background-position: left 0px;

}

#rightcol a.mail { /* cut long mailaddress */
        overflow: hidden;
        width: auto;
        display: block;
}


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

span.small, .small {
    font-size: 89%;
    line-height: 120%;
}

 

span.color, .color {
    font-weight: bold;
    color: #008FD2;
}






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