/*
Theme Name: Blank 2 Column - Right Sidebar
Theme URI: http://refueled.net/blank-themes/
Description: A Blank Wordpress theme with left sidebar.
Author: refueled
Author URI: http://refueled.net
version: 2.0
Tags: two-column, widget-ready,blank
*/




/* basics */

*{margin:0; padding:0;}

body {
	background:#f0ecdf;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 8pt;
	margin:0;
	}

	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#000;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}



/* container */


#container {
	width: 900px;
	margin: 0 auto;
	padding:0;
	background:none;
	color:#333;
	overflow: hidden;
	}
	
/* header */

#header {
	background:none;
  	width: 900px; 
  	height: 100px;
	color: #fff 
	}

#header h1{
	font:bold 20px Geneva, Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	padding:35px 0 0 16px;
	margin:0;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #404040; text-decoration: none;}

#header h2{
font:normal 24px  Geneva, Arial, Helvetica, sans-serif;
color:#515151;
padding: 30px 18px 0 18px;
margin:0;	
}

.a span{
display:none;
}



/* main menu */


#menu {
	background:none;
	font-family: verdana, arial, times, serif;
	font-size: 8pt;
	width:880px; 
	overflow:hidden;
	margin:70px 10px 0 10px;
	border-bottom:2px solid #f7403a;
}


#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:right;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding:4px 10px;
	margin: 0;
	color: #515151;
	display:block;
}

#menu ul li a:hover {
	background: none;
	color:#515151;
	text-decoration: none;
}



/* content */


#content  {
}

#content h2 {
	color: #515151;
	font-size: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0 0 5px;
}

#content p {
	color: #515151;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
}

.box_left  {
	float:left;
	height:280px;
	width:280px;
	margin:25px 10px 80px 10px;
}

.box_pic  {
	float:left;
	background-color: #fff;
	height:180px;
	width:279px;
	border: 1px solid #dddddd;
}

.box_pic:hover  {
	float:left;
	background-color: #fff;
	height:180px;
	width:279px;
	border: 1px solid #dddddd;
}

.box_txt  {
	float:left;
	background-color: none;
	height:95px;
	width:280px;
	margin: 5px 0;
}


.box_txt p.info { font-weight: normal; font-size: 9px; color: #fff; text-transform: uppercase; margin: 0; }

#content a.livedemo  {
	font-size:9px;
	color:#515151;
	float:right;
	margin:10px 1px 2px 2px;
	padding:2px 4px 2px 4px;
	text-decoration:none;
}
#content a.livedemo:hover  {
	font-size:9px;
	background: #f7403a;
	color:#ddd;
	float:right;
	margin:10px 1px 2px 2px;
	padding:2px 4px 2px 4px;
	text-decoration:none;
}

#content p.livedemo  {
	font-size:9px;
	color:#515151;
	float:right;
	margin:10px 1px 2px 2px;
	padding:2px 4px 2px 4px;
	text-decoration:none;
}

.box_center  {
	float:left;
	height:280px;
	width:280px;
	margin:25px 10px 80px 10px;
}


.box_center_footer {
	float:left;
	height:280px;
	width:240px;
	margin:25px 50px 80px 10px;
}
.box_right  {
	float:left;
	height:280px;
	width:280px;
	margin:25px 10px 80px 10px;
}

.clear {
 clear: both;
 height: 0;
 } 


/* footer */

#footer {
	background:none;
	clear: both;
	width: 100%;
	font-size:10px;
	}
	
#footer p{padding:10px 0;margin: 0; color: #515151; text-align:left;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}

#footer ul {	
	font-size:10px;
	list-style: none;
	margin: 0;
	padding: 4px 0 20px 0;
}	

.telefon {
	background: url(images/telephone.png) no-repeat;
	margin: 10px 0 10px 0;
}


.telefon li {
	padding: 1px 0 2px 16px;
}

.epost {
	background: url(images/email.png) no-repeat;
	margin: 8px 0 10px 0;;
}		

.epost li {
	padding: 1px 0 2px 16px;
}

.facebook {
	background: url(images/facebook.png) no-repeat;
	margin: 8px 0 10px 0;
}		

.facebook li {
	padding: 1px 0 2px 16px;
}

#footer h2 {
	color: #515151;
	font-size: 16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0;
}

#footer h3 {
	color: #515151;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	margin:0;
}
.footer_left  {
	float:left;
	height:15px;
	width:280px;
	margin:10px 10px 0 10px;
}

.footer_center  {
	float:left;
	height:15px;
	width:280px;
	margin:10px 10px 0 10px;
}

.footer_right  {
	float:left;
	height:15px;
	width:280px;
	margin:10px 10px 0 10px;
}

.clear {
 clear: both;
 height: 0;
 } 


/*Form*/

