﻿body {
	background-color: #f8f8f8;
	text-align: center;
	padding: 0;
	margin: 30px 0 30px 0;
	background: url(../images/background.gif);
}

table {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

img 
{
    border: 0px;
}

td 
{
    vertical-align:top;
}

p {
	padding: 0 7px 0 7px;
	line-height: 16px;
	font-size: 12px;
}

a 
{
    text-decoration:  none;
    color: #000000;
}

a:hover 
{
    color: #fcb031;
}


h1 {
	font-family: verdana;
	color: #03264a;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	/*background-image: url(../images/h1border.jpg);
	background-position: bottom;
	background-repeat:repeat-x;*/
	padding: 0px 0px 0px 8px;
	/*
	margin: 28px 0px 14px 0px;*/
	margin: 28px 0px -5px 0px;
	border-left: 5px solid #fcb031;
}

h1 a 
{
    color: #fcb031;
    text-decoration: none;
}

h2 {
	font-family: verdana;
	color: #03264a;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px 0px 2px 7px;
	margin: 28px 0px 14px 0px;
}

h2 a 
{
    color: #03264a;
    text-decoration: none;
}

h3 {
	font-family: verdana;
	color: #03264a;
	font-size: 20px;
	font-weight: bold;
	padding: 0px 0px 2px 7px;
	margin: 28px 0px 14px 0px;
}

h3 a 
{
    color: #03264a;
    text-decoration: none;
}

form table 
{
    font-size: 10px;
    font-weight: bold;
}

input, textarea, select 
{
    border: 1px solid #c0c0c0;
    margin-bottom: 8px;
    background-color: #f8f8f8;
    font-family: Verdana;
}


.formDescription 
{
    font-size: 10px;
    font-weight: bold;
    display: block;             
}

.containerMain {
	width: 904px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	padding: 0;
    border: 10px solid #f1f1f1;
}

.containerTop {
	background-image: url(../images/top.gif);
	height: 244px;
	width: 100%;
	border: 0;
	padding: 0px;
	margin: 0px;
}

.containerContent {
	background: #FFFFFF;
	height: 100%;
	padding: 0px 28px 28px 28px;
	vertical-align: top;
	font-size: 12px;
	font-family: arial, verdana;
	color: #000000;
}

.containerBottom {
	width: 100%;
	background: url(../images/bottom.gif);
	height: 114px;
	font-family: verdana;
	font-size: 10px;
	text-align: left;
	color: #4b4b4b;
	vertical-align: middle;
	margin: 3px 0 0 0;
	padding: 50px 380px 40px 20px;
}

.containerLogo {
	height: 204px;
	width: 100%;
}

/* Menu */
.containerMenu {
	height: 40px;
	padding: 0 0 0 180px;
}


.menuItem  a{
	display: block;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: verdana;
	font-size: 12px;
	text-decoration: none;
	height: 100%;
	padding: 15px 20px 0px 20px;
}

.menuItem  a:hover{
	border-top: 0px;
	border-bottom: 5px solid #FFFFFF;
	text-decoration: none;
	padding: 15px 20px 0px 20px;
	color: #FFFFFF;
}

.borderpicture 
{
    border: 5px #f6f5f5 solid;
    margin: 30px 0 10px 10px;
}


/* Startpage */

.startLeft 
{
    padding: 0 15px 0 0;
}


/* Calender */

.calenderEventDisplay 
{
    display: none;
}

.calenderDateToday,
.calenderDate 
{
    border-top: 1px solid #F1F1F1; 
    height: 50px;
    width: 50px;
    text-align: center;
    vertical-align: middle;
}

.calenderDateToday 
{
    font-weight: bold;
}

.calenderDateEventExists
{
    background-color: #f6f5f5;
    cursor:pointer;
    cursor:hand;
}

.calenderDateEvents
{
    border-top: 1px solid #F1F1F1; 
    padding: 6px;
    font-size: 10px;
    height: 30px;
}

.calenderDayDate
{
    font-size: 22px;
}

.calenderWeekDay
{
    font-size: 14px;
}

.calenderWeekThisWeek,
.calenderWeek 
{
    color: #c7c7c7; 
    text-align: center; 
    vertical-align: middle;
    font-size: 12px; 
    border: 0px solid #03264a; 
    height: 30px;
    background-color: #FFFFFF;
    width: 30px;
}

.calenderWeekThisWeek 
{
    font-weight: bold;
}


.calenderTdTime 
{
    font-style: italic;
    font-size: 10px;
    padding: 2px 5px 2px 0px;
}

.calenderTdTitle 
{
    padding: 2px 5px 2px 0px;
}

.calenderTdText 
{
    padding: 2px 5px 2px 0px;
}

.calenderDaytitle 
{
    background-color: #03264a;
    text-align: center;
    height: 30px;
    vertical-align: middle;
    color: #FFFFFF;
    background: url(../images/boxheader.gif) repeat-x;
}

#toShowEvent 
{
   height: 250px;
   width: 300px;
   background: #f9f9f9;
   padding: 10px 10px 10px 10px;
   border: 1px solid #c7c7c7;  
}

.calenderContainerRight 
{
    width: 50%;
}

.calenderContainerLeft 
{
    width: 50%;
}

.calenderContainer 
{
    width: 100%;
}

/* login */

.loginContainer 
{
    width: 100%;
    height: 100%;
}

.loginBox 
{
    background-color: #FFFFFF;
    text-align: center;
    border-top: 2px solid #03264a;
    border-bottom: 2px solid #03264a;
    padding: 0 0 28px 0;
}

/* newsbox */

.nbContainer 
{
    width: 500px;    
    margin-top: 25px;
    border: 7px solid #f1f1f1; 
 }

.nbHead 
{
    width: 100%;
    height: 30px;    
    color: #FFFFFF;
    background: url(../images/boxheader.gif) repeat-x;
    padding: 2px 0 0 10px;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: bold;
}

.nbItem, .nbItemTwo 
{
   background: #f9f9f9;
   padding: 10px 10px 0px 10px;
   font-size: 12px;
   font-weight: bold;
   border-top: 1px solid #c7c7c7;  
}

.nbItemDescription, .nbItemDescriptionTwo
{
    background: #f9f9f9;
    padding: 0px 10px 10px 10px;
    color: #5a5a5a;
    font-size: 11px;
}

.nbItemShort, .nbItemShortTwo
{
    background: #f9f9f9;
    padding: 0px 10px 10px 10px;
    font-size: 11px;
    display: none;
}


.nbItemTwo, .nbItemDescriptionTwo, .nbItemShortTwo
{
    background: #FFFFFF;    
}

/* NewsItem */

.niDate 
{
    color: #03264a;
    font-weight: bold;
    font-size: 12px;
}

.niLeft 
{
    width: 62%;    
}

.niRight 
{
    width: 38%; 
    padding: 35px 0 20px 35px;   
}

.niImg 
{
    margin: 0 0 0 0px;
    border: 0;
    width: 300px;
}

.imgText 
{
    margin: 0 0 30px 0px; 
    font-size: 11px; 
    color: #5a5a5a;  
}

.textholder 
{
    width: 500px;
    float: left;
}

.contentRightImages 
{
    float: left;
    width: 328px;
}

.mediaText 
{
    width: 374px;
}

.mediaImages 
{
    width: 450px;
    margin-top: 70px;
}

.mediaImages img
{
    width: 130px;
    border: 5px #f6f5f5 solid;
    margin: 10px 0 0px 10px;
    float: left;
}

/* generalTop */

#generalTop 
{
    width: 904px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 10px;
}


#generalTop #generalTopSearch
{
    float: right;
    text-align: left;
    margin-right: 20px;
}

#generalTop #generalTopEnglish
{
    float: right;
    text-align: left;
    width: 147px;
    height: 25px;
}

#generalTopEnglish #languageLink
{
    float: right;
    display: block;
    background: #FFFFFF;
    font-family: Arial, Verdana;
    font-size: 12px;
    color: #7f7f7f;
    border-radius: 3px;
}

#generalTopEnglish #languageLink:hover
{
    background: #fafafa;
}

#generalTopEnglish #languageLink span
{
    float: right;
    margin: 5px 10px 3px 0px;
}

#generalTopEnglish #languageLink img
{
    float: left;
    margin: 5px 10px;
}
