/* CSS Datei Domains-for-free.de */
#garan {
	background: url(images/ecke.png) scroll no-repeat;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 150px;
	height: 150px;
}
body {
	margin: 0px;
	margin-top: 15px;
	padding: 0px;
	background: #FFFFFF url(images/bg.png) repeat-x left top;
}

/** FORMS */
form {
	margin: 0px;
	padding: 0px;
}
input {
    border: 1px solid #CCCCCC;
    font: 1em Verdana,sans-serif;
    padding: 2px;
}
input:hover {
    border: 1px solid #808080;
}
input:focus {
    background: none repeat scroll 0 0 #ecf0e1;
    border: 1px solid #808080;
}

textarea {
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #CCCCCC;
	display:block;
	color:#777;
}
input.button {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #4284B0;
    font: bold 1em Arial,Sans-serif;
    margin: 5px 0;
    padding: 4px 5px;
}

input.button:hover {
    background: none repeat scroll 0 0 #EFEFEF;
    border: 1px solid #808080;
    color: #4284B0;
    cursor: pointer;
    font: bold 1em Arial,Sans-serif;
    margin: 5px 0;
    padding: 4px 5px;
}

a.buttonlink {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #4284B0;
    font: bold 1em Arial,Sans-serif;
    margin: 5px 0;
    padding: 8px 15px;
}

a:hover.buttonlink {
    background: none repeat scroll 0 0 #EFEFEF;
    border: 1px solid #808080;
    color: #4284B0;
    cursor: pointer;
    font: bold 1em Arial,Sans-serif;
    margin: 5px 0;
    padding: 8px 15px;
}

/** HEADINGS */
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */
body, th, td, input, textarea, select {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 13px;
	color: #727272;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

/* NEEDED?? */
.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list1 li {
	padding: 6px 0px;
	border-top: 1px solid #DEDEDE;
}

.list1 .first {
	border: none;
}

.list1 a {
	text-decoration: none;
	color: #646464;
}

.list1 a:hover {
	text-decoration: underline;
}

/** LINKS */
a {
	color: #02ADB1;
}

a:hover {
	text-decoration: none;
}

/** MISC */
.align-justify {
	text-align: justify; 
}

.align-right {
	text-align: right;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr {
	border:solid #CCCCCC 1px;
}

/** HEADER */
#header {
	width: 900px;
	height: 100px;
	margin: 0px auto;
	background-color: #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}

/** SEARCH */
#search {
	float: right;
	width: 150px;
	padding: 20px 0px 0px 0px;
}

#search form {
	margin: 0px;
	padding: 90px 0px 0px 0px;
}

#search fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#search input {
	float: left;
	border: none;
	background: #FFFFFF;
}

#search-text {
	width: 125px;
	margin-right: 3px;
}

#search a {
	clear: both;
	display: block;
	font-weight: bold;
	font-size: 13px;
	color: #CCCCCC;
}

/** PAGE */
#page {
	width: 900px;
	margin: 0px auto;
	background: #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

#logo {
	float: left;
	width: 500px;
	height: 100px;
	margin: 20px 0 0 20px;
	background: url(images/header.png) no-repeat left top;
}

#logo a {
	width: 500px;
	height: 100px;
    display: block;
    text-decoration: none;
}

#logo h1, #logo p {
	margin: 0px;
	text-indent: -9999px;
}

/** MENU */
#menu {
	position: relative;
	width: 650px;
	height: 50px;
	margin: -10px 0px 0px 0px;
	background: url(images/homepage06.gif) repeat-x left bottom;
}

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

#menu li {
	float: left;
	display: block;
	width: 93px;
	padding: 0 5px 0 5px;
	height: 50px;
}

#menu a {
	display: block;
	width: 93px;
	height: 21px;
	padding: 27px 0px 0px 0px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu .active a {
	background: url(images/homepage07.gif) repeat-x left top;
}

#menu a:hover  {
	background: url(images/homepage007.gif) repeat-x left bottom;
}
	
#menu a.active {
	background: url(images/homepage007.gif) repeat-x left bottom;
}	

/** BANNER */
#banner {
	background: url(images/homepage05.jpg) no-repeat left top;
}

#banner h1 {
	font-size: 34px;
	font-weight: normal;
	color: #000000;
}

#banner h2 {
	margin: 0px 0px 7px 0px;
	padding: 0px 0px 7px 0px;
	border-bottom: 1px solid #E4E4E4;
	font-size: 18px;
	font-weight: normal;
	color: #678101;
}

#banner p {
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	color: #494949;
}

.plan {
	float: left;
	width: 175px;
	padding: 0px 0px 0px 8px;
}

.plan h2 {
	padding: 0px 0px 10px 0px;
	background: url(images/homepage14.gif) repeat-y right top;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 16px;
	font-weight: normal;
	color: #999999;
}

