/*
Theme Name: CTG Blue
Theme URI: http://cardtechnology.info
Description: CTG Default Theme.
Version: 2.0
Author: Klaus Kammerer
Author URI: http://phi-internet.de
Tags: blue, custom header, fixed width, two columns

	The CSS, XHTML and design is released under special license.

*/


/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** FORMS */

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

.input1 {
	width: 188px;
	border: 1px solid #DADADA;
}

.submit1 {
	width: 58px;
	height: 19px;
	border: 1px solid #FFFFFF;
	background: #70998D url(images/homepage05.gif) repeat-x left bottom;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding-bottom: 10px;

}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #3E3E3E;
}

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

.text1 {
	padding-left: 16px;
	background: url(images/homepage11.gif) no-repeat left center;
	font-size: 12px;
	color: #202020;
}

.text2 {
	font-size: 11px;
	color: #202020;
}

.text3 {
	text-align: right;
	color: #8E8E8E;
}
.text3 a {
	color: #8E8E8E;
}
.text3 a:hover {
	color: #8E8E8E;
}


/** LINKS */

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

a:hover {
	text-decoration: underline;
}




/** BACKGROUNDS */

.bg1  { background: url(images/homepage02.jpg) repeat-x left bottom; }
.bg2  { background: #FFFFFF url(images/homepage03.gif) repeat-x 0px 100px; }
.bg3  { background: url(images/homepage04.jpg) no-repeat left top; }
.bg4  { background: url(images/homepage10.gif) repeat-x left top; }
.bg5  { padding-bottom: 30px; background: url(images/homepage12.gif) no-repeat left bottom; }
.bg6  { background: url(images/homepage09.gif) repeat-x left top; }
.bg7  { padding-bottom: 30px; background: url(images/homepage16.gif) no-repeat left bottom; }
.bg8  { background: url(images/homepage17.gif) no-repeat left top; }
.bg9  { background: url(images/homepage18.gif) repeat-y left top; }
.bg10 { background: url(images/homepage19.gif) no-repeat left bottom; }
.bg11 { background: url(images/homepage23.png) no-repeat left top; }
.bg12 { padding-bottom: 30px; background: url(images/subpage1_03.gif) no-repeat left bottom; }
.bg13 { padding-bottom: 30px; background: url(images/subpage2_01.gif) no-repeat left bottom; }


/** BOXES */

#box1 img {
	float: left;
	margin-bottom: 20px;
}





/** MISC */

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

img { border: none; }

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}


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

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

hr { display: none; }

.hr1 {
	clear: both;
	height: 1px;
	margin: 0px 0px 15px 0px;
	background: url(images/homepage09.gif) repeat-x left top;
}
