/*
Theme Name: FPOe Linz
Theme URI: http://www.fpoe-linz.at
Description: Theme der FPOe-Linz
Version: 1.0
Author: FPOe Linz
Author URI: http://www.fpoe-linz.at
*/


/*Beginn Seitenaufbau*/

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #1B4680;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#container {
	color: #FFF;
}

#header {
	background-image: url(images/imgheader.jpg);
	height: 210px;
	width: 900px;
	margin: auto;
}

#navbar {
	background-color: #1B4680;
	height: 34px;
	width: 760px;
	position: relative;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: 50px;
	margin-left: 50px;
	top: 125px;
	clear: both;
}

#subnav {
	height: 40px;
	width: 900px;
	padding-top: 10px;
}

#subnav_right {
	margin-right: 45px;
	float: right;
}

#subnav_left {
	margin-left: 45px;
	float: left;
}

#page {
	background-color: #FFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#sidebar {
	width: 144px;
	float: right;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#sidebarbox {
	background-color: #E8ECF2;
	width: 144px;
	text-align: center;
	margin-bottom: 10px;
}

#content {
	width: 606px;
	margin-right: 10px;
	margin-left: 20px;
	margin-top: 10px;
}

#content2 {
	width: 556px;
	margin-right: 10px;
	margin-left: 20px;
	margin-top: 10px;
	vertical-align: top;
}

#footer {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	clear: both;
}

#linewhite {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-top: 5px;
	margin-bottom: 5px;
}

#lineblue {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8ECF2;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*Ende Seitenaufbau*/


/*Beginn Positionierungen*/

.alignleft {
	margin-right: 10px;
	float: left;
	margin-top: 3px;
}

.alignright {
	margin-left: 10px;
	float: right;
	margin-top: 3px;
}

.termine {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/*Ende Positionierungen*/


/*Beginn Schriften*/

* {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 11px;
}

b {
	font-weight: bold;
	color: #1B4680;
}

strong {
	font-weight: bold;
	color: #1B4680;
}

p {
	margin-bottom: 5px;
}

h2 {
	font-size: 24px;
	font-weight: bold;
	color: #1B4680;
	margin-bottom: 13px;
}

a:link, a:visited {
	color: #1B4680;
	text-decoration: none;
}

a:hover, a:active {
	color: #1B4680;
	text-decoration: underline;
}

.white {
	color: #FFF;
}

#navbar a {
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
}

#breadcrumb {
	font-size: 9px;
	color: #A9B9CF;
	margin-top: 5px;
	margin-left: 20px;
}

#breadcrumb a {
	font-size: 9px;
	color: #A9B9CF;
	text-decoration: none;
}

#postmeta {
	font-size: 9px;
	color: #A9B9CF;
}

#postmeta a {
	font-size: 9px;
	color: #A9B9CF;
	text-decoration: none;
}

/*Ende Schriften*/


/*Beginn Forms*/

#searchform {
}

#searchsubmit {
	background-color: #1B4680;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
}

.contactform {
	width: 100%;
}

/*Ende Forms*/


/*Beginn Index*/

#topbox_left {
	background-color: #E8ECF2;
	padding: 10px;
	height: 102px;
	width: 278px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#topbox_right {
	background-color: #E8ECF2;
	padding: 10px;
	height: 102px;
	width: 278px;
	float: right;
	margin-bottom: 10px;
}

#mainbox_left {
	width: 298px;
	float: left;
	margin-right: 10px;
}

#mainbox_right {
	width: 298px;
	float: right;
}

#mainbox {
	padding: 5px;
	height: 12px;
	margin-bottom: 5px;
	background-color: #1B4680;
}

/*Ende Index*/