/* 
   ----------------------------------------------------------------------------
   Freie Universitaet Berlin
   Design: Center of Global Politics 
   
   Autor: CeDiS, http://www.cedis.fu-berlin.de, cms@cedis.fu-berlin.de
   Datum: 08.08.2007
   Aktualisiert: 20.09.2007
   ----------------------------------------------------------------------------
*/

/* Allgemeine Stilanweisungen
   -----------------------------------------------------------------------------
*/

html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%; 
	line-height: 140%;
	/*color: #3a1c1c;*/
	color:#000;
	background: #fff;
}

h1 {
	font-size: 140%;
	line-height: 155%;
	font-weight: bold;
	margin: 0 0 8px 0;
	color: #000;
}

h2 {
	font-size: 100%;
	line-height: 140%;
	font-weight: bold;
	margin: 0px 0 10px 0;
	/*color: #3a1c1c;*/
	color:#000;
}

h3 {
	font-size: 100%;
	line-height: 140%;
	font-weight: bold;
	margin: 10px 0 0 0;
	/*color: #3a1c1c;*/
	color:#000;
}

h4 {
	font-size: 100%;
	line-height: 140%;
	font-weight: normal;
	margin: 10px 0 0 0;
	/*color: #3a1c1c;*/
	color:#000;
}

h5 {
	font-size: 100%;
	line-height: 140%;
	font-weight: normal;
	margin: 4px 0 4px 0;
	padding: 2px 2px 4px 2px;
	background-color: #f4f4f4;
     /*color: #3a1c1c;*/
    color:#000;
	width: 99%;
}

h6 {
	font-size: 90%;
	line-height: 120%;
	font-weight: normal;
     /*color: #3a1c1c;*/
    color:#000;
	margin: 4px 0 4px 0;
}

#baseContent a:link {
	color: #23636a;
	text-decoration: none;
	font-weight:bold;
	background-color: transparent;
}

#baseContent a:visited {
	color: #23636a;
	text-decoration: none;
	font-weight:bold;
}

#baseContent a:hover {
	/*color: #46e5f5;*/
	color: #23636a;
	text-decoration: underline;
	font-weight:bold;
	background-color: transparent;
}

#baseContent a:focus {
	border: none;
	color: #23636a;
	text-decoration: none;
	font-weight:bold;
	background-color: transparent;
}

p {
	color: #000;
	margin: 0;
	padding-top: 0px;
	padding-bottom: 10px;
}

li p { 
    padding: 0; 
}

p strong, p b, td strong, td b {
	color: #000;
}

a:link strong, a:hover strong, a:link b, a:hover b, a:visited strong, a:visited b,
strong a:link, strong a:hover, b a:link, b a:hover, strong a:visited, b a:visited {
	color: #7a2727;
}

table, tr, td {
	font-size: 100%;
	line-height: 140%;
	color: #000;
}

table {
	margin: 10px 0 0 0;
	border-spacing: 0;
	border-color: #d1d1d1;
	border-collapse: collapse;
}

td {
	border-spacing: 0;
}

th {
	background-color: #f4f4f4;
	font-weight: bold;
	border-spacing: 0;
}

ul, ol, li {
	font-size: 100%;
	line-height: 140%;
	list-style-type: none;
}

hr {
	border: none;
	border-bottom: 1px #000 solid;
	height: 1px;
	margin: 0;
}

blockquote {
	left: 0;
	margin: 0 0 0 14px;
}

dl, dt, dd {
	font-size: 100%;
	line-height: 140%;
	list-style-type: none;
}

dl {
	margin: 0 20px 0 0;
	padding: 4px 0 4px 0;
}

dt {
   	margin: 0;
	padding: 0;
	line-height: 130%;
	font-weight: bold;
	color: #000;
}

dd {
	margin: 0;
	padding: 0;
}


hr.divider {
	display: none;
}

.skip, .info {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}

img {
	border: none;
}

#baseContent ul {
	margin: 0 20px 0 0;
	padding: 4px 0 4px 0;
}

#baseContent ol {
	margin: 0 20px 0 0;
	padding: 4px 0 4px 0;
}

#baseContent ol li {
	list-style-type: decimal;
	line-height: 140%;
	margin: 0 0 0 20px;	
	padding: 0;
}

*html #baseContent ol li { /* fuer IE  */
	margin:0 0 0 23px;
}

#baseContent ul li {
  	margin: 0;
	line-height: 140%;
	padding: 0 0 0 10px;
	background-image: url(../img/klammer_liste.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

