/* --- CSS 603qm ---*/
@import url(css/advanced.css);
@import url(css/programm.css);
@import url(css/menuExpandable3.css);
/* --- Body Styling --- */


/*
a#Umfrage
{
	position: fixed;
	right: 13px;
	top: 0;
	display: block;
	height: 160px;
	width: 160px;
	background: url(http://www.603qm.de/pictures/backgrounds/Umfrage1.png) Top left no-repeat;
	text-indent: -999em;
	text-decoration: none;
	padding-right: 0;
}
*/


html
{
	margin: 0;
	padding: 0;
	background-color: transparent;
	background-image: url(http://www.603qm.de/pictures/backgrounds/sidelist_adress.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left bottom;
	font-size: 100.01%;
	line-height: 1.333em;}

body
{
	color: #000000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	/*geändert*/
	font-size: 0.75em;
	/*geändert*/
	line-height: 1.333em;
	/*geändert*/
	background-color: transparent;
	margin: 0;
	padding: 0;
	z-index: 2;
}

#auf_603qm img /* Erste Anweisung -- eigentlich feste Positionierung gewuenscht, aber IE ignoriert dies. Deswegen nur umfließen lassen. Die richtige Anweisung steht in 'advanced.css' */
{
	float:left;
}


#rap /* Container fuer Seite an sich -- Positionierung und Margins stellen sicher, dass Kachelbild auf voller Hoehe */
{
	background-image: url(http://www.603qm.de/pictures/backgrounds/hintergrund_kachel);
	background-color: #EEEDE9;
	background-position: 0px 0px;
	background-repeat: repeat;
	clear: both;
	/*position: fixed;  Position fixed iss' einfach nix fuer den IE, deswegen 'absolute' */
	position: absolute;
	margin: -210px 0px 0px 48px;
	/* weil keine fixe Position mit IE kommt hier die negative Angabe die später im 'advanced.css' aufgehoben wird*/
}


#content
{
	/*margin: 0px 30px 15px 185px;*/
	margin-left: 185px;
	margin-bottom: 15px;
	margin-top: 29px;
	/* 185px entspricht der Breite des Menues plus 15px */
	padding: 0px;
	/*background-color: white;*/
	background-color: transparent;
	/*width: 40em;*/
	width: 500px;}

.Tabelle_Programm
{margin-left: 185px;}

#wptable-4
{
	background-color: white;
	border-color: black;
	border-style: solid;
	margin-top:10px;
	padding: 5px;
}

#usermessagea
{background-color: white;}

/* --- Link Styling --- */
a
{
	color: black;
}
a img
{
	border: none;
    margin: 0;
	padding: 0;
}
a:visited
{
	color: gray;
}
a:hover
{
	color: black;
	text-decoration: underline;
}

/* einfache Formatierungen */

h1, h2, h3
{	font-size: 1em;
	width: 500px;}

p
{
	margin: 0;
	padding: 5px 0px 5px 0px;
}

acronym, abbr { border-bottom: 1px dashed #333;
				cursor: help;}

acronym, abbr, span.caps
{
	font-size: 90%;
	letter-spacing: .07em;
}


blockquote
{
	font-size: 0.8333em;
	border-left: 5px solid #ccc;
	/*margin-left: 1.5em;*/
	padding-left: 5px;
	width: 400px;
}


cite
{
	font-size:1em;
	font-style: italic;
}

hr
{display: none;}

.all
{
	clear: both;
}

.block
{	display: block;}

ol#comments li p { font-size: 100%; }

#header /* 603qm auf jeder Seite als Ueberschrift ersten Grades */ 
{ display: none; }




/* For Link Indication plugin */
a.liexternal { padding-right: 12px; background: url(http://www.603qm.de/pictures/link/link-icon_external.gif) no-repeat right; }
a.liwikipedia { padding-right: 14px; background: url(http://www.603qm.de/pictures/link/link-icon_wikipedia.gif) no-repeat right; }
a.liimdb { padding-right: 18px; background: url(http://www.603qm.de/pictures/link/link-icon_imdb.png) no-repeat right; }
a.liftp { padding-right: 13px; background: url(http://www.603qm.de/pictures/link/link-icon_ftp.png) no-repeat right; }
a.limailto { padding-right: 18px; background: url(http://www.603qm.de/pictures/link/link-icon_mail.png) no-repeat right; }
a.lipdf { padding-right: 12px; background: url(http://www.603qm.de/pictures/link/link-icon_pdf.png) no-repeat right;  }
