/* default */

HTML,BODY {
	margin: 0;
	padding: 0;
	width: 100%;
	height:100%;
	font-size:10pt;

}

BODY {
	background:#FFFFFF
}

BODY,TD,A {
	font-family : Arial, Helvetica;
	font-size : 10pt;
	color : black;
}

A {
	text-decoration: none;
	color: #ff7f02;
}

A:HOVER {
	text-decoration: none;
	color: #006;
}

.project {
	width: 200px;
	height:200px;
	float:left;
	margin:5px;
	font-size:8pt;
}

.project a {
	text-decoration:none;
	color:#006;
	font-size:8pt;	
}

h2 {
	font-size: 12pt;
	color: #c1c1c1;
	display:inherit;
}

em {
	color: #c1c1c1;
}

.sidebar a:hover {
	text-decoration:underline;
}

.news {
	
}

.news .container {
	margin-bottom:10px;
	
}

.news .container .title {
	
}

.news .container .title a {
	color:black;
}

.news .container .content {
	
}

/* RSS Infobox */

.rssinfobox {
	width: 250px;
	min-height: 250px;
	float:left;
	border: 1px solid #efefef;
	margin:5px;
}

.rssinfobox .title {
	padding:5px;
	background-color:  #efefef;
}

.rssinfobox .title a {
	background-color:  #efefef;
	color: blue;
}

.rssinfobox .content {

}
.rssinfobox .content li {

}

.rssinfobox .content ul {
	margin: 0 0 0 20px; 
	padding: 0; 
	display:block;
}


.rssinfobox .content a:hover {
	color: blue;
	text-decoration:underline;
}

/* Twitter */
.twitter_div {
	border: 1px solid #efefef;
	padding:0;
	margin:0;
}

.twitter_div .sidebar-title {

}

ul.twitter_update_list {
	margin:0;
	padding:0;
}

.twitter_div li {
	color: black;
	list-style-type: none;
	list-style-position:inherit;
	margin-bottom:5px;
}


.twitter_div a {
	color: blue;
}

.twitter_div twitter_link {
}

.footer {


}

.footer .title {
	font-weight:bolder;
	color: #CCC;
}

.footer .content {
	padding:2px 0 0 5px;
}

a#firefox {
position: fixed;
right: 0;
bottom: 0px;
text-decoration: none;
text-indent: -999em;
height: 100px;
width: 100px;
background: url(http://jonny0303.de/images/firefox/firefox.png) bottom right no-repeat;
display: block;
}