/* override some defaults that are different from browser to browser anyway */
body,div,form {
        padding: 0px;
        margin: 0px;
}

img {
        border: none;
}

body  {
        color: #343434;
        font-size: 62.5%; /* 1.0em = 10px */
        font-family: Arial, Helvetica, sans-serif;
        background-color: #e6e6e6
}

body.print {
  margin-left: 1em;
  background: #ffffff;
}

div.print {
  color: #000000;
  width: 550px;
  font-size:1.3em;
}

ul {
  margin-bottom: 0.5em;
  padding-left: 20px;
  margin-left: 0px;
}

#content ul li, #content_breit ul li  {
  list-style-image:url(listitem.gif);
  
  /* list-style-type: none;
  background-image:url(listitem.gif);
  background-position:0pt 6px;
  background-repeat:no-repeat;
  padding:0pt 0pt 10px 16px;  */
}

label {
  cursor: pointer;
}

/* set some more defaults for our convenience */
h1,h2,h3,h4 {
        margin: 0px;
        padding: 0px;
        padding-top: 3px;
        padding-bottom: 3px;
}

h1,h2,h3,h4{
        font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
        font-weight: bold;
}


h1 {
        color: #dc000e;
        font-size: 1.8em;
        font-weight: bold;
        padding-top: 15px;
}

h2 {
        color: #dc000e;
        font-weight: bold;
        font-size: 1.4em;
        padding-top: 1em;
}

h3 {
        color: #dc000e;
        font-size: 1.2em;
        font-weight: bold;
}

h4 {
        color: #dc000e;
        font-size: 1.2em;
}

#content, #content_breit {
	font-size: 1.2em;
}
#content p, #content_breit p{
  line-height: 1.8em;
}

p {
  padding-top: 0.3em;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0.5em;
}

.lead { 
       font-weight: bold; 
}

h2.list { 
    font-size: 1.2em; 
    padding: 0px;
	margin-bottom: 5px;
}


h2.leadlist { 
       font-size: 1.1em; 
       padding: 0px;
       margin-bottom: 5px; 
       margin-top: 5px;
}

.articletable {
  font-size: 1em;
  line-height: 1.6em;
}


h2 a,h2 a:active,h2 a:link,h2 a:visited,a.listtitle { 
       color: #E60003; 
}

ul.leiste {
  padding: 0em 0.5em 0em 0.5em;
  margin: 0px;
  
}
ul.leiste li {
  list-style-type: none;
  display: inline;
}

.clear {
    clear:both;
}

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

.right{
  float:right;
}

.left{
  float:left;
}

/*
 * hide certain elements from modern browsers which are (hopefully) mostly
 * convenient for text-browsers and the like
 */
.hidden {
  display: none;
}

.indent {
  padding-left: 15px;
}


/* default link styling */
a:link    { color: #dc000e; text-decoration: none; background-color: transparent; }
a:visited { color: #dc000e; text-decoration: none; background-color: transparent; }
a:hover   { color: #dc000e; text-decoration: none; background-color: transparent; text-decoration: underline; }
a:active  { color: #dc000e; text-decoration: none; background-color: transparent; text-decoration: underline; }

/*** Allgemeine Anordnung der Container und Hintergruende ***/

#wrapper {
  width: 1000px;
  margin: 0 auto 0 auto;
}

#head {
  width: 980px;
  height: 246px;
  background: transparent url(header.jpg) no-repeat right top;
  color: #343434;
  margin-bottom: 15px;
}

#metanav {
  position: relative;
  left: 0px;
  height: 22px;
  width: 980px;
  text-align: right;
  margin-top: 2px;
  line-height: 22px;
}

#metanav a:link, #metanav a:visited {
	text-transform: uppercase;
	color: #343434;
}

#metanav a:active, #metanav a:hover {
	color: #343434;
	text-transform: uppercase;
	text-decoration: underline;
}

#wrapperinner {
  width: 980px;
  clear: both;
  background-color: #fff;
}

#wrapperinner2 {
  width: 950px;
  clear: both;
  padding: 15px;
  margin: 0 0 30px 0;
}

#nav {
  float: left;
  width: 192px;
  margin-left:-714px;
  margin-bottom: 1.5em;
}

#nav_breit {
  float: left;
  width: 188px;
  margin-left:-914px;
  margin-bottom: 1.5em;
}

#content {
  margin-left: 218px;
  float: left;
  width: 496px;
  line-height: 2em; 
  margin-bottom: 1.5em;
}

