html { min-height: 100%; margin-bottom: 1px; } 

body {
	margin-top: 20px; 	
	margin-bottom: 50px;
 	margin-left: 0px;
 	margin-right: 0px;
 	font-family: Verdana, Helvetica, Arial, sans-serif;
 	font-size: 13px;
 	background-color: #e1d8eb;
 	color: #004ba5;
         background-image: url(img/layout/bg.png);
	background-repeat: no-repeat;
}

form, div, p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
H1 {font-family: Arial; font-size: 14pt; text-align: left; color: #6a2c91; margin-bottom: 0.4em;}
H2 {font-family: Arial; font-size: 12pt; text-align: Left; color: #6a2c91; margin-bottom: 0.4em}
H3 {font-family: Arial; font-size: 11pt; text-align: Left; color: #6a2c91; margin-bottom: 0.4em;}
H4 {font-family: Arial; font-size: 10pt; text-align: Left; color: #6a2c91; margin-bottom: 0.2em;}
H5 {font-family: Arial; font-size: 9pt; text-align: Left; color: #6a2c91; margin-bottom: 0.2em;}

p {
	margin-bottom: 1em;
	text-align: justify;
}

td, th, p, div, span {
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

.listEntry {
	margin-bottom: 10px;
}


a, a:link, a:visited, a:active, a:focus {
 	color: #770f94;
 	text-decoration: none;
 } 

a:hover {
 	color: #000000;
 	text-decoration: none;
 }

.articleText { 
	margin-bottom: 3px;
	text-align: justify;
}

.articleCode {
	margin-bottom: 3px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}

.articleSummary {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 135%;
}

.nav_table, .nav_table a, .nav_table a:link, .nav_table a:active, .nav_table a:visited, .nav_table a:hover {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #4A5966;
	font-weight: normal;
	text-decoration: none;
}
.nav_table a:hover {
	text-decoration: underline;
}

.nav_table_active, .nav_table_active a, .nav_table_active a:link, .nav_table_active a:active, .nav_table_active a:visited, .nav_table_active a:hover {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #4A5966;
	font-weight: bold;
	text-decoration: none;
}

.articleList_toptext {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
}

.articleList_listhead {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}


/* CSS for the top level list */
ul.list_top, ul.list_level {
	padding: 3px 0;
	margin-left: 0;
	border-bottom: 1px solid #5E747F;
	font: bold 12px Verdana, sans-serif;
}
ul.list_top li, ul.list_level li {
	list-style: none;
	margin: 0;
	display: inline;
	padding: 0;
}
ul.list_top li a, ul.list_level li a {
	padding: 3px 0.5em;
	margin: 0px;
	border: 1px solid #778;
	border-bottom: none;
	background: #D7DEE5;
	text-decoration: none;
}
ul.list_top li a:link, ul.list_level li a:link { color: #5E747F; }
ul.list_top li a:visited, ul.list_level li a:visited { color: #5E747F; }
ul.list_top li a:hover, ul.list_level li a:hover {
	color: Black;
	background: #92A1AF;;
	border-color: #227;
}
ul.list_top li.active a, ul.list_level li.active a {
	background: white;
	border-bottom: 1px solid white;
}


/*  Sample CSS for DIV pagelayout 
==============================================================

  These styles control the display of the layout.

------------------------------------------------------------*/

#container {
	width: 900px;
	\width: 920px;
	w\idth: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	border: 1px solid #666666;
}


#headerBlock {
	padding: 20px 20px 0 0px;
         height: 190px;
         background-image: url(img/layout/header.png);
	background-repeat: no-repeat;
	text-align: right;
	font-weight: bold;


}

#containerInner {
        padding: 0px 0px 0px 0px;
	margin-top: 0px;

         background-image: url(img/layout/bg_inner.png);
	background-repeat: repeat-y;
}

#mainBlock {
	float: right;
	width: 705px;
        padding: 0px;

	text-align: left;
	margin-right: 0px;
}


#mainBlockContent {
	width: 480px;
	float: left;
        padding: 10px 15px 10px 15px;


}

#mainBlockContentRight {
	float: right;
	width: 190px;

	padding-left: 0px;
	height: 350px;
	 	background-color: #efeaf5;
}

#mainBlockContentFull {
	width: 695px;
	float: left;
        padding: 0px 10px 10px 10px;

}

#leftBlock {
	float: left;
	height: 350px;
	width: 187px;
	\width: 197px;
	w\idth: 187px;

	margin-bottom: 0px;

	padding: 0px;
 	background-color: #efeaf5;
}

