/*
--------------------------------------------------------------------------------

Client: ABKV - Baeckerei - Conditorei Dept. Baeckermeisterverband Aargau

Agency: kubus media | Interaktive Medien, Basel
Author: Joscha van der Linden for kubus media

--------------------------------------------------------------------------------
*/

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

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.75em;
	color: #000000;
	text-align: center;
}

/*  ------------------------------------------------------------------------  */

.clearfloat {
	font-size: 100%;
	clear: both;
	margin: 4px;
}
p.clearfloat {
	margin: 0;
	padding: 0;
	font-size: 0.01em;
	height: 0;
	clear: both;
}
.hidden {
	display: none;
}

/*  ------------------------------------------------------------------------  */

form {
	clear: float;
	margin: 0;
	padding: 0;
}
hr {
	padding: 0;
	margin: 0.8em 0;
	border: 0;
	height: 1px;
	color: #0C3F97;
	background-color: #0C3F97;
}
*html hr {
	padding: 0;
	margin: 0;
	border: 0;
	height: 1px;
	color: #0C3F97;
	background-color: #0C3F97;
}

/*  ------------------------------------------------------------------------  */

.bbar_box {
}
.bbar_cell {
}
.bbar_active {
}

/*  ------------------------------------------------------------------------  */

input,
textarea,
select {
	font-family: Arial, Verdana, sans-serif;
	font-size: 100%;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.halved_one {
	float: left;
	width: 48%;
	padding-right: 2%;
}
*html .halved_one {
	float: left;
	width: 48%;
	padding-right: 0.7%;
}
.halved_two {
	float: left;
	width: 50%;
}
.halved_onehalfe {
	float: left;
	width: 8em;
	padding-right: 2%;
}
.halved_twodouble {
	float: left;
	width: 15em;
}
.halved_one input,
.halved_two input,
.halved_onehalfe input,
.halved_twodouble input {
	width: 100%;
}
.singleinput {
	width: 100%;
}
.form_input {
	width: 37em;
}
.form_textarea {
	width: 37em;
}

/*  ------------------------------------------------------------------------  */

#wrap {
	text-align: left;
	width: 80em;
	min-width: 900px;
	margin: 0 auto;
	padding: 0;
}

/*  ------------------------------------------------------------------------  */

#image {
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
	background-image: url('../pictures/abkv_logo_1.gif');
	background-position: top right;
}

/*  ------------------------------------------------------------------------  */

#navigation {
	float: left;
	text-align: right;
	width: 14em;
	min-height: 43.8em;
	background-color: #0C3F97;
}
#navigation ul {
	text-transform: uppercase;
	margin: 2em 0;
	padding: 0;
	list-style-type: none;
}
#navigation ul li {
	padding: 0;
	margin: 0;
}
*html #navigation ul li {
	padding: 0;
	margin: 0;
	height: 1em;
}
#navigation ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background-position: 12.9em 0.35em;
	background-repeat: no-repeat;
	background-image: url('../pictures/environment/dot_white.png');
	border-bottom: 1px solid #16479b;
}
#navigation ul li a {
	margin: 0;
	padding: 0.2em 1.5em;
}
#navigation ul li a:hover,
#navigation ul ul li a:hover,
#navigation ul li a.active,
#navigation ul li li a.active {
	text-decoration: none;
	color: #e37719;
	background-color: #16479b;
	background-image: url('../pictures/environment/dot_orange.png');
}
#navigation ul li ul {
	text-transform: none;
	font-size: 90%;
	margin: 1em 0;
	padding: 0;
	background-color: #16479b;
}
#navigation ul li ul li a {
	display: block;
	text-decoration: none;
	color: #a6bee0;
	background-position: 13.4em 0.5em;
	background-repeat: no-repeat;
	background-image: url('../pictures/environment/dot_grey.png');
	border-bottom: 1px solid #204f9e;
}
#navigation ul li ul li a {
	padding: 0.2em 2.8em;
}

/*  ------------------------------------------------------------------------  */

#toolbox {
	text-transform: uppercase;
	text-align: right;
	margin: 4em 0;
	font-size: 80%;
}
#toolbox p {
	margin: 0 0.5em 0.5em 0;
	padding: 0;
	border-bottom: 1px solid #16479b;
}
#toolbox a {
	display: block;
	color: #FFFFFF;
	padding: 0.1em;
	padding-right: 2.5em;
	margin: 0;
	text-decoration: none;
	background-position: 15.3em 50%;
	background-repeat: no-repeat;
}
#toolbox a.print {
	background-image: url('../pictures/environment/icon_print.gif');
}
#toolbox a.legal {
	background-image: url('../pictures/environment/icon_legal.gif');
}
#toolbox a.forward {
	background-image: url('../pictures/environment/icon_forward.gif');
}
#toolbox a.sitemap {
	background-image: url('../pictures/environment/icon_sitemap.gif');
}
#toolbox a.print:hover,
#toolbox a.forward:hover,
#toolbox a.sitemap:hover,
#toolbox a.legal:hover{
	color: #000000;
}
#search {
	text-align: right;
	margin: 0 0.5em 0.5em 0;
}
#search p {
	padding: 0.5em 0;
	margin: 0;
	border: none;
}
#search input {
	padding: 0.2em;
	border: 1px solid #e37719;
	background-color: #FFFFFF;
}
#search .search_input {
	height: 1.65em;
	margin-bottom: 0.1em;
	margin-right: 0.5em;
}

/*  ------------------------------------------------------------------------  */

