/* SYNTAX.CSS */

body {
	background-color: skyblue;
	color  : black;
	font-family:sans-serif;
	text-align: left;
	padding-left:0cm;
	border-left:0cm;
	font-size:12pt;
}

table {
	font-size:12pt;
}

#header {
    position: fixed;
    left: 0%;
    top: 5px;
    width:80%;
    background-color: #efefef;
}

#mainarea {
	position:absolute;
	top:3cm;
	left:10%;
	width:80%;
	background-color: lightskyblue;
    color: midnightblue;
/* height:10cm;
	border-top:1pt solid #0000ff;
	border-left:1pt solid #0000ff;
	border-right:1pt solid #0000ff;
	padding:3mm; */
}
#col1 {
	padding:2pt;
	position:absolute;
	left:0%;
	width:25%;
}
#col2 {
	padding:2pt;
	position:absolute;
	left:25%;
	width:50%;
	border-left:1pt solid;
}
#col3 {
	padding:2pt;
	position:absolute;
	left:75%;
	width:25%;
	border-left:1pt solid;
}
#cola {
	padding:2pt;
	position:absolute;
	left:0%;
	width:70%;
} 
#colb {
	padding:2pt;
	position:absolute;
	left:70%;
	width:29%;
	border-left:1px solid;
}

cola > table {
	margin:2pt;
}
#colall {
	padding:2pt;
	position:absolute;
	left:0%;
	width:99%;
}
.art1 {
	text-align:left;
	background-color:aquamarine;
	/*border-top:1pt solid;*/
	/*border-bottom:1pt solid;*/
}
.art2 {
	text-align: left;
	background-color:cyan;
	/*border-bottom:1pt solid;*/
}
.art3 {
	text-align: left;
	background-color: turquoise;
	/*border-bottom:1pt solid;*/
}
.art4 {
	text-align: left;
	background-color:#efefff;
	/*border-bottom:1pt solid;*/
}
.art5 {
	text-align: left;
	background-color:#ffefef;
	/*border-bottom:1pt solid;*/
}


h1 {
 font-size:16pt;
 font-weight:bold;
}
h2 {
 font-size:12pt;
 font-weight:bold;
 margin-top:0.5em;
 margin-bottom:0.3em;
}
h3 {
 font-size:medium;
 font-weight:bold;
}
h4 {
 font-size:medium;
 font-weight:bold;
}
h5 {
 font-size:medium;
}
h6 {
 font-size:small;
}
small {
 font-family:sans-serif;
 font-size:x-small;
}
p,li {
	margin-left:3%;
	margin-top:0.4em;
	margin-bottom:0.2em;
}
p.zitat {
	font-size: small;
	font-style: italic;
	margin-left:5%;
}
p.frage {
    font-style: italic;
}
p.antwort {
    font-weight:bold;
}
#menuarea {
	position:absolute;
	top:3cm;
	left:3mm;
	width:55mm;
	padding:1mm;
	margin:0mm;
	border:1pt solid #000000;
	font-family:sans-serif;
	font-size:11pt;
	line-height:13pt;
}
a:link		{color:#0000EE; font-weight:bold; }
a:visited 	{color:#AAAAEE; font-weight:bold; }
a:hover		{color:#0000EE; background-color:#99FFFF; text-decoration:none; font-weight:bold; }
a:active	{color:#EE0000; font-weight:bold; }
a.subitem {
	margin-left:6pt;
	font-size:10pt;
}

.teaserright {
   position:fixed;
   top:5%;
   right:15%;
   font-size:small;
   width:12%;
   text-align: center;
   background-color:#ffbbff;
   -moz-transform: translate(10px) rotate(25deg);
   -moz-transform-origin: 75% 75%;
}

.teaserleft {
   position:fixed;
   bottom: 30%;
   left:2mm;
   font-size:x-small;
   width:8%;
   background-color:#bbffff;
}
.teaserdown {
   position:fixed;
   bottom: 3%;
   right:3%;
   text-align: center;
   font-size:x-small;
   width:10%;
   background-color:orange;
}

#copyright {
	font-size:xx-small;
	position:fixed;
	left:0%;
	bottom: 0;
}
.langflag {
	width:7mm;
	border:0;
}

/* end SYNTAX.CSS */
