/*------------------------------Alle Seiten-----------------------------*/

*{
	margin: 0;
	padding: 0;
}

html, body{
	height: 100%;
	margin: 0;
	padding: 0;
}

body{
	color:#393734;
	font-family:Arial,sans-serif;
	font-size:12px;
	line-height:142%;
}

a{
	color:#393734;
	text-decoration: underline;
}

a:hover {
	color:#8f8f8f;
}

img {
	border:0px;
}

h1{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 5px;
	line-height: 20px;
/* 	padding-bottom: 3px; */
/* 	border-bottom: 1px solid #818181; */
}

h2{
	font-size: 14px;
	font-weight: bold;
	margin-top: 3px;
}

h3, h4{
	font-size: 12px;
	font-weight: bold;
}

p{
	margin:5px 0 13px 0;
}

.contentheading a{
	color: #393734;
}

ul{
	margin:5px 0 13px 14px;
}

ol{
	margin:5px 0 13px 21px;
}

ul li{
	padding-left: 8px; 
	padding-top: 8px; 
}

ol li{
	padding-left: 3px; 
	padding-top: 8px; 
}

/* #page li */, .blog li{
	list-style-image: url("http://www.gruene-bundestag.de/cms/gruene-bundestag.de/images/icons/pfeilGruen11px.gif");
}

hr{
	border: 0;
	border-bottom: 1px solid #818181;
	margin-bottom: 16px;
}


/*------------------------------Styles für den Editor-----------------------------*/


.imgFullWidth{
	width: 540px;
	height: auto;
}

.imgHalfWidth{
	width: 260px;
	height: auto;
}

.imgThirdWidth{
	width: 170px;
	height: auto;
}

.imgQuarterWidth{
	width: 125px;
	height: auto;
}

.clearBoth{
	clear: both;
}

.underline{
	border-bottom: 1px solid #818181;
	padding-bottom: 2px;
}

.videoLink{
	background-image: url(../images/icon/video.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 14px;
}

.pdfLink{
	background-image: url(../images/icon/pdf.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 14px;
}

.intLink{
	background-image: url(../images/icon/intLink.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 14px;
}

.extLink{
	background-image: url(../images/icon/url.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 14px;
}

.extLink, .pdfLink, .videoLink{
	color:#8f8f8f;
}

.extLink:hover, .pdfLink:hover, .videoLink:hover{
	color:#393734;
}

.txtSmall{
	font-size: 9px;
}

.listLatin{
	list-style: upper-latin;
}

.highlight{
	font-weight: bold;
	text-transform: uppercase;
}

.noLightbox{
}