/*############################################################################
# CSS fuer grundeinkommen.teuchtlurm.de #
# (C) Stefan Kuhl  #
# www.teuchtlurm.de #
# 01.03.2007 #
############################################################################*/

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
/*	font-size: 12px;*/
	color: #000;
	background-color: Gray;
	text-align: center;
}

/* Container und IDs 
--------------------------------------------------------------------*/

/* umschliessender Container */
#container {
	text-align: left;
	vertical-align: middle;
	margin: 30px auto 30px;
	padding: 10px 10px 10px 10px;
	width: 760px;
	background-color: #fff;
	border: thin solid Silver;
}

/* Content Container Navi und Content */
#contcontainer {
	padding: 0px;
	margin: 0px auto 10px auto;
	background-color: White;
	text-align: left;
	float: left;
/*	width: 670px;*/
}

/*Titelgrafik mit Hintergrundfarbe*/
#titel {
	background: url(titel2.jpg) no-repeat 100%;
/*	background-color: #2557AD;*/
/*	border-bottom: solid 1px #FFD275; */
	height: 130px;
	padding-top: 0px; 
	margin: 0px;
}

/*Contentbereich*/
#content {
/*	float: left;*/
	background-color: White;
	text-align: left;
	margin-left: 10px;
}

/*Footer*/
#footer {
	border-top: solid 2px #FF8000; 
	background-color: #F5F5F5;
	height: 30px;
}



/* Divs
--------------------------------------------------------------------*/

/*Haupt-Inhalt*/
.content {
	background-color: #fff;
	padding-left: 30px;
	padding-top: 10px;
	padding-right: 10px;
	text-align: left;
/*	min-height: 600px;*/
/*	overflow: auto;*/
}


/* Schriften
-------------------------------------------------------------------*/

.text,p { 
	line-height:18pt;
	font-size:11pt; 
	color:#000; 
  text-align:left; 
  padding-left: 20px;
	}

.text {
  padding-right: 20px;
}	

#content ul, li {
/*	list-style-image: url(grafiken/pfeil.gif);*/
	line-height: 18pt;
	padding-left: 0px;
	margin-left: 25px;
  padding-right: 20px;
  	font-size:11pt; 
}	

li {
		margin-bottom: 15px;
}

/*
#content ul, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 14pt;
	color: #414141;
	padding-left: 5px;
	padding-right: 10px;
	margin-left: 25px;
}*/

/* h1 ist der titel */
h1	{
	font-family: 'Century Gothic',Verdana,Arial,Helvetia,sans-serif;
	line-height: 22pt;
	font-size: 15pt;
	color: #363636;
	text-align: left;
/*	font-weight: bold;*/
	margin-left: 420px;
	padding-top: 40px;
	margin-top: 0px;
/*	padding-bottom: 10px;*/
/*	border-bottom: thin solid Gray;*/
	letter-spacing: 1px;
}

/* h2 ist die ueberschrift auf der startseite */	
h2 { 
	font-family:'Century Gothic',Verdana,Arial,Helvetia,sans-serif; 	
	line-height:20pt; 
	font-size:16pt; 
	color:#272727; 
	text-align:left; 
	letter-spacing: 1px;
/*	text-decoration: underline;*/
	border-bottom: thin solid Silver;
	}
	
/* h2 ist die ueberschrift auf jeder anderen seite */	
h3 { 
	font-family:'Century Gothic',Verdana,Arial,Helvetia,sans-serif; 	
	line-height:20pt; 
	font-size:14pt; 
	color:#000000; 
	text-align:left; 
	border-bottom: thin solid Silver;
	letter-spacing: 1px;
	}	


.hinweis {
	font-size: 9pt;
	color: Red;
}

.zwanzigzehnlink {
	text-align: left;
	margin-left: 200px;
	font-size: 12pt;
	color: Blue;
	text-decoration: underline;
}

.umzug {
	color: red;
	font-weight: bold;
}

.top { 
	line-height:14pt; 
	font-size:9pt; 
	color:Silver; 
	text-align: right;
	padding-right: 50px;
	}

/* Links im Contentbereich
-------------------------------------------------------------------*/
/*
#content a, a:visited {
	color: Blue;
	text-decoration: none;
}

#content a:hover {
	color: Blue;
	text-decoration: underline;
}
*/
#content a:link {  
	color:#0000FF; 
	text-decoration:none;
	}
	
#content a:visited {  
	color:#0000FF; 
	text-decoration:none;
	}
	
#content a:hover { 
	color:#0000FF; 
	text-decoration:underline; 
/*	background-color:#0000FF;*/
	}
	

/* Fix IE spaces. Hide from IE Mac \*/
* ul li a { height: 3%; }

/* Schriften und Links Footer
-----------------------------------------------------------------*/
#footer p {
	font-size: 10pt;
	color: Gray;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;

}

.footer { 
	line-height:14pt; 
	font-size:10pt; 
	color:Black; 
	text-align: center;
	height: 30px;
	}


#footer a:link, a:visited, a:hover {
	color: Gray;
	text-decoration: none;
}

/*zuletzt aktualisiert am*/	
.date { 
	line-height:14pt; 
	font-size:9pt; 
	color:Silver; 
	text-align: left;
	}
	
	
a.liexternal { padding-right: 14px; background: url(link.gif) no-repeat right; }
a.liwikipedia { padding-right: 16px; background: url(wiki.gif) no-repeat right; }
a.lipdf { padding-right: 20px; background: url(pdf.gif) no-repeat right; }	