/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: sans-serif, Geneva, Arial, Helvetica;
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
/*	background-image: url(bodyph.jpg);*/
	background-color:#d5d4e2;
}


/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #FFFFFF;
	text-decoration: none;
/*	font-size: smaller;*/
}

a:hover{
	text-decoration: underline;
/*	font-size: smaller;*/
	color:#0000FF;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Verdana,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% sans-serif,Verdana;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

.fieldset1 {
/*	border-color: #BB8429;*/
	border-color: #CCCCCC;
	border-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: ridge;
	border-left-style: solid;
}

legend{
	font-size: small;
	padding-right: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

input{
	font-family: Arial,sans-serif;
	font-size: small;
}

#regadm{
/*	position: absolute;
	top: 110px;
	left: 10px;*/
	font-size: small;
}
/***********************************************/
/* Layout logo                                 */
/***********************************************/
.logodiv{
	position: absolute;
}

#logo {
	position: absolute;
	left: 2px;
	top: -3px;
}

#contaktmajor {
	position: relative;
	font-size: small;
	text-align: right;
	font-weight: bolder;
	color: #333333;
}

/***********************************************/
/* Layout Table                                 */
/***********************************************/

table{
	vertical-align: text-top;
	margin-top: 1px;
/*	text-align: right;	*/
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#divtp{
	text-align:center;
	text-indent:20px;
	padding-left:10px;
	padding-right:15px;
	margin-bottom:15px;
	overflow:auto;
	height:500px;
	font-weight:bold;
}

.divcontent{
	position: absolute;
	top: 125px;
	padding-left: 15px;
}

.divanons{
	overflow: auto;
	width: 48%;
	height: 50px;
	position: absolute;
	top: 15px;
	left: 350px;
	font-size: medium;
	color: #0033CC;
}

/***********************************************/
/* Site Name & Info                            */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** siteInfo styles ****************/

.siteInfo{
	text-align:left;
	font-size:small;
	border-top-color:#FF9900;
	border-top-style:double;
	border-top-width:medium;
	background-color:#6699FF;
	padding-left:20px;
}

.copyr{
	text-align:left;
	font-size:small;
	border-top-color:#FF9900;
	border-top-style:double;
	border-top-width:medium;
	background-color:#6699FF;
	padding-left:1px;
}

#web-constr{
	font-size:small;
	color:#333333;
	text-align:right;
	padding-right:5px;
	vertical-align:middle;
}

#zaslh{
	margin-bottom:50px;
	margin-top:25px;
 	font-size:medium; 
	font-weight:bold; 
	font-style:normal; 
	color:#666666;
}

#cng{ 
	font-size:36px; 
	font-weight:bold; 
	font-style:oblique; 
	color:#666666; 
	margin-top:250px;
	margin-bottom:15px;
}

.titlestr{
	font-size:30px; 
	font-family:Georgia, 'Times New Roman', Times, serif; 
	font-style:italic; 
	font-weight:bolder; 
	margin-top:25px; 
	color:#3333FF;
}

#gody{
	text-align:center; 
	font-family:Georgia, 'Times New Roman', Times, serif; 
	font-weight:bolder; 
	font-style:italic; 
	color:#666666;
	margin-bottom:10px;
 }
 /********************* end **********************/
