﻿/* Reset der Standardanweiungen in den Browsern fÃ¼r Listen */

li, ul { 
	margin:0px; 
	padding:0px  
 	}

/* Standardanweiungen */

body {
	background-color: #DFEBF8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #444444;
	margin:0px;
	}
a {
	color:#555555;
	}	
a:hover {
	color:#71A9D6;
	}	
	
h1 {
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #71A9D6;
	margin: 30px 0px 40px 0px;
	line-height: 150%;
	padding-bottom:10px;
	border-bottom:1px dotted #71A9D6
	} 
h2 {
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #71A9D6;
	margin: 30px 0px 5px 0px;
	line-height: 150%;
	padding-bottom:10px;
	font-variant: small-caps;
	} 

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 150%;
	font-weight: normal;
	color:#555555;
	margin-top:10px;
	}
.klein {
	font-size: 10px;
	}	
	
ul {
  padding-left:20px;
  padding-right:20px;
}

li {
  font-size: 12px;
  color:#555555;
  list-style: disc; 
  margin-bottom:10px
}

	
	
	
	
/* Struktur */ 	

.klammer {
	background-image: url(bilder/portia_05.gif);
	background-repeat: repeat-y;
	width: 840px;
	margin:auto;
	margin-top:30px;
	padding: 00px;	
	}

.top {
	margin: auto;
	margin-bottom:0px;
	padding: 00px;
	width: 840px;
	}
.mitte {
	margin:auto;
	padding: 00px;
	text-align:center;
	width: 840px;
	background-image: url(bilder/portia_05.gif);
	background-repeat: repeat-y;
	} 
.sprachauswahl	{
	border-left: 1px solid #71A9D6
	}

/* Absatzformate */ 	

.zentriert {
	text-align:center
	}    
	
.kleinbuchstabe {
	font-variant:normal;
}   
	
.navi {
	margin:30px 0px 20px 0px;
	text-align: center;
	padding-bottom:10px;
	color: #71A9D6;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	}
.navi a {
	color:#71A9D6;
	text-decoration: none;
	border-bottom: 1px dotted gray;
	}
.navi a:visited  {
	color:#71A9D6;
	text-decoration: none;
	border-bottom: 1px dotted gray;
	}
.navi a:hover {
	color:#E02320;
	text-decoration: none;
	border-bottom:1px dotted black 
	}


.navi2 {
	margin:00px 0px 00px 0px;
	padding-bottom:10px;
	color: #71A9D6;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:18px
	}
.navi2 a {
	color:#71A9D6;
	text-decoration: none;
	border-bottom: 1px dotted gray;
	}
.navi2 a:visited  {
	color:#71A9D6;
	text-decoration: none;
	border-bottom: 1px dotted gray;
	}
.navi2 a:hover {
	color:black;
	text-decoration: none;
	border-bottom:1px dotted black 
	}
