/*  
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/*** copyright DR Management all rights reserved. Duplication or redistribution is strictly
prohibited. ***/

/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

#textfield1 {
	width: 232px;
	margin-bottom: 15px;
	padding: 3px;
	border: 1px solid #C5C5C5;
	border-bottom-color: #F2F2F2;
	border-right-color: #F2F2F2;
}

#submit1 {
	float: right;
	width: 64px;
	height: 26px;
	background: #0697C9 url(/images10/homepage14.gif) repeat-x left top;
	border: none;
	text-transform: lowercase;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	text-transform: lowercase;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #707070;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 180%;
}

.text1 {
	font-size: 32px;
	font-weight: normal;
	color: #008EBF;
}

.text2 {
	font-weight: normal;
	color: #000000;
}

.text3 {
	text-align: right;
	font-size: 26px;
	color: #FFFFFF;
}

.text4 {
	text-align: right;
	font-size: 22px;
	font-weight: normal;
	color: #FFFFFF;
}

.text5 {
	text-align: right;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
}

.text6 {
	font-size: 21px;
	font-weight: normal;
	color: #514200;
}

.text7 {
	height: 25px;
	padding: 10px 0px 0px 20px;
	background: #00B5F4 url(/images10/homepage13.gif) repeat-x left top;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list1 li {
	display: block;
	float: left;
	width: 50%;
	margin-bottom: 8px;
}

.list1 a {
	padding-left: 21px;
	background: url(/images10/homepage11.gif) no-repeat left center;
}

.list2 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list2 li {
	margin-bottom: 8px;
}

.list2 a {
	padding-left: 21px;
	background: url(/images10/homepage11.gif) no-repeat left center;
}

/** LINKS */

a {
	color: #083772;
}

a:hover {
	text-decoration: none;
}

.link1 {
	color: #05A1D9;
}

/** STYLES */

.style1 {
	line-height: 120%;
	text-align: right;
	color: #FFFFFF;
}

.style1 a {
	color: #FFFFFF;
}

.style1 a:hover {
}

.style2 {
	font-size: 12px;
	color: #514200;

}

.style2 a {
	color: #05A1D9;
}

.style2 a:hover {
}

.style3 {
	color: #757575;
}

.style3 a {
	color: #757575;
}

.style3 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(/images10/homepage07.jpg) repeat-x left top; }
.bg2 { background: url(/images10/homepage08.jpg) no-repeat center top; }
.bg3 { background: url(/images10/homepage09.jpg) no-repeat left top; }
.bg4 { background: url(/images10/homepage10.gif) no-repeat left top; }
.bg5 { background: url(/images10/homepage12.gif) no-repeat right top; }

.bg6 { background: url(/images10/subpage1_01.jpg) repeat-x left top; }
.bg7 {
	background-image: url(/images10/subpage1_02__.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

/** MENU */

#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 112px 0px 0px 0px;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	height: 33px;
	padding-right: 10px;
}

#menu a {
	display: block;
	float: left;
	background: url(/images10/homepage05.gif) repeat-x left top;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 13px;
	font-weight: bold;
	color: #353535;
}

#menu a strong {
	display: block;
	padding: 0px 0px 0px 26px;
	background: url(/images10/homepage04.gif) no-repeat left top;
}

#menu a span {
	display: block;
	height: 25px;
	padding: 8px 26px 0px 0px;
	background: url(/images10/homepage06.gif) no-repeat right top;
}

#menu a:hover, #menu .active a {
	background-image: url(/images10/homepage02.gif);
	color: #FFFFFF;
}

#menu a:hover strong, #menu .active strong {
	background-image: url(/images10/homepage01.gif);
}

#menu a:hover span, #menu .active span {
	background-image: url(/images10/homepage03.gif);
}

#menu1 { width: 84px; }
#menu2 { width: 96px; }
#menu3 {
	width: 130px;
}
#menu4 { width: 93px; }
