/* conception and realisation by www.e-colori.com */
/*(c) Copyright 2005 Tobias Fritz */

/*STYLE Defintion for T.Fritz*/

/****************************************1. nav1 STYLES******************************************/
div#nav1 {
	font-size: 80%;
	font-weight: normal;
	margin-bottom: 1em;
}
/****************************************container STYLES******************************************/
div#container {
	padding: 0px;
	margin: auto;
	width: 989px;	
}
/****************************************menue STYLES******************************************/
div#menue {
	background: url(../image/b_menu.jpg) no-repeat;
	height:  154px;
}
div#menue .t_menue {
	margin-left: 8px;
	/*padding-top: 41px; necessary for Safari*/
	margin-top: 41px; 
}
div#menue a:link {
	text-decoration: none;
	color: #000000;
}
div#menue a:hover {
	text-decoration: underline;
	color: #8096B3;
}
div#menue a:visited {
	text-decoration: none;
	color: #4B4B4B;
}

div#menue td {
	text-align: center;
	padding-bottom: 1px;
}
div#menue img {
	border: 1px solid #E1E1E1;
}
div#menue a:hover img  {
	border: 1px solid #8096B3;
}
/****************************************cms_menue STYLES******************************************/
div#cms_menue {
	float: left;
	height: 300px;
	margin-right: 5px;
	padding-right: 5px;
	border-right: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
}
#cms_menue li {
	margin: 0px;
}
/****************************************content STYLES******************************************/
div#content {
	padding:0px;
	margin: 0px;
	height: 100%;
	width: 100%;
}
div#c_top{
	margin:0px;
	padding:0px;
	background:url(../image/c_top.gif) no-repeat bottom;
	height: 15px;
}
div#c_middle{
	background:url(../image/c_middle.gif) repeat-y;
	margin: 0px;
	padding-left: 15px;
	padding-right: 15px;
}
div#c_bottom{
	background:url(../image/c_bottom.gif) no-repeat;
	height: 25px;
}

/****************************************content_left STYLES******************************************/
div#content_left {
	margin:0px;
	padding:0px;
	width: 630px;
	height: 100%;
}

/****************************************content_right STYLES******************************************/
div#content_right {
	margin: 0px;
	padding: 0px;
	margin-right: 5px;
	width: 310px;
	float: right;
}

/****************************************3. foot STYLES******************************************/
div#foot {
	font-size: 70%;
	text-align: right;
	margin-right: 12px;
}

/****************************************normal STYLES******************************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	list-style-type: circle;
	margin: 0px;
	padding: 0px;
}
div#back {
	/** background: url(../image/back_tobi.jpg) no-repeat left bottom; **/
	width-max: 1600px;
	margin: auto;
}
#b-contact #back, #b-sitemap #back {
	background-image: none;
}
/****************************************LINK definition ******************************************/

a:link {
	color: #424242;
	text-decoration: underline;
}

a:active {
	color: #006699;
	text-decoration: underline;
}

a:visited {
	color: #6C6C6C;
	text-decoration: underline;
}

a:focus {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #000000;
	cursor: pointer;
	text-decoration: underline;
	font-weight: normal;
	background-color: #EEEEEE;
}
h1 a:link, a:visited {
	text-decoration: none;
	color: #8096B3;
}
h1 a:hover {
	text-decoration: underline;
	color: #8096B3;
}


/****************************************HEADline definition ******************************************/
h1 {
	font-size: 120%;
	color: #8096B3;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	margin-bottom: 0.8em;
	padding: 0px;
}

h2 {
	font-size: 105%;
	color: #8096B3;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	padding: 0px;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
}

h3 {
	font-size: 100%;
	color: #8096B3;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding: 0px;
	margin-top: 0em;
	margin-bottom: 0.2em;
}