#content {
	width: 50em;
	float: left;
	margin: 2em;
	line-height: 1.5em;
}
#content a {
	color: #0C3F97;
	padding: 1px 2px;
}
#content a:hover,
.search_highlight {
	color: #FFFFFF;
	padding: 1px 2px;
	background-color: #0C3F97;
	text-decoration: none;
}
#content .detail_link,
#content .detail_link:hover {
	padding: 0;
	background-color: none;
}
#content h1 {
	color: #0C3F97;
	font-size: 140%;
	margin: 0;
}
#content h2 {
	color: #0C3F97;
	font-size: 120%;
	padding: 0;
	margin: 0.3em 0;
}
#content h3 {
	font-size: 100%;
	padding: 0;
	margin: 0;
}
#content a.file {
	padding-left: 15px;
	text-decoration: none;
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image: url('../pictures/environment/icon_file.gif');
}
#content a.file:hover {
	padding-left: 15px;
	background-image: url('../pictures/environment/icon_file_hover.gif');
}

/*  ------------------------------------------------------------------------  */

#welcome {
	color: #FFFFFF;
	background-repeat: repeat;
	background-image: url('../pictures/environment/grid_orange.gif');
}
#welcome .left {
	float: left;
	width: 30em;
	margin: 1.2em;
	padding: 1em;
	line-height: 1.2em;
	background-color: #e27414;
}
*html #welcome .left {
	float: left;
	width: 28em;
	padding: 1em;
	line-height: 1.2em;
	background-color: #e27414;
}
#welcome .left h1 {
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 0.5em;
}
#welcome .right {
	float: right;
	margin: 0;
	padding: 0;
}

/*  ------------------------------------------------------------------------  */

.news_alternate_one,
.news_alternate_two,
.news_alternate_three,
.news_alternate_archive {
	line-height: 1.2em;
	padding: 1.3em;
	background-repeat: no-repeat;
}
.news_alternate_one {
	float: left;
	width: 21.5em;
	margin-right: 1em;
	margin-bottom: 1em;
	background-position: top left;
	background-image: url('../pictures/environment/grid_verlauf_one.jpg');
}
.news_alternate_two {
	float: right;
	width: 22em;
	margin-bottom: 1em;
	background-position: top right;
	background-image: url('../pictures/environment/grid_verlauf_two.jpg');
}
.news_alternate_three {
	float: left;
	width: 21.5em;
	margin-right: 1em;
	background-position: top left;
	background-image: url('../pictures/environment/grid_verlauf_three.jpg');
}
.news_alternate_archive {
	float: right;
	width: 22em;
	background-position: top right;
	background-image: url('../pictures/environment/grid_verlauf_four.jpg');
}
#content .news_alternate_one h2,
#content .news_alternate_archive h2 {
	color: #e27414;
	margin: 0 0 0.5em 0;
	padding: 0;
}
#content .news_alternate_two h2,
#content .news_alternate_three h2 {
	color: #0C3F97;
	margin: 0 0 0.5em 0;
	padding: 0;
}
#content .news_alternate_one a,
#content .news_alternate_archive a {
	color: #e27414;
}
#content .news_alternate_two a,
#content .news_alternate_three a {
	color: #0C3F97;
}
#content .news_alternate_one a:hover,
#content .news_alternate_two a:hover,
#content .news_alternate_three a:hover,
#content .news_alternate_archive a:hover {
	color: #FFFFFF;
}

/*  ------------------------------------------------------------------------  */

.error,
.manager_box {
	padding: 10px;
	background-color: #e27414;
}
.error b,
.manager_box b {
	color: #FFFFFF;
	font-weight: bold;
}
.show_1 {

}
.show_0 {
	border: 2px solid #FF0000;
}


/*  ------------------------------------------------------------------------  */

.alternate_01 {
	padding: 0.5em;
	background-color: #ebf0f6;
}

.alternate_02 {
	padding: 0.5em;
	background-color: #f8ece0;
}

/*  ------------------------------------------------------------------------  */

table {
	width: 100%;
}
table td {
	border-bottom: 1px solid #0C3F97;
}
table td.td_width {
	padding: 0.5em 1em 0.5em 0;
	width: 5em;
}
table td.td_left {
	padding: 0.5em 1em 0.5em 0;
}
table td.td_title {
	font-weight: bold;
	color: #FFFFFF;
	padding: 0.3em;
	background-color: #0C3F97;
}
#content table td a.title {
	color: #FFFFFF;
	text-decoration: underline;
}
table td a {
	text-decoration: none;
}

/*  ------------------------------------------------------------------------  */

#logo {
	float: right;
	width: 130px;
}
#logo img {
	margin-bottom: 0.5em;
}


/*  ------------------------------------------------------------------------  */

.left {
	float: left;
}
.right {
	text-align: right;
}
.list_left {
	float: left;
	width: 10em;
}
.list_right {
	float: left;
	width: auto;
}
.small_list_left {
	float: left;
	width: 6em;
}
.small_list_right {
	float: left;
	width: auto;
}
.pictures_left {
	float: left;
	margin-right: 1em;
}
.pictures_right {
	float: left;
	width: 440px;
}
.pictures_right_lose {

}
.pictures_left_detail {
	float: right;
	margin-left: 1em;
}
.pictures_right_detail {
	width: auto;
}

/*  ------------------------------------------------------------------------  */
 
#bottom {
	text-align: center;
	margin: 1em 0;
	font-size: 90%;
	color: #CECECE;
}
#bottom a {
	color: #CECECE;
}

/*  ------------------------------------------------------------------------  */
