/**
 * @version $Id: position.css 10387 2008-06-03 10:59:16Z pasamio $
 * @author Design & Accessible Team ( Angie Radtke / Robert Deutz )
 * @package Joomla
 * @subpackage Accessible-Template-atsv
 * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */

*{
	margin:0;
	padding:0;
}

body{
	background-color: #FFFFFF;
	background-image: url(../images/bg4.jpg);
	background-repeat:no-repeat;
}
/* ################   Position ################  */
#all{
	width: 874px;
	text-align:left;
	border: solid 0px #000066;
	margin: auto;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top:0px;
}

#rahmen {
	width: 800px;
	text-align:left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	border: solid 3px #000066;
}


#header{
	background-image:url(../images/header4.jpg);
	background-repeat:no-repeat;
	width: 800px;
	height: 150px;
	float:right;
	background-color: #FFFFFF;
}

#wo { 
	width:790px;
	height:20px;
	border-bottom:0px;
	border-bottom-style:solid;
	border-bottom-color:#999999;
	border-top:0px;
	border-top-style:solid;
	border-top-color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-left:7px;
	padding-top:7px;
	float:left;
	background-color:#FFFFFF;
}

#contentarea{
	border: solid 0px #000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	width:800px;
	background-color:#000066;
}

#left{
	width: 169px;
	float: left;
	clear: both;
	border-right: 0px solid;
	border-right-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration:none;
	display: block;
}


#right{
	border-top:1px dotted;
	border-color: #CC0000;
	float:right;
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	width:580px;
	min-height:600px;
	/*overflow:auto;*/
}

#main{
	width:560px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 140%;
	margin:0;
	padding-top:15px;
	padding-bottom:20px;
}

#page{
	margin:0;
	padding:0;
}

.leading{
	background-color: #FFFFFF;
	border: solid 0px #CCCCCC;
	color: #000000;
	margin-top: 20px;
	padding-left: 2px;
	width: 580px;
	border-bottom:  0px #CCCCCC;
}



.leading_separator{
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #333333;
	height: 10px;
	margin: 0 0 0px 0;
}

.article_separator{
	border: solid 1px;
	border-color: #333333;
	display: none;
	margin: 0px 0 0px 0;
}

.blog { 
	width: 590px;
	padding: 0; 
}


.article_row{
	margin: 0;
	padding: 0;
	color:#000000;
}

.article_column{
	border: solid 0px #ccc;
	padding: 0px 0px 0px 0;
}

.row_separator2{
	display: block;
	clear: both;
	margin: 0;
	border: solid 1px;
	border-color:#CCCCCC;
}

#footer {
	width: 800px;
	background-color: #000066;
	clear:both;
	text-align: center;
	color: #999999;
	padding-top: 3px;
	font-size:10px;
}
