/*
Theme Name: micha
Theme URI: http://wordpress.eigenes.de
Description: micha's Template
Author: Michael Mischke
Author URI: http://www.m-mischke.de
*/
body {
    margin: 0;
    padding: 0
}
#pixie {
    position:fixed;
    background-color: #FF88FF;
    width:100%;
    height:100%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF88FF', endColorstr='#257EB7', GradientType=0);
    /* IE6-9 */
    background: -ms-linear-gradient(top, #0E2A55 40%, #0E2A55 40%, #1D6196 60%);
    /* IE10+ */
    background: -webkit-gradient(linear, center top, center bottom, from(#040429), to(#257EB7));
    /* Chrome, Safari 4+ */
    background: -webkit-linear-gradient(center top, #FF88FF, #257EB7) repeat scroll 0 0 rgba(0, 0, 0, 0);
    /* Chrome 10-25, iOS 5+, Safari 5.1+ */
    background: -moz-linear-gradient(center top, #FF88FF, #257EB7) repeat scroll 0 0 rgba(0, 0, 0, 0);
    /* Firefox 3.6-15 */
    background: -o-linear-gradient(center top, #FF88FF, #257EB7) repeat scroll 0 0 rgba(0, 0, 0, 0);
    /* Opera 11.10-12.00 */
    background: linear-gradient(center top, #FF88FF, #257EB7) repeat scroll 0 0 rgba(0, 0, 0, 0);
    /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
    margin:0;
    padding:0;
}

#fancyClock{
	margin:40px auto;
	height:200px;
	border:1px solid #111111;
	width:600px;
}

P  {
	text-indent : 25;
	padding-left : 10%;
	padding-right : 10%;
}

H1  {
	font-size : xx-large;
	font-weight : bolder;
	text-align : right;
}

H5  {
	text-align : left;
	text-decoration : underline;
	color : #DC153C;
}

H6  {
	text-align : left;
	font-weight : bolder;
	text-decoration : underline;
	color : #DC153C;
}

A  {
	font-weight : bold;
	color : Blue;
	text-decoration : none;
	font-style : normal;
}

A:Visited  {
	font-weight : bold;
	color : Red;
	font-style : italic;
}

A:Hover {
	text-decoration : underline;
}

BODY  {
	font-family : sans-serif;
	font-weight : normal;
	font-size : x-small;
}

H2  {
	font-size : x-large;
	text-align : right;
}

th  {
	background : #99c5d3;
	font-size : small;
	font-weight : bold;
	padding-left : 3;
	padding-right : 3;
	padding-top : 1;
	padding-bottom : 1;
}

td  {
	background : #add9e7;
	font-family : sans-serif;
	padding-left : 3;
	padding-right : 3;
	padding-top : 1;
	padding-bottom : 1;
	font-size : smaller;
}

td.normal  {
	background : #ffffff;
}

table  {
	width : 80%;
	align : center;
}