#rightBlock {
	width: 150px;
	\width: 160px;
	w\idth: 150px;
	height: 350px;
	margin-right: 2px;
	padding-top: 5px;
	padding-right: 0px;

}


#footerBlock {
	clear: both;
         padding-top: 3px;
	margin-top: 0px;
         height: 30px;
	text-align: center;
 	background-color: #bda8d1;
}
#footer1 li{
	display: inline;

}
#footer1, #footer1 a, #footer1 a:link, #footer1 a:active, #footer1 a:visited, #footer1 a:hover {
        margin-top: 0px;
        margin-bottom: 0px;
	padding-top: 2px;
        font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #6a2c91;
	text-decoration: none;
	height: 12px;
 	background-color: #bda8d1;
 	font-size: 10px;
}
#footer1 a:hover {
	text-decoration: underline;
}
#footer2 li{
	display: inline;
}
#footer2, #footer2 a, #footer2 a:link, #footer2 a:active, #footer2 a:visited, #footer2 a:hover {
        margin-top: 1px;
        margin-bottom: 3px;
        font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #6a2c91;
	font-weight: normal;
	text-decoration: none;
 	background-color: #bda8d1;
 	font-size: 10px;
}
#footer2 a:hover {
	text-decoration: underline;
}


#clear {
	clear: both;
	width: 95%;
        height: 1px;
}

.clear {
	clear: both;
}

#linkIt {
	float: left;
	margin-top: 20px;
	margin-left: 1px;
}

#nlpLogo {
	float: left;
        height: 82px;
	width: 100px;
	margin-top: 20px;
	margin-left: 50px;
         background-image: url(img/layout/NLP_logo.png);
	background-repeat: no-repeat;
}

#afcLogo {
	float: left;
        height: 82px;
	width: 100px;
	margin-top: 10px;
	margin-left: 60px;
         background-image: url(img/layout/afc.jpg);
	background-repeat: no-repeat;
}

#anlpLogo {
	float: left;
        height: 82px;
	width: 100px;
	margin-top: 10px;
	margin-left: 65px;
	margin-bottom: 10px;
         background-image: url(img/layout/anlp.jpg);
	background-repeat: no-repeat;
}

#donate {
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}

.summaryText {
	text-align: justify;

}
.wysiwygText {
	text-align: justify;
}

.quoteText {
	padding: 10px 10px 0px 10px;
 	font-size: 14px;
}

.quoteTextSmall {
	padding: 10px 15px 0px 12px;
 	font-size: 12px;
}

.quoteName {
	padding: 0px 10px 0px 10px;
 	font-weight: bold;
}


/*  Accessibility Menu (Usualy Hidden) and Font Size control
==============================================================

  These styles control the display the "skip to content" Links 
  and the font resize function
  These links are normaly hidden from Web browsers.
  
------------------------------------------------------------*/


#accessibility {
	display: none;
}


#nav-skipto-content {
}


#fontSizer {
	float: right;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 5px;
	color: #333333;
 	font-size: 13px;
}

#fontSizer a, #fontSizer a:link, #fontSizer a:visited, #fontSizer a:active, #fontSizer a:focus {
 	color: #333333;
 	text-decoration: none;
 	font-size: 13px;
 } 

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

#fontSizer .buttonSmaller {
	position:	 relative;
}

#fontSizer .buttonBigger {
	position:	 relative;
}

.headerText {
	margin-bottom: 10px;
}

/* ------- start news --------- */

    .newsEntry {
       padding: 5px 0 0px 0;
    }

.newsEntry1Item {
       margin: 0px 18px 0px 12px;
}


    .newsImageTeaser {
       float:left;
       border: 5px solid #ffffff;
       margin: 0px 10px 5px 0;
       padding: 0px 0px 0 0;

    }

    .newsImageDetail {
       float:left;
       border: 5px solid #ffffff;
       margin: 4px 10px 5px 0;
       padding: 0px 0px 0 0;

    }
    .news_teaser {
       text-align: justify;
    }

    .news_text{
       text-align: justify;
    }
    .hrNews{
       margin: 0px 0 0px 0;
       padding: 5px 0 0px 0;
       height:0;
       border:0;
       border-bottom:1px dotted #CCCCCC;
       clear:both;
    }

/* ------- end news --------- */


/* ------- Teaser -------------- */
.teaser {


   padding: 0px;
   margin: 0px;

}

.teaser0 {

}
.teaser0, .teaser0 a:link, .teaser0 a:visited, .teaser0 a:active, .teaser0 a:focus {
 	color: #666666;
 	text-decoration: none;


 } 



