/* +++++++++++++++++++++++++++++ Shifting Ground +++++++++++++++++++++++++++++ */


/* ++++++++++++++++++++ Common Styles ++++++++++++++++++++ */


* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #fff;
	background-color: #CCCCCC;
	font-family: 'verdana', 'helvetica', sans-serif;
	font-size: 100%;
	text-align: center;
}

table {
	font-size: 1em;
}

td {
	color: #fff;
	background-color: inherit;
	font-family: 'verdana', 'helvetica', sans-serif;
	font-size: 1em;
}

a {
	color: #fff;
	background-color: inherit;
	text-decoration: underline;
}

a:hover {
	color: #000099;
	background-color: inherit;
	text-decoration: underline;
}

img {
	border: none;
}

ul, ul li {
	list-style: none outside;
}

ol, ol li {
	list-style: decimal inside;
}

#listing {
	margin-left:			24px;
}

#listing li  {
	list-style-image: 		url(../images/li.gif);
	margin-bottom:			12px;			
}

p {
	padding: 6px;
}

h1 {
   background-color: #1d92ff;
   color:            #b1e2ff;
   border-color:     #ffffff;
   border:           1px solid;
   text-align:       center;
   font-size:        100%;
   padding:          12px;
}

h2 {
   background-color: #1d92ff;
   color:            #b1e2ff;
   border-color:     #ffffff;
   border:           1px solid;
   text-align:       left;
   font-size:        100%;
   padding:          6px;
   margin-bottom:	 12px;
   margin-top:	 12px;	
}

.ad2wrapper {
	border-top: 10px solid;
	border-bottom: 10px solid;	
	border-color: #46b5ff;	
}

fieldset {
	border: none;
}

input, textarea, select {
	font-family: 'verdana', 'helvetica', sans-serif;
	font-size: 13px;
}

.hidethis {
	display: none;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size: 1px;
	overflow : hidden;
	visibility: hidden;
}


/* ++++++++++++++++++++ Image Thumbnails ++++++++++++++++++++ */

.tb_center {
	text-align: center;
}

.tb_center img {
	margin: 1.3em auto;
	border: none;
}



/* ++++++++++++++++++++ Body Wrappers ++++++++++++++++++++ */

#body_wrapper {
	margin: 35px 10px;
	width: 982px;
	font-size: 0.71em;
}

/* ++++++++++++++++++++ Body Container ++++++++++++++++++++ */

#body_container {
	float: right;
	position: relative;
	left: -243px;
	width: 496px;
	background: url('../images/main_bottom.jpg') no-repeat 0% 100%;
}

#body_container_b {
	padding: 15px 0px;
	width: 496px;
	background: url('../images/main_top.jpg') no-repeat 0% 0%;
}

#body_container_c {
	color: inherit;
	background-color: #46b5ff;
	border-left: #fff 5px solid;
	border-right: #fff 5px solid;
}



/* ++++++++++++++++++++ Page Header ++++++++++++++++++++ */

#page_header {
	padding-bottom: 2px;
	color: inherit;
	background-color: #b1e2ff;
}

#page_header h1 {
	position: relative;
	top: -4px;
	width: 100%;
	height: 40px;
	background: url('../images/batchscriptertitel.jpg') no-repeat 50% 50%;
	background-color: #b1e2ff;
   border: none;
   padding: 0px;
}



/* ++++++++++++++++++++ Page Content ++++++++++++++++++++ */

#page_content {
	padding: 15px 17px 10px;
	font-weight: bold;
	text-align: left;
}

.link_readmore {
	padding: 35px 0px 10px;
	text-align: right;
}

.link_readmore a {
	margin-left: auto;
	display: block;
	width: 94px;
	height: 24px;
	background: url('../images/button_readmore.gif') no-repeat 0% 0%;
}

.block {
   background-color: #1d92ff;
   color:            #b1e2ff;
   border-color:     #ffffff;
   border:           1px solid;
   text-align:       center;
   font-size:        100%;
   padding:          12px;
   margin-top:		 24px;	
   margin-bottom:	 24px;	
}

.googleblock {
   text-align:       center;
   font-size:        100%;
   padding:          12px;
   margin-top:		 24px;	
   margin-bottom:	 24px;	
}

.screenshot {	
    border:           	1px solid;
	background-color: 	#1d92ff;
	padding: 			12px;
	border-color: 		#FFFFFF;
    margin-top:		 	12px;	
    margin-bottom:	 	12px;			
}

.error {
	clear:					both;
	font-weight: 			normal;
	font-style: 			italic;
	text-align:				center;
	color: 					#FF0000;
	background-color: 		#E6E6E6;
	font-size: 				11px;
	padding: 				3px;
	border: 				1px solid #FF0000;    
	margin-top: 			6px;
	margin-bottom: 			12px;		
}

/* ++++++++++++++++++++ Navigation Menu ++++++++++++++++++++ */

#navmenu {
	float: left;
	margin-top: 68px;
	position: relative;
	left: 77px;
	width: 166px;
	background: url('../images/menu_bottom.jpg') no-repeat 0% 100%;
	font-size: 1.15em;
	font-weight: bold;
}

#navmenu_b {
	padding: 15px 0px;
	width: 166px;
	background: url('../images/menu_top.jpg') no-repeat 0% 0%;
}

#navmenu_c {
	color: inherit;
	background-color: #1d92ff;
	border-left: #fff 5px solid;
}

#navmenu a {
	text-decoration: none;
	text-transform: uppercase;
}

#navmenu li {
	border-top: #fff 1px solid;
}

#navmenu li a {
	display: block;
	padding: 5px 0px;
   width: 161px;
}

#navmenu li a:hover {
   color: #ffffff;
	background-color: #b1e2ff;
}

#navmenu li.list_first {
	border-top: none;
}



/* ++++++++++++++++++++ Page Footer ++++++++++++++++++++ */

#page_footer {
	padding: 20px 0px;
	font-size: 0.9em;
	font-weight: bold;
   width: 200px;
   margin: auto;
}
