@charset "utf-8";
/*
http://www.saint-josse-europe.eu
Copyright Tremel-Computer http://www.tremel-computer.de 2009

hellblau			b6cae3
hellgelb back		fffeea
oliv menu			cccc99
grau logo			676360
schrift blau		003399
verlauf dunkelblau	0e309c
verlauf hellblau	6f9fdd
*/


/* Allgemein */
body  {
	/* font: 100% Verdana, Arial, Helvetica, sans-serif; */
	font-family: Verdana, "Trebuchet MS", Tahoma, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	background-color: #6f9fdd;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: left; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #003399;
}
a:link { 
	font-weight: bold; 
	color: #0077ff; 
	text-decoration: underline; 
}
a:visited {
	font-weight:bold; 
	color: #604600; 
	text-decoration:none; 
}
a:hover {
	font-weight:bold; 
	color: #c42700; 
	text-decoration:none; 
}

/* Gliederungs-Layout mit Tabelle */

/* Table */
#main_layout {
	width: 100%;
}

/* Rows */
#main_layout #row_header {
	height: 90px;
	background-color: #6f9fdd;
}

#main_layout #row_subheader {
	height: 21px;
	background-color: #c8e2ff;
}

#main_layout #row_maincontent {
	/* background-color:#FF0000; */
	vertical-align: top;
	border-top: 2px groove #D2691E;
}

#main_layout #row_footer {
	height: 20px;
	background-color: #6f9fdd;
	color: #fffeea;
}
#main_layout #row_footer A {
	color: #F9B500;
}
#main_layout #row_footer td {
	height: 20px;
	border-top-width: 2px;
	border-top-style: groove;
}

/* Columns */
#main_layout .mlc_column1 {
	width: 160px;
}
#main_layout .mlc_column2 {
	/* width: 150px; */
	min-width: 200px;
}
#main_layout .mlc_column3 {
	width: 120px;
	background-color: #6f9fdd;
}

/* Cells */
#main_layout #c_header1 {
	background-image: url(../images/head_grafik9_01.jpg);
	background-repeat: no-repeat;
}
#main_layout #c_header2 {
	background-image: url(../images/head_grafik9_02.gif);
	background-repeat: no-repeat;
}
#main_layout #c_header3 {
/*	background-image: url(../images/josse_logo_europe-80x80.jpg);
	background-repeat: no-repeat;
	padding: 1px;*/
}
#main_layout #c_subheader1 {
	background-image: url(../images/left-verlauf-oben.jpg);
	background-repeat: no-repeat;
/*	border-top: 1px groove;
	border-bottom: 1px groove;*/
}
#main_layout #c_subheader2 {
	vertical-align: top;
	padding-top: 1px;
	padding-left: 14px;
/*	border-top: 1px groove;
	border-bottom: 1px groove;*/
}
#main_layout #c_subheader3 {
	background-color: #c8e2ff;
/*	border-top: 1px groove;
	border-bottom: 1px groove;*/
}
#main_layout #c_main1 {
    /* td mit Menue-Sidebar */
/*	padding-left: 0px;
	padding-right: 0px;
*/	padding-top: 18px;
	padding-bottom: 8px;
	background-color: #cccc99;
}
#main_layout #c_main1 div {
    /* elemente in Menue-Sidebar */
/*	padding-left: 4px;
	padding-right: 2px;
*/}

#main_layout #c_main2 {
    /* td mit Normal Content */
	/* padding: 8px; */
	/*border-left: 1px groove;*/

}
#main_layout #c_main3 {
/*	background-color: #67A0D1;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 4px;
	padding-bottom: 8px;*/
}
#main_layout #c_footer1 {
}
#main_layout #c_footer2 {
}
#main_layout #c_footer3 {
}

/* Content Table */
#main_layout #c_main2 #main_content {
	/* td mit Normal Content */
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 4px;
	padding-bottom: 8px;
}
#main_layout #c_main2 #main_content td {
	/* td mit Normal Content */
	vertical-align: top;

}


/* statische Einzelelemente */
#header_anschrift {
	font-size: 0.6em;
	/* line-height: 0.8em; */
	color: #000000;
}

.footertext {
	font-size: 0.8em;
	/* line-height: 0.8em; */
}

div#impressum, div#printversion {
	margin: 8px;
}
div#pilgerlogo {
	margin: 8px;
	margin-top: 80px;
	
}


/* Text-Layout */
h1 {
	/*font: normal 1.8em Georgia, 'Times New Roman', serif;*/
	color: #00418C;
	/*color: #795800;*/
	font-weight: bold;
	font-size: 120%;
	line-height: 100%;
	padding-top: 0.8em;
	margin-bottom: 0.2em;
	text-decoration: none;
}
h2 {
	color: #00418C;
	font-weight: bold;
	font-size: 100%;
	line-height: 100%;
	padding-top: 0.8em;
	margin-bottom: 0.2em;
}
h3 {
	color: #00418C;
	font-weight: normal;
	font-size: 110%;
	line-height: 100%;
	padding-top: 0.4em;
	margin-bottom: 0.2em;
}
p, ul, dl, tr, td, li {
	/*font-size: 80%;*/
}
ul, dl, ol {
	margin-left: 8px;
	padding-left: 6px;
}
div {
	font-size: 1.0em;
	line-height: 1.2em;
}
.align-left {
	text-align:left;
}
.align-center {
	text-align:center;
}
.align-right {
	text-align:right;
}

