/* @copyright	(c)2007 Michael Kriese & Peer Sterner
 * @version		$Id: main.css 334 2008-06-30 18:33:19Z kriese $
 *
 * This file is part of SoPraLOP.
 *
 *  SoPraLOP is free software; you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation; version 2 of the License.
 *
 *  SoPraLOP is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with SoPraLOP; if not, write to the Free Software
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 */
body,div,span,ul,ol,li,input {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
}

a {
	text-decoration: none;
	color: green;
}

.content a {
	color: #FF6600;
}

a:hover {
	text-decoration: underline;
}

body {
	min-width: 20em;
	font-size: 100.01%;
	background-color: #EEEEEE;
}

img {
	border: none;
}

h2,h3 {
	text-align: center;
	margin-top: 0px;
}

hr {
	color: green;
	border: 1px solid green;
}

.footer {
	color: red;
	font-size: 1.1ex;
	position: absolute;
	left: 1.5ex;
	bottom: 1.5ex;
}

html>body .footer {
	position: fixed;
}

.header {
	height: 15ex;
	margin-bottom: 1.5ex;
	border: 2px solid green;
}

.header img {
	width: 13ex;
	height: 13ex;
}

.header .title {
	margin-top: 2ex;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
}

.header .logo {
	margin: 1.5ex 4ex;
	height: 12ex;
	width: 12ex;
}

.white_box {
	margin: 2ex;
	background-color: white;
	position: relative;
}

.upper_left {
	position: absolute;
	left: 0px;
	top: 0px;
}

.upper_right {
	position: absolute;
	right: 0px;
	top: 0px;
}

.lower_left {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.lower_right {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.white_box .box_content {
	padding: 0.8ex 0.8ex 0.8ex 0.8ex;
	color: green;
	font-size: small;
}

.menu_left {
	position: relative;
	width: 20ex;
	float: left;
}

.menu_left .menu {
	
}

.menu_left .logon {
	text-align: center;
}

.menu_left ul {
	margin-bottom: 1ex;
}

.menu_left li {
	list-style: square;
	margin-left: 3ex;
}

.menu_right {
	position: relative;
	width: 20ex;
	float: right;
}

.menu_right .newsbar {
	
}

.menu_right .logo {
	
}

.menu_right .links {
	text-align: center;
}

.menu_right li {
	margin-left: 3ex;
}

.menu_right .newsbar a:hover {
	text-decoration: underline;
}

.content {
	position: relative;
	margin-left: 22.0ex;
	margin-right: 22.0ex;
	margin-bottom: 1.5ex;
	min-width: 10ex;
	min-height: 20ex;
	border: 2px solid green;
	background-color: white;
	margin-left: 22.0ex;
}

.content a {
	font-weight: bold;
}

.content .upper_left {
	position: absolute;
	left: -2px;
	top: -2px;
}

.content .upper_right {
	position: absolute;
	right: -2px;
	top: -2px;
}

.content .lower_left {
	position: absolute;
	left: -2px;
	bottom: -2px;
}

.content .lower_right {
	position: absolute;
	right: -2px;
	bottom: -2px;
}

.content li {
	margin-left: 3ex;
}

.error {
	color: red;
	font-size: large;
	font-weight: bold;
	text-align: center;
	margin-top: 3ex;
	margin-bottom: 3ex;
}

.input {
	border: 1px solid green;
	color: green;
	font-size: small;
}

.button {
	font-weight: bold;
	font-size: 1.5ex;
	cursor: pointer;
	letter-spacing: 2px;
	padding: 1px 3px 0px 3px;
}

.link {
	padding: 2px 7px 1px 7px;
}

.link:hover {
	text-decoration: none;
}

.bg1 {
	background-color: green;
	color: white;
}

.bg2 {
	background-color: #EEEEEE;
	color: green;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.border_all {
	border: 1px solid green;
}

.border_bottom {
	border-bottom: 1px solid green;
}

.border_top {
	border-top: 1px solid green;
}

.border_left {
	border-left: 1px solid green;
}

.border_right {
	border-right: 1px solid green;
}

.start_btn {
	border: 3px dotted #FF6600;
	color: #FF6600;
	background-image: url("../images/java.png");
	background-repeat: no-repeat;
	background-position: 5px center;
	padding: 10px 5px 10px 30px;
}

.start_btn:hover {
	text-decoration: none;
	border: 3px dotted #B04600;
	color: #B04600;
}