/*  
Theme Name: Infinite+1
Theme URI: http://www.infiniteand1.com
Description: Wordpress-Theme by Laetterman, 01/01/2008.
Version: beta
Author: Laetterman
Author URI: mailto:infiniteand1@gmail.com
*/

/*
COLORS
	#4e4e4e font color
	#fff  background
	#0f0  links
*/


/*####BASIC ELEMENTS####*/
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
        letter-spacing: 0.04em;
        background: url(images/hintergrund.png) no-repeat 0px 0px;
	color: #4e4e4e;
	font-size: 12px;
	text-align: center;
}

a:link {text-decoration: none; color: #0000FF; text-indent:10px;}
a:visited {text-decoration: none; color: #0000FF;}
a:hover {text-decoration: none; color:#f00;}
a:active {text-decoration: none; color:#f00;}
img {border: none;}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	color: #0000FF;
	font-weight: bold;
	width: 100%;
	text-decoration: none;
	font-family:  Arial,Verdana, Helvetica, sans-serif;
	border-bottom:1px solid #cccccc;
	font-size:11px;	text-transform:uppercase;

}

h1 {
margin: 0px;
font-family: Arial,Verdana, Helvetica, sans-serif;
font-size: 14px;
color: #E72019;
}

.tagcloud {
line-height:1.1;
text-align:center;
}
.tagcloud a {
text-decoration: none;
}
.tagcloud a:hover {
text-decoration: underline;
}

/*####LAYOUT###*/


.oben{
        background: url(images/bg_fade_oben.png) no-repeat;
        background-position: 0px 0px;
        font-size:15px;
        font-weight: bold;
        width:474px;
        height:30px;
        margin: 0px 0px 0px 0px;
        padding: 4px 0px 0px 12px;
}

.sect {
        width:445px;
        background: url(images/bg_fade_fastoben.png) repeat-y;
        background-position: 0px 0px;    
        margin: 0px 0px 0px 0px;
        padding: 1px 50px 10px 10px;
}

div#container {
	margin: 0 auto 0 auto;
	width: 474px;
	text-align: left;
        padding: 15px 0px 0px 0px;
}

.unten {
padding: 0px 0px 0px 0px;
        background: url(images/bg_fade_unten.png) no-repeat; 
        background-position: 0px 0px;
        width:474px;
        height:23px;
        padding: 3px 0px 15px 12px;
}

#footer {
        width:474px;
        clear:both;
        text-align:center;     
}

/*##### HOVER ######*/
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 10;
left: 30px; /*position where enlarged image should offset horizontally */
}

form {
	display: inline;
	margin: 0;
 	padding: 0;
}
.highlighttext{
background-color:lightgray;
border: 1px dashed gray;
font-weight:bold;
}