h4 {
	font-size: 100%;
	color: #8096B3;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

/****************************************TABLE definition ******************************************/
table {
	text-align: left;
	padding: 0px;
	margin: 0px;
}
td {
	padding: 0px 1px 0px 0.5em;
	vertical-align: top;
}
th {
	vertical-align: top;
	text-align: right;
	font-size: 100%;
	font-weight: normal;
}
/****************************************X definition ******************************************/

p {
	margin: 0px;
	padding: 0px 0px 0.4em;
}
ul {
	margin: 0px;
	padding: 0px;
	margin-left: 1.6em;
	padding-left: 3px;
}
li {
	padding: 0.1em;
	margin-left: 0em;
	list-style-image: url(../image/hand.gif);
}
hr {
	color: #8096B3;
	margin: 0px;
	margin-bottom: 0.5em;
	padding: 0px;
}

/**************************************** CLASS definition ******************************************/
.no td {
	padding: 0px;
	margin: 0px;
}

.sql_table {
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	border-width:  1px;
	border-style: solid;
	border-color:#999999;
	border-spacing: 0px; /* not IE */
}
.sql_table td {
	padding: 0.1em 0.3em 0.1em 0.3em; /*or only up/down right/left if the SAME */
	border-color:#D4DEED;
	border-style: solid;
	border-width: 1px;
	vertical-align: middle;
}
.sql_table th {
	background-color:#D4DEED;
	border-color:#CCCCCC;
	padding: 0.2em 0.4em;
	text-align: left;
	font-size: 80%;
}

.news_table {
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: 90%;
	border-spacing: 0px; /* not IE */
}
.news_table td {
	text-align: left;
	font-size: 90%;
}
.news_table th {
	text-align: left;
	font-weight: bold;
	background-color:#D4DEED;
}

.table, .proj {
	font-size: 85%;
	font-weight: normal;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color:#999999;
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
.proj_line td{
	border-bottom: #999999 1px solid;
}

.table th {
	padding: 2px;
	font-weight: bold;
	font-size: 110%;
	text-align: right;
	vertical-align: middle;
}
.proj th {
	padding: 2px;
	font-weight: bold;
	font-size: 110%;
	text-align: left;
}

.table, .proj td {
	padding: 2px;
}
.warnings {
	font-size: 90%;
	font-weight: normal;
	color: #993300;
}

.weblog {
	font-size: 85%;
	font-weight: normal;
	border-width: 2px;
	border-style: solid;
	border-color: #8096B3;
	padding: 2px;
	text-align: left;
	vertical-align: top;
	margin-right: 6px;
	width: 99%;
}
.weblog th {
	font-weight: bold;
	font-size: 105%;
	text-align: right;
	vertical-align: middle;
}
.weblog_head {
	background-color:#8096B3;
}
.weblog_head2 {
	background-color:#9EADC5;
}
.weblog_txt {
	border: 1px solid #8096B3;
	border-top: 0px;
	padding: 5px;
}
.assign .course {
	font-size: 85%;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
.assign th {
	padding: 2px;
	font-weight: bold;
	color:#FFFFFF;
	font-size: 105%;
	background-color:#8096B3;
	text-align: left;
}

.assign td .course td {
	padding: 2px;
	font-size: 90%;
	vertical-align: bottom;
	text-align: left;
}
.assign td a, img {
	vertical-align: bottom;
	text-align: left;
}
.course th {
	padding: 2px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 105%;
	background-color: #336699;
	text-align: left;
}
.size70 {
	font-weight: normal;
	font-size: 70%;
}
/****************************************form FORMAT******************************************/
form {
	white-space: nowrap;
	text-align: left;
	margin: 0em;
}
input, select {
	font-size: 100%;
}
textarea {
	margin: 0.1em;
	padding: 0.1em;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
input[type="submit"] {
	cursor: pointer;
}
/**************************************** IE hack against blue IMG borders******************************************/

#blue_b a:link img{
	border: 2px solid #666666;
}

#blue_b a:hover img{
	border: 2px solid #CCCCCC;
}
#blue_b a:visited img{
	border: 2px solid #666666;
}


