/*
 * campus-online.de - style.css
 * Created on 25.11.2008 by Timo Ebel
 *
 * Description:
 * Styles für die Seite
 */

body {
	background-image: url(templates/layout/main_bg.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table {
	empty-cells: hide;
}

a {
	border: none;
	text-decoration: none;
	color: #000088;
}

img {
	border: none;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background: url(templates/layout/form_field_bg.gif);
	border: 1px solid #000000;
}

input.captcha {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	width: 100px;
	height: 40px;
	text-align: center;
	background: url(templates/layout/form_field_bg.gif);
	border: 1px solid #000000;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background: url(templates/layout/form_field_bg.gif);
	border: 1px solid #000000;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background: url(templates/layout/form_field_bg.gif);
	border: 1px solid #000000;
}

.top_left {
	background: url(templates/layout/main_top_left_bg.jpg) no-repeat;
	color: #DECF98;
}

.top_right {
	background: url(templates/layout/main_top_right_bg.jpg) no-repeat;
	color: #DECF98;
}

.middle_left {
	background: url(templates/layout/main_middle_left_bg.jpg) repeat-y;
	color: #DECF98;
}

.middle_right {
	background: url(templates/layout/main_middle_right_bg.jpg) repeat-y;
	color: #DECF98;
}

.bottom_left {
	background: url(templates/layout/main_bottom_left_bg.jpg) no-repeat;
	color: #DECF98;
}

.bottom_right {
	background: url(templates/layout/main_bottom_right_bg.jpg) no-repeat;
	color: #DECF98;
}

.menu {
	color: #DECF98;
	font-size: 14px;
	text-decoration: none;
}

td.submenu {
	border: 1px solid #000000;
	width: 115px;
	height: 45px;
	vertical-align: bottom;
	text-align: center;
	padding: 0px;
}

td.submenu_inaktiv {
	border: 0px;
	width: 115px;
	height: 45px;
	vertical-align: bottom;
	text-align: center;
	padding: 0px;
}

table.form {
	border: 1px #000000 solid;
	background: url(templates/layout/form_bg.gif);
}

div.form {
	border: 1px #000000 solid;
	background: url(templates/layout/form_bg.gif);
}

.form_bild {
	border: 1px #000000 solid;
	background: url(templates/layout/form_field_bg.gif);
}

.mitarbeiter_name {
	font-size: 12px;
}

.artikelHead {
	color: #DECF98;
}

.kursplan_highlight {
	background: url(templates/layout/highlight_bg.gif);
	color: #7b0207;
	text-decoration: none;
}

th.kursplan_highlight {
	border: 1px #7b0207 solid;
}

.kursplan_normal {
	background: #7b0207;
	color: #DECF98;
	text-decoration: none;
}

.kurs_even {
	background-image: url(templates/layout/form_bg.gif);
}

.kurs_uneven {
	background-image: url(templates/layout/main_bg.gif);
}

.angebote_preise {
	border: 1px #000000 solid;
	background: url(templates/layout/form_bg.gif);
	empty-cells: show;
	padding: 2px;
	width: 100%;
}

.angebote_preise input {
	width: 95%;
}

.angebote_preise_header {
	text-align: left;
	background: url(templates/layout/form_field_bg.gif);
	font-weight: bold;
}

.angebote_preise_normal {
	text-align: left;
}
