.plan h2 b {
	display: block;
	padding-left: 10px;
	background: #FFFFFF;
	border-bottom: 1px solid #DDDDDD;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}

.plan h2 span {
	color: #CFD910;
	padding-left: 10px;
}

.plan ul {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 10px;
	list-style: none;
	font-size: 10px;
	color: #000000;
}

.plan li {
	padding: 0px 0px 0px 9px;
	background: url(images/homepage11.gif) no-repeat left center;
}

.plan h3 {
	padding: 0px 0px 0px 10px;
	font-size: 32px;
	font-weight: normal;
	color: #678101;
}

.plan h3 span {
	font-size: 14px;
}

.plan .specs {
	padding: 0px 0px 10px 0px;
	background: url(images/homepage10.jpg) no-repeat right bottom;
	border-right: 1px solid #DDDDDD;
}

.plan .info {
	padding: 15px 20px;
	background: url(images/homepage12.gif) repeat-x left top;
}

.plan .more a {
	display: block;
	height: 21px;
	padding: 5px 0px 0px 25px;
	background: url(images/homepage13.gif) no-repeat left top;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF
}
	
/** SIDEBAR */
#sidebar {
	float: right;
	width: 250px;
}

.boxed-title {
	height: 24px;
	padding: 10px 0px 0px 25px;
	background: url(images/homepage15.gif) no-repeat left top;
	font-size: 14px;
	color: #484848;
}

.boxed-title span {
	color: #627B01;
}

.boxed-content {
	padding: 15px 15px;
}

/** SUBMENU */
#submenu {
}

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

#submenu li {
	display: block;
	height: 31px;
	padding: 0px 0px 0px 35px;
}

#submenu a {
	display: block;
	padding: 7px 0px 9px 0px;
	
}

#submenu1 { background: url(images/homepage16.gif) no-repeat left center; }
#submenu2 { background: url(images/homepage17.gif) no-repeat left center; }
#submenu3 { background: url(images/homepage18.gif) no-repeat left center; }
#submenu4 { background: url(images/homepage19.gif) no-repeat left center; }
#submenu4 a { border: none; }

/** FOOTER */
#footer {
	width: 900px;
	height: 50px;
	margin: 0px auto;
	background: url(images/homepage21.gif) repeat-x left top;
}

#footer p {
	padding: 15px 0px 0px 0px;
	text-align: center;
	color: #757575;
}

#footer a {
	color: #757575;
}

/** BOX1 */
#box1 {
	padding: 20px;
	background: url(images/homepage20.gif) repeat-x left top;
}

#box1 h2 {
	text-transform: lowercase;
	font-size: 16px;
	font-weight: normal;
	color: #ABABAB;
}

#box1 h2 span {
	font-size: 32px;
	color: #627B01;
}

#box1 h3 {
	text-transform: lowercase;
	font-size: 16px;
	font-weight: normal;
	color: #CFD910;
}

#box1 p {
}

#box1 a {
	padding-left: 14px;
	background: url(images/homepage24.gif) no-repeat left center;
}

/** BOX2 */
#box2 {
	padding: 20px;
	background: url(images/subpage1_01.gif) no-repeat left top;
}

#box2 .pagetitle {
	margin-bottom: 1em;
	font-size: 18px;
	font-weight: normal;
	color: #484848;
}

#box2 .pagetitle span {
	color: #627B01;
}

#box2 h2 {
	font-size: 11px;
	color: #CFD910;
}

/** MATRIX TABLE */
#matrix {
	width: 100%;
}

#matrix th, #matrix td {
	padding: 6px 15px;
}

#matrix thead th {
	background: url(images/subpage1_03.gif) repeat left top;
	color: #FFFFFF;
}

#matrix tbody td {
	background: url(images/subpage1_02.gif) repeat left top;
}

#matrix tfoot td {
	background: url(images/subpage1_04.gif) repeat left top;
}

#matrix tfoot td a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#matrix .nil {
	background: none;
}

#content {
	float: right;
	width: 650px;
}

/** BANNER */
#banner {
	width: 243px;
	height: 165px;
	padding: 35px 42px 0px 275px;
}

/** BOX1 */
#box1 p {
	padding: 10px 0px 0px 63px;
}

.success { 
	color: #000;
	background-color: #BFF7B4;
	/* #BFF7B4 00FF00 */
	border: 1px solid #008800;
	width: 99%;
	border-style: solid;
	font-size: 14px;
	border-width: 1px;
	padding: 3px;
	margin: 0 0 5px 0;
}
.failed { 
	color: #000;
	background-color: #FFCCCC;
	font-size: 14px;
	border: 1px solid #990000;
	width: 99%;
	border-style: solid;
	border-width: 1px;
	padding: 3px;
	margin: 0 0 5px 0;
}

