/*  
Theme Name: Simple Landingpage Theme
Theme URI: http://imblickpunkt.com
Description: Eben einfach nur eine Landingpage
Version: 1.0
Author: Schalkie
Author URI: http://imblickpunkt.com

	
 */

hmtl{
     }

body
	{
	padding:0px;
	margin:0px;
	background-color:#f6f6f6;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	font-family:verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
     }
/*--------------------DIVs------------------------------*/

div#pagecenter
	{
	margin: 0 auto;
	width: 782px;
	}
	
div#header
	{
	vertical-align:bottom;
	color:#FFFFFF;
	padding-top:30px;
	padding-bottom:10px;
	font-size:11px;
	}
	
div.content-top
	{
	height:9px;
	background-image:url(images/topborder.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	}
	
div.content-center
	{
	background-image:url(images/centerborder.gif);
	padding:10px;
	text-align:justify;
	color:#333333;
	}
	
div.content-bottom
	{
	height:8px;
	background-image:url(images/bottomborder.gif);
	margin-bottom:10px;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;

	}
	
div#sitebar
	{
	font-size:11px;
	padding:10px;
	border:dotted 1px #ccc;
	}

div.clear
	{
    clear: left;
    margin: 0;
    padding: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
	}
/*--------------------textgestaltung--------------------*/

p{
     }

h1
	{
	font-size:36px;
	margin:0px;
	padding:0px;
	}

h2,h3,h4,h5,h6{

	
     }


acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	
	}

blockquote {
	
	}

blockquote cite {
	
	}



hr {
	color:#888888;
	height:1px;
	padding:0px;
	margin:0x;
	border:0px;
	border-top:1px solid;
	}





dl{
     }
     dt{
          }
          dd{
          }


#sitebar ul{
float:left;
margin:0px;
padding:0px;
margin-right:10px;
list-style:none;
margin-bottom:7px;

     }
#sitebar ol{
float:left;
margin:0px;
padding:0px;
margin-right:10px;
list-style:none;
     }
#sitebar li{
float:left;
margin:0px;
padding:0px;
margin-right:10px;
list-style:none;
margin-bottom:2px;

          }


ul{
     }
ol{
     }
     li{
          }

    ul ul{
         }

blockquote{
     }
     blockquote p{
          }

code{
     }

pre{
     }

b, strong,i,em {
     }

img{
     }

address {
     }

/*--------------------linkgestaltung--------------------*/


a {
     }
a:link { 
     }
a:visited { 
     }
a:link:focus{ 
     }
a:link:hover, 
a:visited:hover { 
    }
a:link:active, 
a:visited:active {
     }
	 
	 
#sitebar a {
	color:#999999;
     }
#sitebar a:link { 
     }
#sitebar a:visited { 
     }
#sitebar a:link:focus{ 
     }
#sitebar a:link:hover, 
#sitebar a:visited:hover { 
    }
#sitebar a:link:active, 
#sitebar a:visited:active {
     }

/*--------------------bilder als links--------------------*/
a img{
     }
a:link img { 
     }
a:visited img { 
     }
a:link:active img, 
a:visited:active img {
      }

/*--------------------smilies im text--------------------*/

body img.wp-smiley{
     }



/*--------------------der weiterlesen link--------------------*/

.more-link{
     }

/*--------------------die seiten wenn es mehrere gibt--------------------*/
p.serif{
     }

/*--------------------suche--------------------*/

#searchform{
     }

input#s{
     }

input#searchsubmit{
     }




/*--------------------Kommentare--------------------*/
.alt {
	 
	}

.commentlist {
	 
	}


.nocomments {
	 
	}
 
.commentlist li {
	 
	}

.commentlist cite, 
.commentlist cite a {
	 
	}

.commentlist p {
	 
	}

#commentform p {
	 
	}

.commentmetadata {
	 
	}

#commentform input {
	}

#commentform textarea {
	}

#commentform #submit {
	 
	}

/*--------------------fuer den wp kalender--------------------*/
 
#wp-calendar th {
	 
	}


#wp-calendar {
	empty-cells: show;
	
	}

#wp-calendar #next a {
	
	}

#wp-calendar #prev a {
	
	}

#wp-calendar a {
	
	}

#wp-calendar caption {
	
	}

#wp-calendar td {
	
	}

#wp-calendar td.pad:hover { 
      }


/*-------------------- widgets---------------------*/
h2.widgettitle{
     }
.widget {
     }

/*--------------------Archive--------------------*/

li#archives{
     }

.widget_archives{
     }

/*--recent posts--*/


li#recent-posts{
     }

.widget_recent_entries{
     }



/*--------------------text widget--------------------*/
li.widget_text{
     }

/*--id haengt von der nummer des text widgets ab*/
li#text-4{
     }
div.textwidget{
     }

/*--------------------links blogroll--------------------*/

li#links{
     }

.widget_links{
     }


/*--------------------kategorien--------------------*/

li#categories{
     }

.widget_categories{
     }

	/*-------------------WP Requires------------------*/

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin-right:5px;
}

.alignright {
	float: right;
	margin-left:5px;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}