/*  
Theme Name: AStA Fachhochschule Flensburg 
Theme URI: http://www.asta.fh-flensburg.de/
Description: Print Theme
Version: 1
Author: Ole Lohmann
Author URI: http://www.projekt-77.de/
*/

/* default */


body a:link, body a:visited {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

body a:link:after, body a:visited:after {
	content: " (Adresse des Links: "attr(href)") ";
	color: #333333;
	font-weight: normal;
	font-size: 90%;
}

html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 0.7em;
}

acronym {
	font-weight: bold;
	text-decoration: none;
}

acronym:after {
	content: " (Acronym: "attr(title)") ";
	font-weight: normal;
	text-decoration: none;
}

abbr {
	font-weight: bold;
	text-decoration: none;
}

abbr:after {
	content: " (Abkürzung für: "attr(title)") ";
	font-weight: normal;
	text-decoration: none;
}

a img {border: 0;}

/* layer */

#stern, #navigation, #function, #middle, #right, #footer, .to_top {display: none;}

#header {
	width: 640px;
	padding: 20px 0;
	border-bottom: 1px solid #333333;
}

#left {
	width: 640px;
	padding: 20px 0;
	line-height: 1.5em;
	border-bottom: 1px solid #333333;
}

#address {
	width: 640px;
	line-height: 1.5em;
	padding: 20px 0;
	border-bottom: 1px solid #333333;
}

/* title */ 

h1 {
	font-size: 1.5em;
	font-weight: normal;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
}

h3 {
	font-size: 1.0em;
	font-weight: bold;
}