/*#############################################################
CSS Elemente
Date: 2006-11-03
Description: Akademie Management und Politik - MuP
Author: itcreate. kommunikationsmedien - Jerome Traud
Website: http://www.fes-mup.de
#############################################################*/


/* Standardelemente */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #cc0033;
	text-decoration:none;
}
a:hover {
	color: #333;
	text-decoration:underline;
}
body {
	background-color: #fffbee;
	color: #333;
	font: normal 62.5% Arial, Helvetica, sans-serif;
	margin: 0;
}
p {
	font-size: 1.2em;
	padding-bottom: 1.0em;
	line-height:1.5em;
	color: #333;
}
ul {
	font-size: 1.2em;
}
h1 {
	font-size: 1.6em;
	margin-bottom: 3px;
}
h2 {
	font-size: 1.3em;
	margin-bottom: 2px;
}

h5 {font-size: 1.0em; color: #cc0033; margin-bottom: 2px;}
h6 {font-size: 1.0em; color: #0999cc; margin-bottom: 2px;}

h1.blau { color:#003366;}

h3 {
	font-size: 1.2em;
	margin-bottom: 2px;
}

h4 {
	font-size: 1.2em;
	margin-bottom: 2px;
}

h1 {
	color: #cc0033;
	padding-top: 4px;

}
h2 {
	color: #333;
	padding-top: 2px;
}
h3 {
	color: #cc0033;
	padding-top: 2px;
}

h4 {
	color: #333;
	padding-top: 2px;
}

img {
  border: 0 none;
}

/* misc */
.clearer {
	clear: both;
}

/* Hilfetexte */
.shorthelp, abbr	{
	cursor: help; 
	border-bottom: 1px dotted #333;
}

/* Linienformatierungen */
hr {
  height: 1px;
  margin: 5px 0 5px 0;
  border: 0;
  background: #99a9c9;
  color: #99a9c9;
}

/* Navigation Impressum */

.imprint a {
	color: #fff;
	margin-left: 11px;
	text-decoration: none;
}
.imprint a:hover {
	color: #333;
	text-decoration: none;
}