#content_breit {
  margin-left: 222px;
  float: left;
  width: 696px;
  line-height:2em;
  margin-bottom: 1.5em;
}

#news {
  width: 210px;
  margin-left: 740px;
  margin-right: 0;
  padding-top: 2px;
}

#news_breit {
  visibility: hidden;
}

#metanav2 {
  position: relative;
  left: 0px;
  height: 18px;
  width: 100%;
  text-align: right;
  line-height: 18px;  
}

#footer {
	background-color: #343434;
	color: #fff;
	position: relative;
	left: 0;
	height: 2.6em;
	line-height: 2.6em;
	vertical-align: middle;
}

#footer a {
  color: #ffffff !important;
  font-size: 1.0em;
  text-transform: uppercase;
  display: inline-block;
}





/* Bildformatierung */

.AWimageleft { float:left; }
.AWimageright { float:right; }

.AWimagemarginleft { margin-left:6px; }
.AWimagemarginright { margin-right:6px; }
.AWimagemargincenter { margin:auto; }

div.AWimagebox { background-color: #eeeeee; margin-top: 0.5em; margin-bottom: 10px;}

img.AWimage { border:0px; }

p.AWimagetext { padding-left: 6px; padding-right: 6px; margin-top:0px; margin-bottom:0px; }

span.AWimagetitle { font-weight:bold;display:block; }



/* Bildformatierungen zum Ueberschreiben */


.AWimageboxOverride { }

AWimageOverride {}

AWimagetextOverride {}

AWimagetitleOverride {}

AWimagedescOverride {}



/*
* Menu-Bereich
*/

#menu {
	font-size: 1.2em;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: 0px;
}

#menu>ul {
	width: 192px;
}

/* Ebene 1 */

#menu ul li {
  list-style-type: none;
  list-style-image: none;
  margin: 0 0 10px 0;
}

#menu ul li a img {
  padding-top: 0px;
  padding-bottom: 1px;
}

#menu ul li a {
	color: #343434;
	text-decoration: none !important;
	display: block;
	line-height: 1.5em;
	background-color: #e6e6e6 !important;
	padding: 3px 11px 3px 11px;
	vertical-align: middle;
	background:url(pfeile_menue.png) 0px -51px no-repeat;
}

#menu ul li a:hover {
  background:url(pfeile_menue.png) 0px 6px no-repeat;
  color: #DC000E;  
}

#menu ul li a:active,
#menu ul li a.active {
  font-weight: bold;
  color: #DC000E;  
  background:url(pfeile_menue.png) 0px 6px no-repeat;
}

/* Ebene 2 */

#menu ul li ul {
  padding: 2px 0 2px 0px;
}

#menu ul li ul li {
  padding: 0 0 0 8px;  
  background-color:#EEE;
  margin-bottom:2px;
}
#menu ul li ul li.active {
  background-color:#DC000E;
}
#menu ul li ul li a {
  border-left:1px solid #FFF;
}

/* Ebene 3 */

#menu ul li ul li ul {
  padding: 0px 0 0px 0px;
  border-top: 2px solid #FFF;
  border-top: 2px solid #FFF;
}
#menu ul li ul li ul li {
  margin-bottom:0;
  padding-left:0px;
  border-left:0px none;
}
#menu ul li ul li ul li a {
  background-color:#EEE !important;
  background-image:none;
  font-size:92%;
}


/*
* Boxen
*/

/* Kopfbereiche der Boxen*/

div.boxhead {
  width: 198px;
  background-color: #dc000e;
  float: left;
  color: #ffffff;
  font-size: 1.4em;
  line-height: 2.4em;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 0 6px 0 6px;
  letter-spacing: 0.05em;
}

div.boxhead a {
  color: #ffffff;
}
/* Box-Inhalts-Div */

div.box {
  width: 210px;
  font-size: 1.2em;
  padding: 0px 0 18px 0;
  line-height: 1.5em;
  margin-bottom: 1em;
  float: left;
}

div.box ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  border: 0px;
  width: 100%;
}

div.box li { clear: left; display: block; border-bottom: 2px solid #e6e6e6; }

div.box img { float: left; margin: 0em 0.5em 0em 0em; }

div.box input[type=text],
div.box input[type=submit] {
  width: 150px; 
  margin-top:4px;
}

div.box input[type=radio] {
  width:16px;
}

/* Box-Inhalt-Formate für News */

#news div.box a.title {
  display: block;
  padding-top: 8px;
  font-weight:bold;
  padding-bottom: 4px;
}

/* Banner */

