/* project: headkit-studio
   author: 	henri hagenow (henri_@_headkit-studio.de
   			based on theme 'InternetServices' by Luka Cvrk 
 */

   
/* ### basis ### */
   
body { 
	padding: 0; 
	margin: 0; 
	font: 0.7em Tahoma, sans-serif; 
	line-height: 1.5em;
	background-color: #fff; 
	color: #454545; 
}

a {	color: #d5008e;	background: inherit;}
a:hover { color: #ff00aa; background: inherit; }

.link_extern{
	font-size:9px;
}
.link_extern_projects {
	font-size:9px;
	float:right;
}


h1 { font: normal 2.1em Arial, Sans-Serif; letter-spacing: -1px; padding: 7px 0 0 8px; margin: 0; }
.dark  { color: #737373; background: inherit; font-weight: bold; }
h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #FF0800; background: inherit; }
h2 { margin: 0; padding: 0; font: bold 1.7em Arial, Sans-Serif; letter-spacing: -1px; }
h2 { font-size: 1.5em; margin-top:5px; margin-bottom: 5px; color: #000; background: inherit; }

p {	margin: 0 0 5px 0; }

ul { margin: 0; padding : 0; list-style : none; }

ul.listbox {
	list-style-image: url(../images/arrow.gif);
	margin:0;
	padding-left: 20px; 
	margin:5px 60px 15px 10px;
	float:left;
}
.right_articles  ul{
	padding-left: 20px;
	padding-bottom:7px;
}
.right_articles ul li{
	font-size: 10px;
	line-height:11px;
	list-style-type:circle;
}

form { 	margin: 0; }

input.search { 
	width: 292px; 
	border: 0;
	background: #FFF url(../images/input.gif) no-repeat;
	padding: 4px; 
	color: #FF00aa;
	font-weight: bold;
}

input.submit {
	background: #FF00aa url(../images/submit.gif) no-repeat;
	border: 0;
	padding: 4px 0;
	width: 65px;
	margin: 0 15px 1px 0;
	color: #FFF;
	font: bold 1em Arial, Sans-Serif;
}

input.login { 
	width: 150px;
	border: none; 
	
	padding: 4px; 
}

/* layout
   ------ */

.content { 
	margin: 0 auto;
	width: 780px;
	padding: 10px; 
}

.header { 
	height: 112px;
	background: #eee;
	color: #808080;
	margin: 3px 0;
	padding: 10px 0 0 0;
	border-bottom: 1px solid #ccc;
	position:relative;
}
#logo{
	background:url(../images/logo_back.jpg);
	width:302px;
	height:112px;
	position:absolute;
	top:0;
	left:0;
}
.top_info {
	width: 555px;
	padding: 5px 0 4px 0;
	color: #808080;
	position:absolute;
	right:-30px;
	bottom:0;
}

	.top_info_left {
		width: 200px;
		float: left;
		font-size: 0.9em;
	}
	.top_info_left_title {
		font-size: 1.5em;
	}
	.top_info_right_top{
		float: right;
		width: 290px;
		padding: 0 0 0 35px;
		border-left: 1px solid #eee;
		text-transform:uppercase;
	}
	.top_info_right {
		float: right;
		width: 290px;
		padding: 0 0 0 35px;
		border-left: 1px solid #eee;
	}
.claimtext{
	height: 7px; 
	clear: both;
	font-size:9px;
}
.browse_category  {
	font-size: 9px;
	width: 190px;
	color: #FFF;
	background: inherit;
}

.bar { 
	clear: both;
	font-size: 1.1em;
	height: 30px; 
	color: #FFF;
	margin: 0 0 0 0px; 
	background: #333;
}

	.bar li { 
		margin: 0; 
		padding: 7px 12px 5px 12px;
		color: #fff;
		background: #333;
		float: left; 
	}
	
	.bar li.active { 
		background: #000 url(../images/bar.gif) no-repeat center top; 
		color: #fff;
		font-weight: bold; 
		padding: 7px 10px 6px 10px;
	}
	
	.bar li a { 
		font-weight: bold;
		color: #FFF; 
		background: inherit;
		text-decoration: none;
	} 
	
	.bar li a:hover { 
		color: #FF00aa; 
		background: inherit;
	} 


.grey {
	color: #808080;
	background: inherit;
	font-weight: normal;
}

.search_field{
	height:7px;
}
.search_form { float: right; }

.subheader {
	margin: 0px 0 10px 0;
	border-bottom: 1px solid #eee;
	padding: 5px 0 5px 0;
	background: #A4A4A4;
	color: #fff;
}



/* ### left sidebar ### */

.left {
	float: left;
	width: 61%;
	margin: 0 0 10px 0;
}

.left h3 {
	clear: both;
	background: #6C757A url(../images/corner.gif) no-repeat top right; 
	color: #fff;
	padding: 8px 0 7px 14px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 5px 0;
	border-bottom:1px solid #999999;
	/* border: 1px solid #999; */
	/* border-bottom:1px solid #d5008e; */
	text-transform:uppercase;
	font-size:9px;
}
	.left_side {
		float: left;
		width: 180px;
		padding: 0 0 0 10px;
		margin: 10px 0;
	}
		
	.left_side a, .right_side a { color: #414141; background: #FFF; }
		
	.right_side {
		float: right;
		width: 220px;
		background: #FFF url(../images/dotted.gif) repeat-y;
		color: #414141;
		padding: 0 0 0 40px;
		margin: 10px 0;
	}
		
	.left_box { margin: 0 0 10px 0; color: #000; background: #FFF; padding: 3px 0; }
	.left_projects{margin-bottom:35px;}
	.left_projects h2 {font-size:14px; color: #414141;}
	.left_box_projects { margin: 0 0 40px 0; color: #000;  padding: 3px 0; }
	
	.boxed{ border: 1px solid #999; }
	



/* ### right sidebar ### */
		
.right {
	float: right;
	width: 34.6%;
	margin: 0 0 10px 0;
	font-size:11px;
	line-height:12px;
}

.right p {
	padding-left:7px;
}
.right h3 {
	background: #6C757A  url(../images/corner.gif) no-repeat top right;;
	color: #FFF;
	padding: 8px 0 7px 14px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 3px 0;
	text-transform:uppercase;
	font-size:9px;
}

	.right_articles {
		background: #f5f5f5;
		color: #414141;
		padding: 8px;	
		margin: 0 0 3px 0;
	}
	
.image {
	float: left;
	margin: 0 9px 3px 0;
}
.image_right {
	float: right;
	margin: 0 9px 3px 0;
}
.image_logo {
	clear: both;
	margin: 3px;
}
.image_right_project{
	margin: 0px 1px 3px 0;
}

a.image_link, a:hover .image_link{
	border:0px #fff;
	margin:0;
	padding:0;
}

.no-border{
	border:none;
}

iframe,
iframe:not([seamless]){
	border:none;
	font-size:10px;
}

.flashcontent{
	border:0;
	margin:0;
}

/* ### footer ### */

.footer { 
	clear: both;
	text-align: center;
	padding: 10px 0 10px 0;
	margin: 0;
	border-top: 1px solid #ccc;
	line-height: 1.8em;
}

.footer a { color: #808080; background: #fff; }