.teaser0 a:hover {
 	color: #384f53;
 	text-decoration: none;
 }

.teaser1 {
       height: 120px;
       padding: 10px 0 0px 0;
        background-image: url(img/layout/teaser_bg.png);
	background-repeat: repeat-x;
}
.teaser1, .teaser1 a:link, .teaser1 a:visited, .teaser1 a:active, .teaser1 a:focus {
 	color: #666666;
 	text-decoration: none;
 } 

.teaser1 a:hover {
 	color: #384f53;
 	text-decoration: none;
 }

.teaser2 {
   display: block;
   float: left;
   padding: 0px;
   margin: 0px 5px 10px 5px;
}

.teaser2, .teaser2 a:link, .teaser2 a:visited, .teaser2 a:active, .teaser2 a:focus {
 	color: #666666;
 	text-decoration: none;
 } 

.teaser2 a:hover {
 	color: #384f53;
 	text-decoration: none;
 }

.teaser3 {
   display: block;
   width: 175px;
   height: 160px;
   float: left;
   padding: 4px;
   margin: 0px 3px 5px 2px;
   background-color: #ffffff;
   border: 1px solid #dddddd;
   background-image: url(img/layout/teaser_bg.png);
   background-repeat: repeat-x;
}
.teaser4 {
   display: block;
   width: 170px;
   height: 250px;
   float: left;
   padding: 4px;
   margin: 0px 5px 5px 0px;
   background-color: #ffffff;
}

.teaserTextWeb {
   padding: 5px;
   text-align: justify;

}

.teaserImageWeb {
   float:left; 
   margin:0px;
   padding:0px;
   border: 3px solid #dddddd; 
}

.teaserImageFull {
   float:left; 
   border: 5px solid #FFFFFF; 
   margin:0px 10px 0px 10px;
}


.hrLine {
   margin:7px 0 7px 0;
   padding: 0px;
   height:0;
   border:0;
   border-bottom:1px dotted #CCCCCC;
   clear:both;
}

/* ------- ENDE Teaser --------- */

.imageEntryWebThumbs {
	float:left;
	padding:5px;
	border:1px solid #dddddd;
	margin:5px 2px 0 2px;
 	background-color: #ffffff;
}

.WebThumbsText {
	margin:5px 0px 0 0px;
}
.imgDIVinTextLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 0;
}
.imgDIVinTextRight {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 0;
} 
.imgDIVtopLeft { 
	margin:8px 10px 5px 20px; 
	padding:0px; 
	border:0; 
} 
.imgDIVtopCenter { 
	margin:8px -50% 5px -50%; 
	padding:0px; 
	border:0; 
}

.imgDIVblockImgLeft { 
	margin-right: 10px;
}
.imgDIVblockImgRight {
	margin-left: 10px; 
} 

.phpwcmsImgListRight {
	text-align: right;
	margin-left: 10px;
	padding: 0;
}
.phpwcmsImgListLeft {
	text-align: right;
	margin: 0;
	padding: 0;
}


.phpwcmsSearchResult {
	margin: 15px 0 15px 0;
}
.phpwcmsSearchResult h3 {
	margin: 10px 0 1px 0;
	font-size: 12px;
	font-weight: bold;
}
.phpwcmsSearchResult p {
	margin: 0;
}
.phpwcmsSearchResult em.highlight, em.highlight {
	background-color: #FFFF00;
	font-style:inherit;
}

.phpwcmsArticleListEntry {
	clear: both;
}
.phpwcmsArticleListImage {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 3px;
}
.phpwcmsArticleListImageCaption {
	padding-top: 5px;
}

div.cpPagination {
	margin: 10px 0 10px 0;
	text-align: right;
}
a.cpPaginate, a.cpPaginateActive, a.cpPaginationPrev, a.cpPaginationNext {
	padding: 0px 3px 1px 3px;
	background-color: #FFFFFF;
	color: #BBBBBB;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #CBCBCB;
}
a.cpPaginateActive {
	background-color: #CBCBCB;
	color: #FFFFFF;
	border: 1px inset #CBCBCB;
}

a.cpPaginationPrev:hover, a.cpPaginationNext:hover, a.cpPaginate:hover {
	background-color: #DDDDDD;
	color: #666666;
	border: 1px inset #CBCBCB;
}


/*  Contact form
==============================================================

  These styles control the contact form CSS

------------------------------------------------------------*/

