﻿  body
  {
    padding: 0px;
    margin: 0px;
    font: 85% Arial;
    background-image: url('/fileadmin/filemounts/weerenverkeer/WeV-line_vertical.png');
    background-position: 0px 0px;
    background-repeat: repeat-x;
    background-color: #cccccc;
  }
  
  ul
  {
    list-style: none;
    margin: 0px;
  }
  
  ul li
  {
    float: left;
  }

  #body_wrapper
  {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
  }
	
  .container
  {
    width: 867px;
    margin: auto;
  }
  
  #header
  {
    background-image: url(../img/header-norm_de.png);
    background-position: center top;
    background-repeat: no-repeat;
    height: 120px;
  }
  
  #header ul
  {
    float: right;
    color: white;
    font-size: 80%;
    padding: 0px 40px;
  }
  
  #header ul li
  {
    padding: 0px 5px;
    border-right: 1px solid white;
  }
  
  #header_home
  {
    background-image: url('/fileadmin/filemounts/weerenverkeer/WeV-header_home.png');
    background-position: top;
    background-repeat: no-repeat;
    height: 110px;
  }
  
  #header_home ul
  {
    float: right;
    color: white;
    font-size: 80%;
    padding: 0px 40px;
  }
  
  #header_home ul li
  {
    padding: 0px 5px;
    border-right: 1px solid white;
  }
  
  #content_wrapper
  {
    background-image: url('/fileadmin/filemounts/weerenverkeer/WeV-line_horizon.png');
    background-position: center top;
    background-repeat: repeat-y;
  }
  
  #content
  {
    padding: 10px 40px;
  }
  
  #content_pur
  {
    padding: 15px 60px 15px 30px;
	margin-left: 30px;
/*	height: 300px;*/
  }
/*  html>body #content_pur {
	height: auto;
	min-height: 300px;
  }*/
#content_pur .cont_big_small .one_row_just_text {
	margin-top: 15px;
	}
#content_pur .cont_big_small .one_row_just_text span {
	position: relative;
	bottom: 15px;
	}
#content_pur .cont_big_small {
	margin: 0px;
	padding: 0px;
	width: 740px;
	}
#content_pur .cont_big_small .left_column {
	padding: 0px;
	margin: 0px;
	width: 555px;
	float: left;
	}
#content_pur .cont_big_small .right_column {
	padding: 0px;
	margin: 0px;
	width: 175px;
	float: right;
	}
html>body #content_pur .cont_big_small .right_column {
	margin-top: 20px;
	}
*+html>body #content_pur .cont_big_small .right_column {
	margin-top: 2px;
	}
#content_pur .cont_big_small .right_column #text h2 {
	padding: 0px;
	margin: 0px;
	}
#content_pur .cont_small_big {
	margin: 0px;
	padding: 0px;
	/*  height: 175px;*/
	margin-right: 5px;
	}
	html>body #content_pur .cont_small_big {
	margin-right: 0px;
	}
#content_pur .cont_small_big .left_column {
	padding: 0px;
	margin: 0px;
	width: 175px;
	float: left;
	}
#content_pur .cont_small_big .right_column {
	padding: 0px;
	margin: 0px;
	float: right;
	width: 365px;
	}
  #footer
  {
    background-image: url('/fileadmin/filemounts/weerenverkeer/WeV-footer.png');
    background-position: center top;
    background-repeat: no-repeat;
    height: 50px;
  }
  
  #footer ul
  {
    float: right;
    color: white;
    font-size: 80%;
    padding:10px 40px;
  }
  
  #footer ul li
  {
    padding: 0px 5px;
    border-right: 1px solid white;
  }
  
  /* Alle Gradientmenü-Sachen von hier an. */
  
  .menu
  {
    height: 20px;
    width: 785px;
    margin: 0px 16px 0px 41px;
    background-image: url('/fileadmin/filemounts/weerenverkeer/nav-bg_blue.png');
    background-position: 0px 0px;
    background-repeat: repeat-x;
  }
  
  .menu ul.left,
  .menu ul.right
  {
    line-height: 20px;
    color: white;
    font-size: 90%;
    padding: 0px;
  }
  
  .menu ul.left li,
  .menu ul.right li
  {
    padding: 0px 7px;
  }
  
  .menu ul.left li a,
  .menu ul.right li a,
  #header ul li a,
  #header_home ul li a,
  #footer ul li a
  {
    color: inherit;
    *color: white; /* IE erbt nicht */
    text-decoration: none;
  }
  
  .menu ul.left li:hover, /* Löschen, um Mouseover zu verhindern */
  .menu ul.right li:hover, /* Löschen, um Mouseover zu verhindern */
  .active
  {
    background-image: url(../img/nav-bg_active.png);
    background-position: 0px 0px;
    background-repeat: repeat-x;
  }

  .menu ul.left li
  {
    float: left;
    border-right-style: solid;
    border-right-color: white;
    border-right-width: 1px;
  }
  
  .menu ul.right li
  {
    float: right;
    border-left-style: solid;
    border-left-color: white;
    border-left-width: 1px;
  }
  .one_row {
    font-size: 11px;
	width: 175px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	height: 165px;
  }
  .one_row ul li.box_headline {
	font-weight: bold;
	color: #fff;
	background-image: url('/fileadmin/templates/images/css_sprites.gif');
	background-position: +10px -13px;
	background-repeat: no-repeat;
	background-color: #0060ac;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 0px;
	border: 0px;
	border-bottom: 1px solid #fff;
    width: 175px;
  }
  html>body .one_row ul li.box_headline {
	margin-left: -40px;
    width: 155px;
  }
  *+html>body .one_row ul li.box_headline {
	margin-left: 0px;
  }

  .one_row ul li.box_headline h2 {
    padding:0px;
    margin: 0px;
  }
  .one_row ul li.box_headline a {
    text-decoration: none;
    color: #fff;
  }
  .one_row p {
    margin: 0px;
    padding: 0px;
  }
  .one_row .bodytext {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .one_row span.box_link a {
  	color: #2e93e5;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
	background-image: url('/fileadmin/templates/images/css_sprites.gif');
	background-position: 0px -16px;
	background-repeat: no-repeat;
  }
  *+html>body .one_row span.box_link a {
	margin-left: 30px;
  }
  img {
	border: 0px;
	margin: 0px;
	padding: 0px;
  }
  html>body .one_row img {
	margin-left: -40px;
  }
  *+html>body .one_row img {
	margin-left: 0px;
  }
  .clearing {
    clear: both;
    height: 0px;
  }
  .three_columns {
  }
  .three_columns .first, .three_columns .second, .three_columns .third {
	float: left;
	margin-right: 10px;
	width: 175px;
  }
