@charset "utf-8";

/* CSS Document */



.my_login {
	padding-left:50px;
	padding-top:50px;
}
.my_login input {
	background-color:#5eb9ff;
	filter: Alpha(Opacity=75);
}
/* Allgemeines Seitenlayout */
html {
	background-color:#5eb9ff;
}

*{
	padding:0px;
	margin:0px;
}
.my_site{
	width: 1400px;
	margin-left:auto;
	margin-right:auto;
}
.my_top{
	width: 1400px;
	height:70px;
}
.my_body{
	width: 1400px;
	min-height:440px;
	/*background-image:url(style/body.gif); */
	background-repeat:repeat-y;
}
.my_bottom {
	width: 1400px;
	height: 87px;
	/*background-image:url(style/bottom.gif); */
	background-repeat:no-repeat
}
.my_body_content {
	width:1300px;
	margin-left:25px;
	margin-right:30px;
}

.my_table{
	
	border: 1px solid;
	

}

/* Tabellen Layout*/
/* Tabelen für Suchseiten*/
.my_s_table {
	width:60%;
	border:hidden;
}

.my_s_tr_top td{
	text-align:center;
}
.my_s_tr_top a:visit {
text-decoration:none;
}
.my_s_tr td{
	text-align:center;
}
.my_s_tr_search td{
	text-align:center;
}
.my_s_tr_search input{
	background-color:#4baffc;
	filter: Alpha(Opacity=75);
	font-weight:bold;
	color:#000000;
	text-align:center;
	height:17px;
}
.my_s_tr:hover{
	background-color:#2aa1fc;
	cursor:default;
}
.my_s_tr_exp{
	background-color:#5eb9ff;
	text-align:center;
}
.my_s_tr_exp:hover{
	background-color:#2aa1fc;
}




/* Sonstige */
hr {
	padding-top:5px;
}
.my_input {
	background-color:#4baffc;
	filter: Alpha(Opacity=75);
	font-weight:bold;
	color:#000000;
	height: 20px;
}
.my_s_input {
	background-color:#5eb9ff;
	filter: Alpha(Opacity=75);
	color:#000000;
	text-align:center;
	height:17px;
}

.my_btn {
	background-color:#4baffc;
	font-weight:bold;
	padding: 5px;
}
.my_nav_btn {
}
h1{
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
	color:#333333;
}
a {
color:#000000;
}
