Advertisement
Guest User

Untitled

a guest
May 19th, 2012
950
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.25 KB | None | 0 0
  1. /* RESET */
  2. html, body, div, span, applet, object, iframe,
  3. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  4. a, abbr, acronym, address, big, cite, code,
  5. del, dfn, em, img, ins, kbd, q, s, samp,
  6. small, strike, strong, sub, sup, tt, var,
  7. b, u, i, center,
  8. dl, dt, dd, ol, ul, li,
  9. fieldset, form, label, legend,
  10. table, caption, tbody, tfoot, thead, tr, th, td,
  11. article, aside, canvas, details, embed,
  12. figure, figcaption, footer, header, hgroup,
  13. menu, nav, output, ruby, section, summary,
  14. time, mark, audio, video {
  15. margin: 0;
  16. padding: 0;
  17. border: 0;
  18. font-size: 100%;
  19. font: inherit;
  20. vertical-align: baseline;
  21. background: transparent;
  22. }
  23. /* HTML5 display-role reset for older browsers */
  24. article, aside, details, figcaption, figure,
  25. footer, header, hgroup, menu, nav, section {
  26. display: block;
  27. }
  28. body {
  29. line-height: 1;
  30. }
  31. ol, ul {
  32. list-style: none;
  33. }
  34. blockquote, q {
  35. quotes: none;
  36. }
  37. blockquote:before, blockquote:after,
  38. q:before, q:after {
  39. content: '';
  40. content: none;
  41. }
  42. table {
  43. border-collapse: collapse;
  44. border-spacing: 0;
  45. }
  46.  
  47. a{
  48. text-decoration: none;
  49. color: black;
  50. }
  51.  
  52. a:hover {
  53. text-decoration: underline;
  54. }
  55.  
  56. /* MAIN STYLES */
  57.  
  58. #logo_out {
  59. overflow: hidden;
  60. background: #000000;
  61. height: 100px;
  62. width: 100%;
  63. }
  64.  
  65. #logo_out img {
  66. display: block;
  67. margin-left: auto;
  68. margin-right: auto;
  69. }
  70.  
  71. #logo_in {
  72. width: 960px;
  73. margin: 0 auto;
  74. }
  75.  
  76. #header_out {
  77. overflow: hidden;
  78. background: #121212;
  79. height: 65px;
  80. width: 100%;
  81. }
  82.  
  83. #header_in {
  84. width: 960px;
  85. margin: 0 auto;
  86. }
  87.  
  88. /*drop down*/
  89.  
  90. #menu {
  91. font-size:13px;
  92. position:absolute;
  93. }
  94.  
  95. #menu ul {
  96. list-style-type:none;
  97. list-style-image:none;
  98. margin:0px;
  99. padding:0px;
  100. }
  101.  
  102. #menu li.topmenu {
  103. float:left;
  104. }
  105.  
  106. .topmenu a {
  107. float:left;
  108. padding:26px 20px;
  109. /* width:130px; */
  110. text-align:center;
  111. }
  112.  
  113. .topmenu li{
  114. position: absolute;
  115. }
  116.  
  117. .submenu li{
  118. position:relative;
  119. }
  120.  
  121. .topmenu ul{
  122. display:none;
  123. }
  124.  
  125. .topmenu a, .submenu a{
  126. color:#9e9e9e;
  127. font-weight:bold;
  128. text-decoration:none;
  129. background-color:#121212;
  130. margin:0;
  131. font-family: Arial;
  132. }
  133.  
  134. .submenu a{
  135. font-size:12px;
  136. padding:10px 5px;
  137. width:140px;
  138. /* position:relative; */
  139. clear:both; /* special IE6 */
  140. }
  141.  
  142. #menu a:hover, .topmenu.on a {
  143. color:#ffed00;
  144. background-color:#121212 !important;
  145. font-family: Arial;
  146. }
  147.  
  148. .topmenu:hover ul {
  149. display:block;
  150. z-index:500;
  151. }
  152.  
  153. #header_out a#active {
  154. color: #ffed00;
  155. }
  156.  
  157. /*#header_out ul#nav {
  158. float: right;
  159. font-size: 13px;
  160. font-family: Arial;
  161. position: relative;
  162. font-weight: bold;
  163. padding: 26px 20px 0px 0px;
  164.  
  165. }
  166.  
  167. #header_out a, #header_out a:link, #header_out a:visited {
  168. padding: 13px;
  169. color: #9e9e9e;
  170. }
  171.  
  172. #nav li {
  173. display: inline;
  174. }*/
  175.  
  176. #featured_out {
  177. background: #000000;
  178. height: 390px;
  179. font-family: Arial;
  180. }
  181.  
  182. #featured_in {
  183. width: 960px;
  184. margin: 0 auto;
  185. }
  186.  
  187. #featured_out img{
  188. padding: 43px 0 0 0;
  189. float: left;
  190. }
  191.  
  192. #featured_out h2 {
  193. float: right;
  194. padding: 70px 25px 0 0;
  195. font-size: 36px;
  196. color: #bab7b7;
  197. line-height: 140%;
  198. text-align: center;
  199. }
  200.  
  201. #content_out {
  202. min-height: 630px;
  203. background: #e7e7e7;
  204. font-family: Arial;
  205. }
  206.  
  207. #content_in {
  208. width: 960px;
  209. margin: 0 auto;
  210. }
  211.  
  212. #content_out h2{
  213. position: relative;
  214. display: inline-block;
  215. padding: 12px 0pt;
  216. color: #343637;
  217. font-size: 26px;
  218. font-weight: 300;
  219. letter-spacing: 1.1px;
  220. text-align: center;
  221. background-color: #ffed00;
  222. width: 200px;
  223. border-radius: 6px 6px 6px 6px;
  224. }
  225.  
  226. #content_out h2 span {
  227. position: absolute;
  228. width: 100%;
  229. height: 13px;
  230. bottom: 0pt;
  231. left: 0pt;
  232. margin: 0pt 0pt -13px;
  233. background: url("../images/pfeil.png") no-repeat scroll 50% 0pt transparent
  234. }
  235.  
  236. #content_out p#welcome {
  237. font-size: 12px;
  238. color: #20201c;
  239. line-height: 150%;
  240. }
  241.  
  242. #content_out small{
  243. font-size: 11px;
  244. }
  245.  
  246. #content_out small a{
  247. color: black;
  248. }
  249.  
  250. #content_out iframe{
  251. border-width:1px;
  252. border-style:solid;
  253. border-color: #a8aba6;
  254. }
  255.  
  256. #info {
  257. float: right;
  258. width: 260px;
  259. height: 220px;
  260. position: relative;
  261. background-color: #ffed00;
  262. margin: 20px 100px 20px 20px;
  263. border-width:1px;
  264. border-style:solid;
  265. border-color: #929392;
  266. border-radius: 6px 6px 6px 6px;
  267. }
  268.  
  269. #info p#firstp {
  270. font-size: 24px;
  271. color: #343637;
  272. padding: 20px 0 15px 20px;
  273. line-height: 110%;
  274. }
  275.  
  276. #info p#secondp {
  277. font-size: 14px;
  278. color: #343637;
  279. padding: 0 0 15px 20px;
  280. line-height: 130%;
  281. }
  282.  
  283. #info p#wetter{
  284. font-size: 14px;
  285. color: #20201c;
  286. padding: 50px 0 0px 40px;
  287. line-height: 130%;
  288. }
  289.  
  290. #info img#wetter{
  291. float: left;
  292. padding: 50px 0 0 0;
  293. }
  294.  
  295.  
  296. #footer_out {
  297. overflow: hidden;
  298. background: #000000;
  299. height: 65px;
  300. width: 100%;
  301. font-family: Arial;
  302. font-size: 12px;
  303. }
  304.  
  305. #footer_in {
  306. width: 960px;
  307. margin: 0 auto;
  308. }
  309.  
  310. #footer_out ul {
  311. color: #9e9e9e;
  312. float: left;
  313. padding: 25px 0px 0px 0px;
  314. }
  315.  
  316. #footer_out a {
  317. color: #9e9e9e;
  318. }
  319.  
  320. #footer_out p {
  321. color: #9e9e9e;
  322. float: right;
  323. padding: 25px 0px 0px 0px;
  324. }
  325.  
  326. #footer_out p#tel {
  327. color: #9e9e9e;
  328. float: left;
  329. padding: 25px 0px 0px 140px;
  330. }
  331.  
  332. #footer_out a#footera, #footer_out a:link#footera, #footer_out a:visited#footera {
  333. padding: 9px;
  334. }
  335.  
  336. #navf li {
  337. display: inline;
  338. }
  339.  
  340. #accordion {
  341. width: 900px;
  342. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement