﻿/* externes Stylesheet für Homepage NAGiD e. V. */

/* fonts */
@font-face {
    font-family: 'linuxbiolinum_regular';
    src: url('LinBiolinum_R.woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'linuxbiolinum_bold';
    src: url('LinBiolinum_RB.woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'linuxbiolinum_italic';
    src: url('Linbiolinum_RI.woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'linuxbiolinum_bolditalic';
    src: url('LinBiolinum_RBI.woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'linuxlibertine_regular';
    src: url('LinLibertine_R.woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'linuxlibertine_bold';
    src: url('LinLibertine_RB.woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'linuxlibertine_bold_italic';
    src: url('LinLibertine_RBI.woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'linuxlibertine_italic';
    src: url('LinLibertine_RI.woff');
    font-weight: normal;
    font-style: normal;
}

/* background / Rahmenstruktur */

body {
	background: #FFFFFF;
	}


.rahmen  #header1 #header2 #container  #footer {
	min-width: 960px;
	max-width: 1080px;
	}
	
/* header */


#header1 {
	height: 120px;
	background: #0038b8;
	}

#logo {	
		position: relative;
		height: 100px;
		width: 258px;
		padding: 10px 10px 10px 10px;
		}

#titel {
		position: relative;
		color: white;
		margin-right: 10px;
		padding: 5px 5px 5px 5px;
		}
		
#header2 {
	height: 120px;
	background: url(../images/header2.jpg) repeat-x;
	border-left: 5px solid #0038b8;
	border-right: 5px solid #0038b8;
	border-bottom: 5px solid #0038b8;
	}

/* footer */

#footer {
	height: 25px;
	background-color: #0038b8;
	margin-bottom: 5px;
	padding: 5px 5px 5px 5px;
	}

#footer > a {
	text-align: left;
	text-decoration: none;
	font-family: 'linuxlibertine_regular';
	font-size: 10pt;
	color: white;
	padding-left: 10px; 
	}
	
#footer > a:hover {
	color: black;
	}
	
/* body */

#container {
	min-height: 210px;
	border-left: 5px solid #0038b8;
	border-right: 5px solid #0038b8;
	}
	
#main {
	min-height: 210px;
	background: white/*#f5f189*/;
	margin-left: 190px;
	padding: 20px;
	}

/* menü links */

#menu_vertikal > ul {
	list-style-type: none;
	width: 190px;
	float: left;
	min-height: 210px;
	padding: 0px;
	padding-top: 25px;
	}
	
#menu_vertikal > ul > li {
	width: 190px;
	min-height: 30px;
	max-height: 60px;
	background: #FFFFFF;
	}

#menu_vertikal > ul > li:hover, #menu_vertikal > ul > li.aktiv {
	background: #FFFFFF;
	}
	
#menu_vertikal > ul > li > a {
	width: 160px;
	min-height: 30px;
	max-height: 60px;
	display: block;
	text-align: left;
	line-height: 30px;
	text-decoration: none;
	font-family: 'linuxlibertine_regular';
	font-size: 14pt;
	color: black;
	padding-left: 15px;
	padding-right: 15px;
	}

#menu_vertikal > ul > li > a:hover, #menu_vertikal > ul > li.aktiv > a {
	color: #0038b8;
	}
	
/* Marginalie Aktuelles */

#right {
	position: relative;
	min-height: 600px;
	width: 220px;
	float: right;
	background: #4d503d;/*url(../images/....png) repeat-y;*/
	margin-left: 50px;
	padding: 25px 25px 25px 25px
	}

#right > span {
	position: relative;
	width: 100%;
	height: 100%;
	background: black;/*(url:../images/tafel_oben.png) repeat-y;*/
	}

#right  {
	color: white;
	}

#right > a {
	color: white;
	text-decoration: none;
	}
	
.floatrechts {
	float: right;
	}
	
.floatlinks {
	float: left;
	}
	
.clear {
	clear: both;
	}
	
/* <strong> und <em>-Elemente */

#main em {
	font-family:'linuxlibertine_italic';
	}
	
#main strong {
	font-family: 'linuxlibertine_bold';
	}
	
#main strong > em {
	font-family: 'linuxlibertine_bolditalic';
	}

#main em > strong {
	font-family: 'linuxlibertine_bolditalic';
	}
	
/* 1. überschriften */

h1 {
	font-family: 'linuxlibertine_regular';
	font-size: 24pt;
	}

h2 {
	font-family: 'linuxlibertine_regular';
	font-size: 20pt;
	}
	
h3 {
	font-family: 'linuxlibertine_regular';
	font-size:16pt;
	}	

h4 {
	font-family: 'linuxlibertine_italic';
	font-size: 14pt;
	}
	
h2 > a {
	text-decoration: none;
	color: black;
	}

h2 > a:hover {
	text-decoration: none;
	color: #0038b8;
	}

h3 > a {
	text-decoration: none;
	color: #0038b8;
	}
	
/* 2. listen und inhaltsverzeichnisse */

ul >li {
	font-family: 'linuxlibertine_regular';
	font-size: 14pt;
	}

ul.inhalt > li > a {
	text-decoration: none;
	color: #0069B4;
	}

/* 3. haupttexte */

p {
	font-family: 'linuxlibertine_regular';
	font-size: 14pt;
	}
	
p.klein {
	font-family: 'linuxlibertine_regular';
	font-size: 12pt;
	}
	
p.verweis {
	font-family: 'linuxlibertine_regular';
	font-size: 8pt;
	}	
	
.warnung {
	color: #FF0000;
	}
	
.hinweis {
	color: #0038b8;
	}
	
p > a {
	text-decoration: none;
	color: #0038b8;
	}

/* 4. Banner Deutsch/Englisch */
#deutsch {
			position: relative;
			width: 78px;
			height: 47px;
			}
			
#deutsch > a {
			display: black;
			width: 100%;
			height: 100%;
			}

#deutsch > a > span {
			position: absolute;
			width: 100%;
			height: 100%;
			background: url(../images/deutsch.png) no-repeat;
			top: 0;
			left: 0;
}

#english {
			position: relative;
			width: 78px;
			height: 39px;
			}
			
#english > a {
			display: black;
			width: 100%;
			height: 100%;
			}

#english > a > span {
			position: absolute;
			width: 100%;
			height: 100%;
			background: url(../images/english.png) no-repeat;
			top: 0;
			left: 0;
			}

/* 5. bilder und bildunterschriften */
.hoch {
	float: left;
	width: 250px;
	height: 500px;
	margin: 15px 15px 0px 15px;
	}

.quer {
	float: left;
	width: 375px;
	height: 500px;
	margin: 15px 15px 0px 15px;
	}
	
.bildlinks {
	float:left;
	padding:0px 15px 0px 0px;
	}
	
.bildrechts {
	float:right;
	padding: 0px 0px 0px 15px;
	}

.bildtitel {
	font-family: 'linuxbiolinum_regular', sans-serif;
	font-size: 10pt;
	text-align: center;
	}

.bildtitel_top {
	font-family: 'linuxbiolinum_regular', sans-serif;
	font-size: 10pt;
	padding-top: 150px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	}
	
.bildtitel_top > em {
		font-family: 'linuxbiolinum_italic';
		}
.bildtitel_top > strong {
	font-family: 'linuxbiolinum_bold';
	}

/* 5. tabellen */

table, th , td  {
	border-collapse: collapse;
	padding: 5px;
	font-family: 'linuxlibertine_regular';
	font-size: 14pt;
	text-align: left;
	vertical-align: top;
	}

td.datum {
	table-layout: fixed;
	width: 150px;
	}

td > img {padding-top: 2px;}

td > a {
	text-decoration: none;
	color: #0038b8;
	}

/* 6. Container Startseite */

.container_start {
	position: relative;
	width: 200px;
	height: 200px;
	margin: 10px;
	border: 2px solid #0038b8;
	border-radius: 2em;
	float: left;
	text-align: center;
	vertical-align: middle;
}

.container_start > a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	color: black;
	text-decoration: none;
	}

.container_start > a > span {
	position: absolute;
	width: 100 %;
	height: 100 %;
	}
	
/* 7. Container Veranstaltungen */

.veranstaltungen {
	width: 375px;
	height: 650px;
	float: left;
	border: 2px solid #0038b8;
	margin: 20px 20px 20px 20px;
	}

.veranstaltungen > div {
	padding: 0px 25px 25px 25px;
	}
	
.veranstaltungen > div > h4 {
	text-align: center;
	}
	
/* 8. weitere Gestaltungselemente */

hr {
	height: 2px;
	color: #0038b8;
	background: #0038b8;
	margin: 20 px;
}