body {
	margin: 5;
	background: #333333;
}

.smallinput {
	font-size: 9px;
	width: 50px
}

.rubrik {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
}

.punkt {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}

.handle_drag {
	position: absolute;
	right: 0px;
	cursor: move;
	border: 1px solid #ccc;
	background-color: #fff;
	font-size: 10px;
	padding: 2px
}

fieldset {
	border: 1px solid #999;
	padding: 5px
}

#rounded_box {
	margin: 0px 0px 5px 0px
}

#rounded_box h1 {
	font-size: 14px;;
	margin: 0;;
	padding: 0 0 3px;;
	background: #C0C7D6;;
	color: #000;;
	text-align: center
}

.chat,.chat_user {
	width: 400px;
	height: 300px;
	overflow: scroll;
	background-color: #fff;
	border: 1px solid #000;
	float: left;
	padding: 5px
}

.chat_user {
	width: 80px;
	overflow: auto;
	float: none
}

.subpages {
	float: right;
	border: 1px solid #ccc;
	margin: 5px;
	padding: 5px;
	width: 100px
}

.headline {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
}

.date {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}

table {
	border-collapse: collapse;
	border-color: #000000;
}

td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	vertical-align: top;
}

img {
	border-color: #CCCCCC;
	border: 0px;
}

a {
	outline: none;
}

a:link .navi {
	text-decoration: none;
	color: #000000;
}

a:visited .navi {
	text-decoration: none;
	color: #000000;
}

a:link {
	text-decoration: underline;
	color: #000000;
}

a:visited {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a:active {
	text-decoration: none;
	color: #000000;
}

.gallery_thumb_img {
	display: block;
	width: 128px;
	height: 96px;
}

.gallery_even {
	border-right: 1px dotted #ccc;
}

.gallery_odd {
	
}

a.gallery_div {
	display: block;
	text-decoration: none
}

a.gallery_div:hover {
	background-color: #f4f4f4
}

.gallery_thumb,.gallery_thumb_edit {
	overflow: hidden;
	color: #fff;
	font-size: 9px;
	display: block;
	background: #000;
	float: left;
	width: 134px;
	padding: 2px;
	height: 106px;
	border: 1px solid #ccc
}

.gallery_thumb_edit {
	cursor: move;
}

.td_menu {
	padding-left: 6px;
	padding-right: 16px;
}

a.menu {
	display: block;
	padding: 2px;
	padding-left: 10px;
	text-decoration: none;
	font-size: 8pt;
	letter-spacing: 1px;
	border-bottom: 1px solid #ccc
}

a.menu:visited {
	text-decoration: none
}

a.menu:hover {
	background-color: #C0C7D6
}

input#radio {
	border-style: none;
	background: #f9f9f9;
}

form {
	display: inline
}

input,textarea,select,button {
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	font-size: 8pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #f9f9f9;
}

.submit,button {
	background-color: #009;
	color: #fff;
	background-repeat: no-repeat;
}

#ticker-container {
	position: relative;
	overflow: hidden;
	width: 130px;
	height: 200px;
	background-color: ;
	background-repeat: repeat;
	padding: 2px;
	border: dotted;
}

#ticker {
	position: relative;
	width: 150px;
}

#ticker ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#ticker ul li {
	display: list-item;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: arial;
	font-size: xx-small;
	font-weight: normal;
	color: ;
	padding-left: 2px;
}

#ticker ul li a {
	font-family: arial;
	font-size: xx-small;
	font-weight: normal;
	color: ;
	text-decoration: none;
	padding-left: 2px;
}

#ticker ul li a:hover {
	font-family: arial;
	font-size: xx-small;
	color: ;
	text-decoration: none;
	padding-left: 2px;
}

a.cal,a.cal_active_today, a.cal_active, a.cal_today, a.cal_old, a.cal_week, a.cal_last, a.cal_next, a.cal_last_old, a.cal_next_old, a.cal_last_active, a.cal_next_active, a.cal_header
	{
	display: block; width: 100%;
	text-decoration: none;
	color: #000
}

a.cal_header {
	font-size: 14px; font-weight: bold
	}
#widget_calendar a:visited { text-decoration: none }
#widget_calendar td { background-color: #eee }
a.cal_last, a.cal_next, a.cal_last_old, a.cal_next_old, a.cal_last_active, a.cal_next_active { color: #999 }
a.cal_active,a.cal_active_today, a.cal_last_active, a.cal_next_active {
	background-color: #8CA4DB
}
tr.cal_week { font-weight: bold }
a.cal_old, a.cal_last_old, a.cal_next_old {
background-color: #8F8F8F
}
