/**********
 * main.css *
 **********/

/* 
 *  body, p, h
 */

html {
	background-color:none;
}
 
body {
	margin:0;
	padding:0 0px 0 0px;
	border:0;
	height:100%;
	overflow-y:auto;
	font-family: verdana;
	font-size:12px;
	/*background-image: url(images/background.jpg);*/
	/*background:none;*/
	background-attachment:fixed;
  background-color:none;
}
 
p {
	font-size: 12px;
	line-height: 18px;
	color: #000000; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
 
h1 {
	font-size: 20px;
	line-height: 20px;
	color: #000000; 
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px; 
}
 
h2 {
	font-size: 16px;
	line-height: 16px;
	color: #000000;
	font-weight:bold;
	margin-left: 0px;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 6px; 
}
 
h4 {
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	font-weight:bold;
	margin-left: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px; 
}

.small {
	font-size: 10px;
	line-height: 10px;
	color: #000000; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a, a:visited {
	font-size: 12px;
	line-height: 18px;
	color: #000000; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-decoration: underline;
	border:0px;
}

a.small {
	font-size: 10px;
	line-height: 14px;
	color: #000000; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-decoration: underline;
	border:0px;
}

a:hover {
	color: #FF0000;
}

img {
	border:0px;
}

#center {
	text-align:center;
}

/*Warnung*/
.warning {
	color:#FF0000;
	font-weight:bold;
}

/* Hinweis */
.info {
	color:#009900;
	font-weight:bold;
}

/*
 *  CONTENT der Seiten
 */

#page {
	margin-top:80px;
	margin-left:160px;
	display:block;
	border:0px solid #000;
	padding: 10px 10px 10px 10px;
	width:616px;
	height:490px;
	overflow:scroll;
	overflow-x:hidden;
}
 
* html #page {
	position:absolute;
}

#head {
	display:block;
	width:646px;
	height:70px;
	position:fixed;
	top:0px;
	left:150px;
}
 
* html #head {
	position:absolute;
}
 
#pageHeader {
	display:block;
	position:fixed;
	width:100px;
	height:10px;
	top:50px;
	left:150px;
	background:none;
	border:0px solid #000;
}
 
* html #pageHeader {
	position:absolute;
}
 
/*
 *  LOGIN
 */
 
#linkLogin {
	display:block;
	position:fixed;
	width:100px;
	height:20px;
	top:40px;
	left:660px;
	background:none;
	border:0px solid #000;
}
 
* html #linkLogin {
	position:absolute;
}

#linkLogin a {
	text-align:center;
	text-decoration:none;
	font-weight:normal;
	color:#000000;
	border:1px solid #000000;
	background-color:#FFFFFF;
	padding: 0px 2px 0px 2px;
}

#linkLogin a:hover {
	text-decoration:none;
	text-align:center;
	font-weight:normal;
	color:#FFFFFF;
	border:1px solid #000000;
	background-color:#2E69B5;
}

/*
 *  Daily Message
 */

#dailyMessage {
	display:block;
	width:170px;
	height:100px;
	position:fixed;
	top:120px;
	left:160px;
	text-align:center;
	font-style: italic;
	z-index:1;
	/*overflow-y:scroll;*/
}
 
* html #dailyMessage {
	position:absolute;
}

/*
 *  Next Dates
 */
 
#homeDates {
	display:block;
	width:160px;
	height:250px;
	position:fixed;
	top:100px;
	left:628px;
}
 
* html #homeDates {
	position:absolute;
}
