/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #CAE0FF url(images/img01.gif) repeat-x;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6995B7;
	
}







.calendar
{
	width : 170px;
	height : 150px;
}

.calendar .headline {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #006699;
	border-bottom : 1pt solid Black;
	border-left : 1pt dashed Black;
	border-right: 1pt dashed Black;
	border-top : 1pt dashed Black;

}

.calendar .headline A:link {
	color: #FFFFFF;
	text-decoration: none;
}

.calendar .headline A:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.calendar .headline A:hover {
	color: #FF0000;
	text-decoration: none;
}

.calendar .overview {
	
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	text-align : center;
	border-left : 1pt dashed Black;
	border-right: 1pt dashed Black;
	border-bottom : 1pt dashed Black;
	height: 100%;
	width: 100%;
}

.calendar .overview A:link {
	text-decoration: none;



}

.calendar .overview A:visited {
	text-decoration: none;
}

.calendar .overview A:hover{
	background-color: #FF0000;
	color: #FFFFFF;
	text-decoration: none;
}

.calendar .overview .last_month {
	color: #CCCCCC;
}

.calendar .overview .next_month {
	color: #CCCCCC;
}

.calendar .overview #today {
	color: #FFFFFF;
	background-color: #FF9933;
}

.calendar .overview #selected {
	color: #FFFFFF;
	background-color: #FF0000;
	margin-top: auto;
	margin-bottom: auto;
}

.calendar .overview .dayname {
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: auto;
	margin-bottom: auto;
}

.calendar .overview .reserved {
	font-weight: bold;
	font-size: 120%;
	text-decoration: underline;
}

.calendar .today_select  {
	color: #82C4F4;
	background-color: #006699;
	text-align : right;
	text-decoration: underline;	
}

 .calendar .today_select A {
   font-size: 80%;
	color: #006699;
	background-color: #006699;
	text-align : center;
	text-decoration: underline;
}

/* Appearance of the Eventlist */

.event_list_title {
	color: #006699;
	background-color:  #006699;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.event_list {
	width : 500px;
	height: auto;
	background-color: #FEFADE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	border-bottom : 1pt dashed Black;
	border-left : 1pt dashed Black;
	border-right: 1pt dashed Black;
	border-top : 1pt dashed Black;	
}

.event_list .headings {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 100%;
	background-color: #006699;
/*	background : url(ice.jpg);*/
}

.event_list .col_status {
	width: 50pt;
}

.event_list .col_date {
	width: 100pt;
}

.event_list .col_event {
	width: auto;
}

.event_list .status {
	font-size: 80%;
	color: Red;
	font-weight: bold;   
	vertical-align : top;
}

.event_list .date {
    font-size: 75%;
	color: #888888;
	font-family: Arial, Helvetica, sans-serif;
}

.event_list .event {
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align : top;
}

.event_list A  {
  text-decoration: none;
}

.event_list A:hover  {
  text-decoration: underline;
}

.event_list .error_message {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	margin-left : auto;
	margin-right : auto;
	padding-left : 10pt;
	padding-right : 10pt;
	padding-top: 10pt;
	padding-bottom: 10pt;
	background-color: #EAF0FF;
	}

/* Appearance for Event-Infos */

.event_info {
	width : 500px;
	height: auto;
	background-color: #FEFADE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
    border : 1pt solid;
		}

.event_info .headings {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 100%;
	background-color: #006699;
    padding: 5pt 5pt 5pt 5pt;
/*	background : url(ice.jpg);*/
}

.event_info .title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom : 1pt solid #000000;
}

.event_info .date {
	background-color: #EAF0FF;
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	width: 100pt;
	border-bottom : 1pt solid #000000;
}

.event_info .description {
	font-family: Arial, Helvetica, sans-serif;
	padding: 10pt 10pt 10pt 10pt;
	font-size: 80%;
}





.author_info {
	font-size: xx-small;
	color: #CCCCCC;
}

.next_event_select  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #FFFFFF;
	text-align : left;
}

.next_event_select A {
	font-size: 100%;
	color: #82C4F4;
	background-color: #FFFFFF;
	text-align : center;
	text-decoration: underline;
}















































form {
}

fieldset {
	border: none;
}

legend {
	display: none;
}

h1, h2, h3 {
	color: #5A82D4;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 1.8em;
}

p {
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
	font-style: italic;
}

ul {
	list-style: none;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #A03D3D;
}

a:hover {
	text-decoration: underline;
	color: #5A82D4;
}

img {
	border: none;
}

/* Boxed Style */

.boxed {
	margin-bottom: 1.5em;
	background: url(images/img05.gif) no-repeat right bottom;
}

.boxed .title {
	padding-left: 10px;
}

.boxed .content {
	padding: 20px;
	background: url(images/img04.gif) no-repeat;
}


.boxed .content .ak {
	padding: 10px 80px -180px;
	margin-bottom: -150px;
	
}






/* Logo */

#logo {
	position: relative;
	width: 580px;
	height: 30px;
	margin: 0 auto;
}

#logo h1 {
	float: left;
	padding: 30px 0 0 0;
	font-size: 2em;
}

#logo h1 span {
	font-weight: normal;
	font-style: italic;
}

#logo h2 {
	float: right;
	padding: 10px 0 0 0;
	font-size: 1.4em;
	font-weight: normal;
}

#logo a {
	color: #5A82D4;
}

/* Splash */

#splash {
	width: 600px;
	height: 200px;
	margin: 0 auto;
	padding: 10px 20px 20px 20px;
	background: url(images/img02.gif) no-repeat;
}

/* Menu */

#menu {
	width: 600px;
	height: 40px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	text-align: center;
	font-weight: bold;
}

#menu a:hover {
}

/* Content */

#content {
	width: 600px;
	margin: 0 auto;
}

/* Content > Main */

#main {
	float: right;
	width: 400px;
}

#main .boxed .title {
	padding-left: 20px;
	font-weight: normal;
}

/* Content > Main > Example */

#example {
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 180px;
}

#sidebar .boxed .title {
	font-size: 1.2em;
}

#sidebar .boxed .content {
	padding: 10px;
}

/* Content > Sidebar > Login */

#login {
}

#login label {
	display: block;
}

#login #inputtext1, #login #inputtext2 {
	width: 140px;
	margin-bottom: .5em;
	padding: 2px 5px;
	border: 1px solid #CCCCCC;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999999;
}

#login #inputsubmit1 {
	float: right;
	margin-right: 7px;
	font: normal x-small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#login p {
	margin: 0;
	padding-top: .2em;
	font-size: x-small;
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates li {
	margin-bottom: 1em;
}

#updates h3 {
	font-size: x-small;
}

#updates p {
	font-size: x-small;
}

/* Content > Sidebar > Partners*/

#partners {
}

/* Footer */

#footer {
	clear: both;
	width: 580px;
	margin: 0 auto;
	padding: 20px;
	background: url(images/img04.gif) no-repeat;
}

#footer p {
	margin: 0;
	font-size: x-small;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}