.contact_form { 
   border: 1px solid #c8c8c8; 
   background-color: #f2f2f2; /* #EFEFEF; */ 
   padding: 10px 0 10px 10px; 
   margin-top: 10px; 
} 

input,textarea,select { 
   font-family: Arial, Verdana, Helvetica; 
   font-size: 10pt; 
   color : #000000; 
   border : 1px solid #c8c8c8; 
   background-color : #ffffff; 

} 

.formLabel { 
   font-family: Arial, Verdana, Helvetica; 
   font-size: 10pt; 
   font-weight: normal; 
   vertical-align: top; 
   padding-top: 15px; 






   padding-right: 10px; 


   text-align: right;
   width: 100px;
} 


/*   vertical-align: top; */ 

/* asterix links */ 


.formLabelRequired { 
   font-family: Arial, Verdana, Helvetica; 
   font-size: 10pt; 
   font-weight: normal; 
   vertical-align: top; 
   padding-top: 15px; 
   padding-right: 10px; 
   text-align: right;
   width: 100px;
} 

.formField { 
   font-family: Arial, Verdana, Helvetica; 
   font-size: 10pt; 
   font-weight: normal; 
   color: #000000; 
   vertical-align: top; 
   padding-top: 15px; 

} 

#submitIt { 
   font-size: 9pt; 
   font-weight: bold; 
   color: #000000; 
   border: 1px solid #000000; 
   background-color : #DFEEFF; 
} 


#resetIt { 
   font-size: 9pt; 
   font-weight: bold; 
   color: #000000; 
   border: 1px solid #000000; 
   background-color : #FFEDDF; 
} 



#capt_img_ { 
   font-size: 9pt; 
   text-align: left;
   font-weight: bold; 
   color: #000000; 
   border: 1px solid #000000; 
   background-color : #DFEEFF; 
} 

#captcha_ { 
   font-size: 9pt; 
   font-weight: bold; 
   color: #000000; 
   border: 1px solid #000000; 
   background-color : #FFEDDF; 
} 



#schlusstext { 
   font-family: Arial, Verdana, Helvetica; 
   font-size: 10pt; 
   font-weight: normal; 
} 


.radioButton {

}


/* ---- Ende --- Contact form --------- */
/*  CSS for navigation
==============================================================

  These styles control the navigation controls.
  
------------------------------------------------------------*/

#navcontainer
{
width: 185px;
margin-top: 0px;
padding: 0px;
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
background-color: #a790bc;
color: #333333;
text-align: right;
}

#navcontainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer li
{
border-bottom: 1px solid #ffffff;
margin: 0;

}

#navcontainer li a
{
display: block;
padding: 5px 15px 5px 0px;
background-color: #a790bc;
color: #ffffff;
text-decoration: none;
width: 170px;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
background-color: #ccbadc;
color: #ffffff;
}

#navcontainer li li
{
border-bottom: 1px dashed #999999;
border-bottom: 0;
margin: 0;
}

#navcontainer li li a
{
display: block;
padding: 5px 15px 5px 0px;
background-color: #ccbadc;
color: #000000;
text-decoration: none;
width: 170px;
}
#navcontainer li li li
{
border-top: 1px dashed #999999;
border-bottom: 0;
margin: 0;
}

#navcontainer li li li a
{
display: block;
padding: 5px 5px 5px 30px;
background-color: #ffffff;
color: #666666;
text-decoration: none;
width: 150px;
}




/* ---- Ende --- Contact form --------- */


#navRowContainer
{
margin-top: 0px;
margin-bottom: 0px;
padding: 5px 0 0 0px;
height: 20px;
background-color: #bda8d1;
}

#navRowContainer ul
{
margin: 0px;
padding: 0px;
list-style-type: none;
text-align: center;
}

#navRowContainer ul li { 
float: left; 

}

#navRowContainer ul li a
{
text-decoration: none;
font-size: 12px;
font-weight: bold; 
float: left;
margin: 0px;
height: 20px;
padding-top: 0px;
padding-right: 0px;
padding-left: 30px;
padding-bottom: 0px;
color: #ffffff;
}

#navRowContainer li a:hover
{
color: #770f94;
}

.newsContainer
{
width: 185px;
margin-top: 0px;
padding: 0px;
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
color: #ffffff;
}

.newsContainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

.newsContainer li
{
border-bottom: 1px solid #ffffff;
margin: 0;

}

.newsContainer li a
{
display: block;
padding: 5px 5px 5px 0px;
color: #333333;
text-decoration: none;
width: 170px;
}

html>body #newsContainer li a { width: auto; }

.newsContainer li a:hover
{

color: #000000;
}