/* Globale Elemente
============================================== */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	width: 320px;
	}
	
#inhalt {
	/* allgemeine Regel für die Inhalte-Spalte */
	}

#left {
	/* allgemeine Regel für linken Rand */
	display:none;
	}

#right {
	/* allgemeine Regel für rechten Rand */
	display: none
	}

#header {
	display: none;
	}
	
#footer {
	/* allgemeine Regel für Fußzeile */
	display: none;
	}
	
#mobile li {
	list-style-type: none;
	margin-left: 5px;
	}

#shoutbar {
	display: none;
	}

/* Links
============================================== */	
a:link,
a:visited {
  	border-bottom: 1px solid  #000000;
  	color: #000000;
  	background: none;
  	text-decoration: none;
  	}

a:focus, /* focus ist für die Navigation mit der Tab-Taste (ausser IE) */
a:active {
	border-bottom: 1px solid #FF6633;
  	color: #FF6633;
  	background: transparent;
  	text-decoration: none;
  	}

a:link img,
a:visited img {
	display: none;
	}
	
a:focus img,
a:active img {
	display: none;
	}


/* Überschriften
============================================== */
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	text-align: left;
	}
	
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	text-align: left;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: inherit;
	font-weight: bold;
	text-align: left;
}	
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: inherit;
	font-weight: bold;
	text-align: left;
}

.ls {
	/* für linksbündige Überschriften */
	text-align: left;
	}

.ls img {
	display: none;
	}


/* Bilder
============================================== */
.fl {
	display: none
	}

.fr {
	display: none
	}
	
.fritti {
	/* Regel für Fritti (Endbewertung) */
	border: none;
	margin-top: 5px;
	text-align: left;
	}
	
	
/* Sprachentabelle, Übersetzungen
============================================== */
.insidetable {
	background: #ffffe0;
	}
	
.insidetable li {
	list-style-type: none;
	margin: 2px;
	}
		
.insidetable img {
	vertical-align: middle;
	}	


/* Navigationsleiste
============================================== */
#navigation {
	display: none;
	}	


/* Strukturierung des Frittenführers/Hauptseiten
=================================================*/
.td_left {
	width: 100px;
	text-align: left;
	padding: 10px 0px 10px 0px;
	}
	
.td_right {
	width: 500px;
	text-align: left;
	padding: 10px 0px 10px 0px;	
	}
	
.back {
	font-size: 8px;
	}
	
.ul_buden {
	list-style-position: inside;
	list-style-type: inherit;
	}
	
.nn a img {
	display: none;
	}

#box1{ 
	/*Anordnung der Bilder*/
	display: none;
	}
	
#box2{ 
	/*Anordnung der Bilder*/
	display: none;
	}
	
#box3{ 
	/*Anordnung der Bilder*/
	display: none;
	}
	
.nn a {
	text-decoration: none;
	border: none;
	}

