/*
www.delissen.de BETA V1.0 - CSS File
copyright by Patrick Delißen
*/

img, div, table {	/* Reset */
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-size: 100%;
	vertical-align: baseline;
	}
Body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
		background-color:#999999;

	}
#container{
	width:1000px;
	height:600px;
	margin:auto;
	z-index:999;
	background-image:url(/images/bg003.png);
	}	
#logo {
	width:1000px;
	height:120px;
	background-image:url(/images/emotionheader2.jpg);
	}
#logolinks, #logomitte, #logorechts {
	height:120px;
	}
#logolinks, #logorechts {
	width:180px;
	}
#logolinks{
	float:left;
	}
#logorechts{
	float:right;
	}
#tickerrechts {
	height:20px;
	overflow:hidden;
	margin-top:5px;
	margin-bottom:5px;
	float:right;
	width:180px;
	text-align:center;
	font-size:95%;
	font-weight:bold;
	}
#tickerlinks {
	height:20px;
	overflow:hidden;
	margin-top:5px;
	margin-bottom:5px;
	float:left;
	width:180px;
	text-align:center;
	font-size:95%;
	font-weight:bold;
	}

#ticker{
	width:640px;
	height:20px;
	overflow:hidden;
	margin-left:180px;
	margin-top:5px;
	margin-bottom:5px;
	font-size:95%;
	font-weight:bold;
	}
#ticker input {
	font-size:14px;
	font-weight:bolder;
	background-color:#00000;
	border:0px;
	width:1000px;
	text-align:right;
	cursor:default;
	}	

#main {
	height:440px;
	text-align:left;
	}
#menu{
	text-align:left;
	height:450px;
	width:180px;
	background-color:#3a78c3;
}
#menu a {
	text-decoration:none;
	color:#000000;
	}
#menu a:hover{
	text-decoration:underline;
	}
#menu li {
	padding:7px;
	list-style:none;
	font-weight:bolder;
	font-size:90%;
	}
#main {
	width:820px;
	overflow:auto;
	float:right;
	font-size:80%;
	}	
#inhalt {
	height:300px;
	}
#sitelog {
	margin:auto;
	width:1000px;
	font-size:60%;
	height:15px;
	}
#siteloglinks {
	float:left;
	width:300px;
	}
#sitelogrechts {
	float:right;
	width:300px;
	text-align:right;
	}
#sitelogmitte li {
	list-style:none;
	display:inline;
	}
#aktuelles2 { /* Aussehen der Tabelle für Sektion Aktuelles (News) */
	width:500px;
	border:#000000 1px dashed;
	}
#erfolge { /* Aussehen der Tabelle für Sektion erfolge (News) */
	width:90%;
	border:#000000 0px solid;
	}

.keinborder{
	border:#000000 0px solid;
	text-align:center;
	vertical-align:middle;
	}
.dochborder{
	border:#000000 1px solid;
	text-align:center;
	vertical-align:middle;
	}