ul.banner {
  margin: 2em 0em 1em 0;
  padding: 0em;
}

ul.banner li {
	margin: 0;
	padding: 0;
  border: 0px;
  list-style-type: none;
  display: inline;
}

ul.banner li img {
	width: 192px !important;
	margin: 0 0 10px 0;
}

/*Social Bookmarks */

#social_bookmark ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  border: 0px;
}

#social_bookmark li { 
  padding-right: 0.5em;
  list-style-type: none;
  display: inline;
}

#social_bookmark img { margin: 0.25em 0em 0em 0em; }






/*Suche*/
#search {
	margin-bottom:30px;
}

#search #search_head {
	font-weight:bold;
	font-size:160%;
	text-transform:uppercase;
	color:#5F5F5F;
}

#search #search-input {
	border:1px solid #8D8D8D;
	color:#8D8D8D;
	width:180px;
	height:22px;
	padding:0 4px;
}

#search #search-submit {
	border:0px none;
	width:33px;
	padding:0;
	background:url(suche_lupe.png) top left no-repeat; 
	float: left;
    height: 33px !important;
    overflow: hidden;
    padding: 33px 0 0;
    cursor: pointer;
	position:absolute;
	margin:-7px 0 0 -12px;
}

#head a span {
	display:none;
}

#head #facebook {
	background:url(facebook_button.png) top left no-repeat;
	width:20px;
	float: left;
    height: 27px;
    margin-left: 980px;
    margin-top: 38px;
    position: absolute;
}
#head #facebook:hover {
	background:url(facebook_button.png) 0 -26px no-repeat;
}
#head #rss {
	background:url(rss_button.png) top left no-repeat;
	width:20px;
	float: left;
    height: 27px;
    margin-left: 980px;
    margin-top: 11px;
    position: absolute;
}
#head #rss:hover {
	background:url(rss_button.png) 0 -26px no-repeat;
}
#head #twitter {
	background:url(twitter_button.png) top left no-repeat;
	width:20px;
	float: left;
    height: 27px;
    margin-left: 980px;
    margin-top: 93px;
    position: absolute;
}
#head #twitter:hover {
	background:url(twitter_button.png) 0 -26px no-repeat;
}

#head #youtube {
	background:url(youtube_button.png) top left no-repeat;
	width:20px;
	float: left;
    height: 27px;
    margin-left: 980px;
    margin-top: 65px;
    position: absolute;
}
#head #youtube:hover {
	background:url(youtube_button.png) 0 -26px no-repeat;
}

#head #flickr {
	background:url(flickr_button.png) top left no-repeat;
	width:20px;
	float: left;
    height: 27px;
    margin-left: 980px;
    margin-top: 120px;
    position: absolute;
}
#head #flickr:hover {
	background:url(flickr_button.png) 0 -26px no-repeat;
}





.articletable td {
	padding:7px 2px;
	border-bottom:2px solid #FFF;
}


#news .twtr-widget {
    float: left;
	position:relative;
	margin-bottom:30px;
}


#startnews {
	border-bottom: 2px solid #E6E6E6;
	margin-bottom:20px;
}

#startnews h2 {
	background-color:#DC000E;
	color:#FFFFFF;
	padding:0 5px;
	font-weight:normal;
	text-transform:uppercase;
	margin-top:30px;
	font-size:1.2em;
}
#startnews h2 a {
	color:#FFFFFF;
}

#startnews ul {
	padding-left:0;
}
#startnews ul  li {
	list-style:none outside none;
}

#startnews  h3 {
	padding:7px 0 0 0;
	margin-bottom:-6px;
}


#box_flickr { width:180px;height:24px; text-transform:inherit; font-size:1.3em;font-weight:bold;line-height:2em;margin-top:15px;}
#flickr { border-bottom:2px solid #E6E6E6;margin-bottom:30px;}
.flickr_badge_image {margin:0 10px 10px 0px;}
.flickr_badge_image img {border: 1px solid black !important;}
#flickr_badge_source {text-align:left; margin:0 10px 0 10px;}
#flickr_badge_icon {float:left; margin-right:5px;}
#flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#dc000f;}
#flickr_badge_wrapper {background-color:#ffffff;}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#454545 !important;}
.flickr_badge_image {float:left;}
.flickr_badge_image img {width:190px;height:auto;}







#videoBar-bar, .resultsBox_gsvb div.resultDiv_gsvb {background-color:#EEEEEE;border-width:0px;} 
#videoBar-bar {
	padding-top:10px;
	padding-bottom:5px;
}




