/********************************************
   AUTHOR:  			Olivia Zechner 
   WEBSITE:   			http://www.oz-studio.com/
   VERSION:         	3.0  - 2007        	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background: #ff0000;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #333;
	text-align: center;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #333; 
	background: inherit;
}
a:hover {
	color: #FFFFFF;
	background: inherit;
}

/* headers */
h1, h2, h3 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 120%;	
}
h2 {
	font-size: 110%;
	text-transform: uppercase;
	color: #666666;
}
h3 {
	font-size: 110%;
	color: #666666; 
}

.xsmall {
	font-size: 9px;
}
/* images
img {
	border: 2px solid #CCC;
} */
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: #666666;
}
ul span, ol span {
	color: #666666;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(Resources/Refresh/images/quote.gif) no-repeat 5px 5px;    
}

/* form elements */
form {


}
.tbl {	
	border: 1px solid #999; 
	background-color: #ddd;
}

.tblhead {
	text-transform: uppercase;
	text-align: center;
	line-height: 2em;
	font-weight: bold;
}


label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #999999;
	font: normal 1em Verdana, sans-serif;
	color:#333333;
	background-color: #FFFFFF;
}

input:hover {
	background-color: #cccccc;
}

#message     {
	width: 300px;
	border:1px solid #999999;
	font: normal 1em Verdana, sans-serif;
	color:#333333;
	background-color: #FFFFFF;
}

textarea {
	width:400px;
	padding:2px;
	font-family: Verdana, sans-serif;
	border:1px solid #999999;
	height:100px;
	display:block;
	color:#777;
}
input.button {
	margin: 0;
	font: bolder 12px Arial, Sans-serif;
	border: 1px solid #CCC;
	padding: 2px 3px;
	background: #FFF;
	color: #CC0000;
}

/* search */
form.search {
	position: absolute;
	top: 35px; right: 25px;
	background: transparent;
	border: none;	
}	
form.search input.textbox {
	margin: 0; padding: 1px 2px;
	width: 120px;
	background: #FFF;
	color: #333; 
}
form.search input.button {
	background: #CCC url(Resources/Refresh/images/headerbg.gif) repeat-x;
	color: #333;
	border: none;	
	width: 70px; height: 21px;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 800px;
	background: #CCC url(images/bg_strip.gif) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 760px;
	padding: 0; 
	margin: 0 auto;
}
#header {
	width: 800px;
	position: relative;
	height: 168px;
	padding: 0;
	font-size: 36px;
	color: #FFF;
	background-color: #FF0000;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(images/bg_header.gif);
}
#header h1#logo-text {
	position: relative;
	margin: 0;
	padding: 0;
	color: #FFF;
	text-transform: none;
	/* change the values of top and left to adjust the position of the logo*/
	top: 30px;
	left: 50px;
	width:104px;

}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal .8em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 74px; left: 58px;		
}
#header_pic {
	width: 550px;
	float: right;
	height: 25px;
	padding-top: 0px;

}
#titel_pic {
	background-image: url(images/worldmap.gif);
	background-repeat: no-repeat;
	width: 550px;
	float: right;
	height: 118px;
}


top_spacer {
	height: 30px;
	font: bold 24px/30px Verdana, Arial, Tahoma, Sans-serif;
}
#divider {
	margin: 0px;
	padding: 0px;
}
#nav {
	clear: both;
	margin: 0;
	padding: 0 40px 0 0;
	font: bold 12px/24px Verdana, Arial, Tahoma, Sans-serif;
	height: 24px;
}

#nav ul {
	float: right;
	list-style: none;
	margin:0;
	padding: 0;
	display: inline;
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	display: block;
	float: left;
	padding: 0 10px;
	color: #CCCCCC;
	text-decoration: none;
}
#nav ul li a:hover {
	background-color: #ECECEC;
	color: #333;	
}
#nav ul li#current a {
	color: #333;
}

/* Self-made button */
#button01 {
	font-size: 11px;
	background-color: #EFEFE7;
	border: 1px solid #666666;
	margin-right: 200px;
	margin-left: 200px;
	text-align: center;
	line-height: 20px;
}

#button01 a {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 20px;
	text-decoration: none;
}

#button01 a:hover {
	color: #999999;
}

/* Main Column */
#main {
	float: right;
	width: 71%;
	padding: 0;
	margin: 0;
}
#main h1 {
	margin-top: 10px;
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color: #333;
	padding: 5px 0 5px 25px;
	border-bottom: 1px solid #EFF0F1;
	background-color: #FFF;
	background-image: url(images/h1_brown.gif);
	background-repeat: no-repeat;
	background-position: 3px 50%;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 0 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(Resources/Refresh/images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(Resources/Refresh/images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(Resources/Refresh/images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* Sidebar */	
#sidebar {
	float: left;
	width: 27%;
	margin: 0;
	padding-top: 5;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	
}	
#sidebar h1 {
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(Resources/Refresh/images/headerbg.gif) repeat-x left bottom;	
	border: 1px solid #EFF0F1;
}
#sidebar .left-box {
	margin: 8px 0 5px 0;
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0 0 9px 0;
	padding: 0;
	text-decoration: none;
	font: bold 12px/44px Verdana, Arial, Tahoma, Sans-serif;
}

/*#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(Resources/Refresh/images/go.gif) no-repeat 5px 5px;	
	padding: 2px 0 2px 25px;
	margin: 0 2px;	
}*/

#websites {
	background: url(images/n_web.jpg) no-repeat 5px 5px;
	padding: 2px 5px 2px 50px;
	margin: 0 2px;
	height: 44px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#cube {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background: url(images/n_cube.jpg) no-repeat 5px 5px;
	padding: 2px 5px 2px 50px;
	margin: 0 2px;
	height: 44px;
}

#hosting {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background: url(images/n_hosting.jpg) no-repeat 5px 5px;
	padding: 2px 5px 2px 50px;
	margin: 0 2px;
	height: 44px;
}

#seo {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background: url(images/n_seo.jpg) no-repeat 5px 5px;
	padding: 2px 5px 2px 50px;
	margin: 0 2px;
	height: 44px;
}
#advertising {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background: url(images/n_media.jpg) no-repeat 5px 5px;
	padding: 2px 5px 2px 50px;
	margin: 0 2px;
	height: 44px;
}
#consulting {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background: url(images/n_consulting.gif) no-repeat 5px 5px;
	padding: 2px 5px 2px 50px;
	margin: 0 2px;
	height: 44px;
}

#sidebar ul.sidemenu a {
	font-weight: bold;
	text-decoration: none;	
	background-image: none;	
}

/* Footer */	
#footer {
	color: #666666;
	background: #ff0000 url(images/bg_footer.gif) no-repeat center top;
	clear: both;
	width: 800px;
	height: 55px;
	text-align: center;
	font-size: 92%;
}
#footer a { text-decoration: none; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }
.red { color: #ff0000; }
.tbltext {
	color: #333333;
	text-align: right;
}



a.x-small {
    font-size: 11px;
}

a.xx-small {
    font-size: 10px;
}

a.small {
    font-size: 12px;
}

a.medium {
    font-size: 14px;
}

a.large {
    font-size: 16px;
}

a.x-large {
    font-size: 18px;
}

a.xx-large {
    font-size: 24px;
}

a.xxx-large {
    font-size: 30px;
}img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.blogdate {
	font-weight: normal;
}

hr{
	border: 1px dotted #999999;
	margin-right: 10px;
	margin-left: 10px;
}
