/* 
    project: Relaunch Buendnis 90 / Die Gruenen 
    type: stylesheet
    description: basic styles
    
    author: cosmoblonde 2007
*/
    

* {
	margin: 0;
	padding: 0;
}
	
body {
	xfont-size: 10px;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	color: #393734;
	background-color:#fff;
	line-height:  142%;
}
* html body {
	xfont-size: 62.5%; /* IE Schriftskalierung auf 10px*/
	font-size: 75%; /* IE Schriftskalierung auf 12px*/
}



/* Headline: - Verdana, bold 18px / 22px */
h1 {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 122.2%;
	margin-bottom:0.6em;
}
/* Subheadline: - Verdana bold 14px / 18px */
h2, h3 {
	font-size: 1.167em;
	font-weight: bold;
	line-height: 128.6%;
	margin-bottom: 0.4em;
}
	
 h4, h5, h6, caption {
	font-size: 1.0em;
	font-weight: bold;
}


/* Copy:  - Verdana  regular 12px / 17px */
p {
	margin-bottom: 1.4em;
}



/* ################ START - Allgemeine Definitionen: Links ################ */
a {
	color: #3c6315;
	text-decoration: none;
	background-color: transparent;
}
a:link, a:visited {
}
a:hover {
	text-decoration: underline;
}
a:active, a:focus {
	text-decoration: underline;
}

a span{
	color: #393734;
}
a:hover span {
	text-decoration: underline;
}
a:active span, a:focus span {
	text-decoration: underline;
}

p a{
	font-size:1em;
}


/* Grüner Pfeil für Links */
.linkGrafik {
	background-image: url(../images/icons/pfeilGruen11px.gif);
	background-repeat: no-repeat;
	background-position: 1px 6px;
	padding-left: 10px;
}

.relatedLink {
	display: block;
	display: inline-block;
	font-size: 0.9em;
}


/* KEIN Grüner Pfeil für Email-Links */
a.email {
	background-image: none !important;
	padding: 0 !important;
	background-color:transparent !important;
	font-weight:normal !important;
}

h1 a, 
h2 a, 
h3 a {
	color: #393734 !important;
	text-decoration: none !important;
	background-image: none !important; 
	padding-left: 0 !important;
}
h1 a{
	line-height: 122.2%;
}
h2 a{
	line-height: 128.6%;
}


/* ################ ENDE- Allgemeine Definitionen: Links ################ */

/* Horizontale Linie */
hr {
    xdisplay: none;
    border:solid #fff 1px;
    height:1px;
    border-bottom:dotted #8B8E79 1px;
    margin-bottom:1.5em;
    display:block;
    width:100%;
    float:left;
}
* html hr{
	border-bottom:solid #8B8E79 1px;
	margin-bottom:0.7em;
}
* +html hr{
	margin-bottom:0.7em;
}

/* Grafiken */
img {
	float: left; 
	margin-bottom:0.83em;
	border: none;
	color: #000;
}

/* Listen */
ol {
	}
ul {
	}
li { 
	list-style-position: outside;
	}
	
li p {
	margin:0;
}
	
.hide {
    width: 30em;
    height: 1em;
    overflow: hidden;
    position: absolute;
    left: -200em;
}

/* Tabellen */
table {
	border: none;
}
tr{
	text-align: left;
}
th {
	font-weight:bold;
}
td {
}
thead, tfoot, tbody {
}

caption {
	text-align: left;
	padding-bottom:0.83em;
	padding-right: 0.83em;
}

/* Formulare */

fieldset {
	border: none;
}
legend {
	display: block;
}
legend span{
	color: #393734;
}
textarea {
	font-size: 1em;
	font-family: Verdana, Arial, sans-serif;
	color: #393734;
}

label {
	cursor: pointer;
}

/* iFrame */
iframe {
	width:100%;
	border:none;
}
